Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 1 KB

examples.rst

File metadata and controls

46 lines (27 loc) · 1 KB
orphan

Example Programs

Play a Sound File

play_file.py <../examples/play_file.py>

../examples/play_file.py

Play a Very Long Sound File

play_long_file.py <../examples/play_long_file.py>

../examples/play_long_file.py

Input to Output Pass-Through

wire.py <../examples/wire.py>

../examples/wire.py

Plot Microphone Signal(s) in Real-Time

plot_input.py <../examples/plot_input.py>

../examples/plot_input.py

Real-Time Text-Mode Spectrogram

spectrogram.py <../examples/spectrogram.py>

../examples/spectrogram.py

Recording with Arbitrary Duration

rec_unlimited.py <../examples/rec_unlimited.py>

../examples/rec_unlimited.py