Skip to content

Experiment with lazy real time audio streaming in python

Notifications You must be signed in to change notification settings

scholtes/stream-audio-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

stream-audio-test

Experiment with lazy real time audio streaming in python.

Problem: we want to play audio that reacts to parameters that vary in real time, and keep multiple audio channels in sync in real time. This small program serves as code example on how to go about achieving this in python.

In this demo, we control the frequency of pure sinusoidal tones to two stereo channels with an interactive GUI.

Setup

python 3.5 or later

$ pip install pyaudio

Use

$ python play.py

About

Experiment with lazy real time audio streaming in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages