descriptinc / descript-audio-codec

State-of-the-art audio codec with 90x compression factor. Supports 44.1kHz, 24kHz, and 16kHz mono/stereo audio.
https://descript.notion.site/Descript-Audio-Codec-11389fce0ce2419891d6591a68f814d5
MIT License
1.23k stars 116 forks source link

model_bitrate!=bitrate???? #86

Open a897456 opened 4 months ago

a897456 commented 4 months ago

https://github.com/descriptinc/descript-audio-codec/blob/c7cfc5d2647e26471dc394f95846a0830e7bec34/dac/utils/__init__.py#L30-L33 https://github.com/descriptinc/descript-audio-codec/blob/c7cfc5d2647e26471dc394f95846a0830e7bec34/dac/utils/__init__.py#L51-L55

model_type | model_bitrate | n_quantizers | striding factor | frame rate | bitrate -- | -- | -- | -- | -- | -- 16kHz | 8kbps | 12 | 320 | 50 | 50 x 12 x 10=6kbps
listener17 commented 2 months ago

@a897456 looks like a commenting bug! It should be 6 kbps as you found.