recording.c
changeset 77 49e0babccb23
parent 61 4b4c97f179da
equal deleted inserted replaced
76:c46968bddef5 77:49e0babccb23
     1 /**
     1 /**
     2  * test/demos/recording.c
     2  * recording.c
     3  * Copyright (C) 2008 Markus Broeker
     3  * Copyright (C) 2008 Markus Broeker
     4  *
     4  *
     5  * Program to illustrate /dev/dsp device
     5  * Program to illustrate /dev/dsp device
     6  * Records several seconds of sound, then echoes it back.
     6  * Records several seconds of sound, then echoes it back.
     7  * Runs until Control-C is pressed.
     7  * Runs until Control-C is pressed.