CELT encoder: I want to reduce bitrate; what to change in source code?, Moved from Audio Hardware (TOS #6) |
![]() ![]() |
CELT encoder: I want to reduce bitrate; what to change in source code?, Moved from Audio Hardware (TOS #6) |
Sep 2 2011, 23:11
Post
#1
|
|
|
Group: Members Posts: 2 Joined: 2-September 11 Member No.: 93445 |
Hello,
I am using CELT encoder to encode data into packets and send them over the network....I want to reduce bitrate to 100 kbps. Could anyone tell me which parameters to change in CELT source code. I am new in audio domain and am not sure whther changing frame size will effect or bu just changing nbCompressed bytes in int celt_encode (CELTEncoder st, const celt_int16 pcm, celt_int16 optional_synthesis, unsigned char compressed, int nbCompressedBytes) Pls provide me suggestions about how to approach it. Thanks |
|
|
|
Sep 3 2011, 11:52
Post
#2
|
|
|
Group: Members Posts: 1559 Joined: 24-June 02 From: Catalunya(Spain) Member No.: 2383 |
According to the main page:
QUOTE Constant bit-rates from 32 kbps to 128 kbps and above Why would you even need to do any source modification to get what you want? |
|
|
|
Sep 4 2011, 12:08
Post
#3
|
|
![]() Group: Developer (Donating) Posts: 713 Joined: 1-December 07 Member No.: 49165 |
read the celtenc source.
its BSD so it should be fine to tinker with. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 25th May 2013 - 17:02 |