Skip to content

zonque/simple-alsa-loop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This super simple tool does nothing but a loop-through between the default
capture and default playback device. In contrast to a simple "arecord | aplay",
this program will start writing samples regardless whether there was any input
from the capture device yet.

This was needed for embedded hardware that isn't able to record unless the
playback stream is running.

Everything is hard-coded to achieve just that.

On top of that, it might serve as an example to anyone who wants to write
an ALSA application.

Heavily based on sniplets found at

	http://equalarea.com/paul/alsa-audio.html

Released under the GPLv2.

About

Simple ALSA app for looping audio from capture to playback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published