Introduction¶
This package is the Python version of spAudio library providing spaudio module which enables fullduplex audio device I/O and spplugin module which enables plugin-based file I/O supporting many sound formats including WAV, AIFF, MP3, Ogg Vorbis, FLAC, ALAC, raw, and more.
Installation¶
You can use pip
command to install the binary package:
pip install spaudio
If you use Anaconda
or Miniconda ,
conda
command with “bannohideki” channel can be used:
conda install -c bannohideki spaudio
Note that this package doesn’t support Python 2.
The linux version also requires spPlugin
installation (audio device I/O requires the pulsesimple plugin
based on PulseAudio ).
You can install it by using dpkg
(Ubuntu) or rpm
(CentOS) command with one of the following
packages.
Ubuntu 18
Ubuntu 16
Ubuntu 14
CentOS 7
CentOS 6
If you want to use apt
(Ubuntu) or yum
(CentOS),
see this page (for Ubuntu)
or this page (for CentOS) .
Change Log¶
Version 0.7.15
Added spaudio.open function to spaudio module.
Added support for open call of spaudio module with keyword arguments.
Version 0.7.14
Added spplugin module which enables plugin-based audio file I/O.
Version 0.7.13
Initial public release.
Official Site¶
The official web site is: http://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/en/index.html
Japanese web site is also available: http://www-ie.meijo-u.ac.jp/labs/rj001/spLibs/python/spAudio/ja/index.html