stream: use async I/O to avoid real-time problems.

This commit is contained in:
Roman Zeyde
2015-02-02 21:46:53 +02:00
parent 5b6d1881ab
commit 1d5d564f4d
12 changed files with 207 additions and 23 deletions

View File

@@ -25,7 +25,7 @@ setup(
packages=['amodem'],
tests_require=['pytest'],
cmdclass={'test': PyTest},
install_requires=['numpy'],
install_requires=['numpy', 'six'],
platforms=['POSIX'],
classifiers=[
"Development Status :: 4 - Beta",