spotify / pedalboard

🎛 🔊 A Python library for audio.
https://spotify.github.io/pedalboard
GNU General Public License v3.0
5.23k stars 262 forks source link

how do i play the file without writing it #161

Closed inikishev closed 2 years ago

inikishev commented 2 years ago

pedalboard.io

psobot commented 2 years ago

Pedalboard doesn’t (yet) support live audio recording or playback - it’s designed for reading and writing audio files and processing the data within them.

For live audio playback or recording in Python, you might want to use something like pyAudio.