mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-03 09:09:47 +02:00
33 lines
967 B
Plaintext
33 lines
967 B
Plaintext
TwoLAME TODO List
|
|
=================
|
|
|
|
- Fix bug with Padding and framesizes with samplerate of 44.1 and 22kHz
|
|
|
|
|
|
|
|
- use Exact-width integer types (eg uint16_t)
|
|
|
|
- Add libresample support to libtoolame (toolame_set_in_samplerate etc.)
|
|
- parameter checking in toolame.c using assert
|
|
- Create a new toolame.spec (be sure to include twolame.pc)
|
|
- quite a lot of duplicated code between toolame_encode_buffer_interleaved
|
|
and toolame_encode_buffer
|
|
- sort out changing parameter for toolame_set_VBR_q from FLOAT to int (like LAME)
|
|
|
|
- better use of verbosity settings
|
|
|
|
- full options sanity checking/verification in toolame_init_params
|
|
|
|
- don't allow twolame_set_* after twolame_init_params() has been called
|
|
|
|
- Fix broken DAB support
|
|
|
|
- with this VBR mode, we know the bits aren't going to run out, so we can
|
|
just assign them "greedily".
|
|
|
|
- VBR_a_bit_allocation() is yet to be written :)
|
|
|
|
- Add a layer 2 decoder ? mpglib ?
|
|
|
|
- use 32-bit floats internally where possible
|