https://github.com/i1d9/py-sounds
https://github.com/i1d9/py-sounds
pyaudio python sockets
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/i1d9/py-sounds
- Owner: i1d9
- Created: 2021-01-18T19:51:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-26T18:51:00.000Z (over 5 years ago)
- Last Synced: 2025-02-23T11:41:36.331Z (over 1 year ago)
- Topics: pyaudio, python, sockets
- Language: Python
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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