Live Audio in Python - Python for Musicians

This video looks at how to manipulate audio in real-time in python, using PyAudio.
If you are using macOS and installed portaudio with homebrew, you might need this:
pip install pyaudio --global-option="build_ext" --global-option="-I/opt/homebrew/include" --global-option="-L/opt/homebrew/lib"
Github Repo: github.com/Darce-One/pythonFo...
My website: www.andreaspapas.com
Chapters:
0:00 Intro
1:04 Installing dependancies
2:30 Opening a stream
5:22 Understanding devices
9:10 Stream callback
14:20 Using audio data
20:15 Processing audio data
24:42 Outro

Пікірлер: 1

  • @user-pu1xu6yt8r
    @user-pu1xu6yt8r25 күн бұрын

    Thank you