1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-17 08:30:06 +02:00

107 lines
1.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="generator" content="AsciiDoc 7.1.2" />
<link rel="stylesheet" href="./twolame.css" type="text/css" />
<link rel="stylesheet" href="./twolame-quirks.css" type="text/css" />
<title>TwoLAME TODO List</title>
</head>
<body>
<div id="header">
<h1>TwoLAME TODO List</h1>
<span id="revision">version 0.3.11</span>
</div>
<div id="preamble">
<div class="sectionbody">
<ul>
<li>
<p>
Fix bug with Padding and framesizes with samplerate of 44.1 and 22kHz
</p>
</li>
<li>
<p>
use Exact-width integer types (eg uint16_t)
</p>
</li>
<li>
<p>
Add libresample support to libtoolame (toolame_set_in_samplerate etc.)
</p>
</li>
<li>
<p>
parameter checking in toolame.c using assert
</p>
</li>
<li>
<p>
Create a new toolame.spec (be sure to include twolame.pc)
</p>
</li>
<li>
<p>
quite a lot of duplicated code between toolame_encode_buffer_interleaved
and toolame_encode_buffer
</p>
</li>
<li>
<p>
sort out changing parameter for toolame_set_VBR_q from FLOAT to int (like LAME)
</p>
</li>
<li>
<p>
better use of verbosity settings
</p>
</li>
<li>
<p>
full options sanity checking/verification in toolame_init_params
</p>
</li>
<li>
<p>
don't allow twolame_set_* after twolame_init_params() has been called
</p>
</li>
<li>
<p>
Fix broken DAB support
</p>
</li>
<li>
<p>
with this VBR mode, we know the bits aren't going to run out, so we can
just assign them "greedily".
</p>
</li>
<li>
<p>
VBR_a_bit_allocation() is yet to be written :)
</p>
</li>
<li>
<p>
Add a layer 2 decoder ? mpglib ?
</p>
</li>
<li>
<p>
use 32-bit floats internally where possible
</p>
</li>
</ul>
</div>
</div>
<div id="footer">
<div id="footer-text">
Version 0.3.11<br />
Last updated 09-Jan-2008 11:45:17 BST
</div>
</div>
</body>
</html>