معرفی شرکت ها


audioio-0.9.5


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

Platform independent interfacing of numpy arrays of floats with audio files and devices.
ویژگی مقدار
سیستم عامل -
نام فایل audioio-0.9.5
نام audioio
نسخه کتابخانه 0.9.5
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jan Benda, Joerg Henninger
ایمیل نویسنده jan.benda@uni-tuebingen.de
آدرس صفحه اصلی https://github.com/bendalab/audioio
آدرس اینترنتی https://pypi.org/project/audioio/
مجوز GPLv3
# AudioIO Platform independent interfacing of numpy arrays of floats with audio files and devices. [Documentation](https://bendalab.github.io/audioio) | [API Reference](https://bendalab.github.io/audioio/api) The AudioIO modules try to use whatever audio modules installed on your system to achieve their tasks. The AudioIO package does not provide own code for decoding files and accessing audio hardware. See [installation](https://bendalab.github.io/audioio/installation) for further instructions. ## Feaures - Audio data are always *numpy arrays of floats* with values ranging between -1 and 1 ... - ... independent of how the data are stored in an audio file. - `load_audio()` function for loading a whole audio file. - *Blockwise random-access* loading of large audio files (`class AudioLoader`). - `blocks()` generator for iterating over blocks of data with optional overlap. - `write_audio()` function for writing data to an audio file. - Platform independent playback of numpy arrays (`play()`). - *Synchronous* (blocking) and *asynchronous* (non blocking) playback. - *Automatic resampling* of data for playback to match supported sampling rates. - Detailed and *platform specific installation instructions* (pip, conda, Debian and RPM based Linux packages, homebrew for MacOS) for all supported audio packages.


نیازمندی

مقدار نام
- numpy


نحوه نصب


نصب پکیج whl audioio-0.9.5:

    pip install audioio-0.9.5.whl


نصب پکیج tar.gz audioio-0.9.5:

    pip install audioio-0.9.5.tar.gz