Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Send Audio through Zeromq

This project demonstrates how to send audio on the network via ZeroMQ This exemple uses the arecord and aplay available on most Linux distributions.

Install

pip install pyzmq

Using

on one terminal use :

arecord -D plughw:0,0 -r 8000 -f FLOAT_LE | ./zmq-audio-record.py

on the other use :

./zmq-audio-play.py | aplay -D plughw:0,0 -r 8000 -f FLOAT_LE

About

Send Audio through Zeromq

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages