An open API service indexing awesome lists of open source software.

https://github.com/i1d9/py-sounds


https://github.com/i1d9/py-sounds

pyaudio python sockets

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# Sound I/O with PyAudio
PyAudio is a set of Python bindings for PortAudio, a cross-platform C++ library interfacing with audio drivers. You can easily use Python to play and record audio on a variety of platforms using this library. The following are some of the functions I have implemented:

1. Record Sound
1. Play Sound
1. Send Sound using sockets