equal
deleted
inserted
replaced
1 /* |
1 /** |
2 * $Id: recording.c,v 1.1.1.1 2008-04-28 17:32:53 mbroeker Exp $ |
2 * test/demos/recording.c |
3 * $Source: /development/c/demos/recording.c,v $ |
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. |
8 */ |
8 */ |