started implementing of audio codex

This commit is contained in:
Hellow2
2023-04-05 12:59:00 +02:00
parent 5b947c2d66
commit 2a1d5bef1c
6 changed files with 18 additions and 7 deletions

View File

@@ -113,6 +113,8 @@ DEFAULT_VALUES = {
"song": "Various Song",
"album_type": "Other"
}
# kB per second
BITRATE = 100
# size of the chunks that are streamed
CHUNK_SIZE = 1024