spAudio

Contents:

  • Introduction
    • Installation
    • Change Log
    • Build
    • Official Site
  • API Documentation
    • spaudio module
    • spplugin module
  • Examples
    • spaudio
      • Fullduplex I/O
      • Fullduplex I/O (using with statement; 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 with statement; version 0.7.16+)
      • Read and plot (NumPy raw ndarray version)
      • Play a WAV file
      • Play a WAV file (using with statement; version 0.7.15+)
      • Play a WAV file with callback
      • Play a WAV file with callback (using with statement; version 0.7.15+)
      • Record to a WAV file
      • Record to a WAV file (using with statement; version 0.7.15+)
      • Block read (version 0.7.15+)
      • Block write (version 0.7.15+)
      • An example of readframes() and writeframes() (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() and audiowrite() (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
spAudio
  • Docs »
  • spAudio for Python

spAudio for Python¶

A python package for audio I/O based on spAudio.

Contents:

  • Introduction
    • Installation
    • Change Log
    • Build
    • Official Site
  • API Documentation
    • spaudio module
    • spplugin module
  • Examples
    • spaudio
      • Fullduplex I/O
      • Fullduplex I/O (using with statement; 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 with statement; version 0.7.16+)
      • Read and plot (NumPy raw ndarray version)
      • Play a WAV file
      • Play a WAV file (using with statement; version 0.7.15+)
      • Play a WAV file with callback
      • Play a WAV file with callback (using with statement; version 0.7.15+)
      • Record to a WAV file
      • Record to a WAV file (using with statement; version 0.7.15+)
      • Block read (version 0.7.15+)
      • Block write (version 0.7.15+)
      • An example of readframes() and writeframes() (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() and audiowrite() (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

Indices and tables¶

  • Index

  • Module Index

Next

© Copyright 2017-2019 Hideki Banno Last updated on 2019-12-06 8:09:41 PM.

Built with Sphinx using a theme provided by Read the Docs.