python-sounddevice
0.3.12
  • Installation
  • Usage
    • Playback
    • Recording
    • Simultaneous Playback and Recording
    • Device Selection
    • Callback Streams
    • Blocking Read/Write Streams
  • Example Programs
    • Play a Sound File
    • Play a Very Long Sound File
    • Input to Output Pass-Through
    • Plot Microphone Signal(s) in Real-Time
    • Real-Time Text-Mode Spectrogram
    • Recording with Arbitrary Duration
  • Contributing
  • API Documentation
  • Version History
python-sounddevice
  • Docs »
  • Play and Record Sound with Python
  • Edit on GitHub

Play and Record Sound with Python¶

This Python module provides bindings for the PortAudio library and a few convenience functions to play and record NumPy arrays containing audio signals.

Documentation:
http://python-sounddevice.readthedocs.io/
Source code repository and issue tracker:
https://github.com/spatialaudio/python-sounddevice/
License:
MIT – see the file LICENSE for details.

  • Installation
  • Usage
    • Playback
    • Recording
    • Simultaneous Playback and Recording
    • Device Selection
    • Callback Streams
    • Blocking Read/Write Streams
  • Example Programs
    • Play a Sound File
    • Play a Very Long Sound File
    • Input to Output Pass-Through
    • Plot Microphone Signal(s) in Real-Time
    • Real-Time Text-Mode Spectrogram
    • Recording with Arbitrary Duration
  • Contributing
  • API Documentation
  • Version History

Index

Next

© Copyright 2018, Matthias Geier. Revision 92adb69a.

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