spAudio for Python¶
A python package for audio I/O based on spAudio.
Contents:
- Introduction
- API Documentation
- Examples
- spaudio
- Fullduplex I/O
- Fullduplex I/O (using
withstatement; version 0.7.15+) - Read and plot (Python array version)
- Read and plot (raw data version)
- Read and plot (NumPy ndarray version)
- Read and plot (NumPy ndarray version; using
withstatement; version 0.7.16+) - Read and plot (NumPy raw ndarray version)
- Play a WAV file
- Play a WAV file (using
withstatement; version 0.7.15+) - Play a WAV file with callback
- Play a WAV file with callback (using
withstatement; version 0.7.15+) - Record to a WAV file
- Record to a WAV file (using
withstatement; version 0.7.15+) - Block read (version 0.7.15+)
- Block write (version 0.7.15+)
- An example of
readframes()andwriteframes()(version 0.7.16+)
- spplugin
- An example of
audioread()(version 0.7.16+) - An example of
audiowrite()(version 0.7.16+) - An example of
audioread()andaudiowrite()(version 0.7.16+) - Plot an audio file contents by plugin
- Play an audio file contents by plugin
- Play a raw file contents by plugin
- Read an audio file by plugin and write it
- Read an audio file and write it by plugin
- Convert an audio file by plugin
- An example of
- spaudio