News
=====
+0.4.3
+
+ * finally fix decoder leaks and de-synchronizations (thanks to piem)
+ * this also fixes bad variable encoder file lengths
+ * fix OGG and FLAC encoders (closes: #8)
+ * fix multi-channels streaming (closes: #13)
+ * add support for Pillow (closes: #12)
+
0.4.2
* many releases these days, but there are some patches which are really worth to be HOT released : we just need them in production..
CLASSIFIERS = [
'Intended Audience :: Science/Research',
+ 'Intended Audience :: Developers',
+ 'Intended Audience :: Information Technology',
'Programming Language :: Python',
'Programming Language :: JavaScript',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Multimedia :: Sound/Audio',
'Topic :: Multimedia :: Sound/Audio :: Analysis',
'Topic :: Multimedia :: Sound/Audio :: Players',
- 'Topic :: Scientific/Engineering :: Information Analysis', ]
+ 'Topic :: Multimedia :: Sound/Audio :: Conversion',
+ 'Topic :: Scientific/Engineering :: Information Analysis',
+ 'Topic :: Software Development :: Libraries :: Python Modules',
+ ]
KEYWORDS = 'audio analyze transcode graph player metadata'
url='http://code.google.com/p/timeside',
description = "open and fast web audio components",
long_description = open('README.rst').read(),
- author = ["Guillaume Pellerin", "Olivier Guilyardi", "Riccardo Zaccarelli", "Paul Brossier"],
+ author = "Guillaume Pellerin, Olivier Guilyardi, Paul Brossier, Riccardo Zaccarelli",
author_email = ["yomguy@parisson.com","olivier@samalyse.com", "riccardo.zaccarelli@gmail.com", "piem@piem.org"],
version = '0.4.3',
install_requires = [