|
Revision 9125, 0.6 KB
(checked in by mcarrick, 4 years ago)
|
|
pulling audio device, sig proc, decimator updates from trunk
|
| Line | |
|---|
| 1 | /*! \mainpage Audio Device |
|---|
| 2 | |
|---|
| 3 | \section description Basic description |
|---|
| 4 | |
|---|
| 5 | \section properties Properties |
|---|
| 6 | |
|---|
| 7 | \subsection prop_sample_rate sample_rate (DCE:xxx) |
|---|
| 8 | Sets the sampling frequency (Hz) of the sound recording device. |
|---|
| 9 | |
|---|
| 10 | \section interfaces Interfaces |
|---|
| 11 | |
|---|
| 12 | \subsection port_complexShortOut Port: "complexShortOut" |
|---|
| 13 | Output stereo sound port. |
|---|
| 14 | |
|---|
| 15 | \section dependencies Software build dependencies |
|---|
| 16 | - portaudio (sudo apt-get install libportaudio-dev) |
|---|
| 17 | - standardInterfaces |
|---|
| 18 | |
|---|
| 19 | \section algorithm Detailed Description of Algorithm |
|---|
| 20 | |
|---|
| 21 | \section status Status and history |
|---|
| 22 | |
|---|
| 23 | \section references References |
|---|
| 24 | |
|---|
| 25 | */ |
|---|
| 26 | |
|---|