]> git.parisson.com Git - timeside.git/commit
fix encoding speed and buffer size, enable mp3 and ogg encoder streaming mode, cleanup
authoryomguy <yomguy@parisson.com>
Thu, 3 Mar 2011 17:36:48 +0000 (17:36 +0000)
committeryomguy <yomguy@parisson.com>
Thu, 3 Mar 2011 17:36:48 +0000 (17:36 +0000)
commit781c6cfd8d859822e8e1a6bbedcc7e6ef809a606
treed6eb75b417396d3cf579a73a5aa18a92e36350d4
parent11ab3157f4b11971ef065c6434e1c5d8c789ad9a
fix encoding speed and buffer size, enable mp3 and ogg encoder streaming mode, cleanup
timeside/analyzer/max_level.py
timeside/analyzer/mean_level.py
timeside/decoder/core.py
timeside/encoder/__init__.py
timeside/encoder/mp3.py
timeside/encoder/mp3_stream.py [deleted file]
timeside/encoder/ogg.py
timeside/encoder/ogg_stream.py [deleted file]
timeside/encoder/wav.py
timeside/tests/api/test_mp3.py
timeside/tests/api/test_vorbis.py