Mercurial > hg > beaglert
diff core/RTAudioCommandLine.cpp @ 52:a6d223473ea2 newapi
Updated examples for new API. tank_wars not yet updated; audio_in_FFT and oscillator_bank not working properly yet.
author | andrewm |
---|---|
date | Sun, 31 May 2015 02:13:39 -0500 |
parents | be427da6fb9c |
children | e63563507edd |
line wrap: on
line diff
--- a/core/RTAudioCommandLine.cpp Sat May 30 13:25:51 2015 -0500 +++ b/core/RTAudioCommandLine.cpp Sun May 31 02:13:39 2015 -0500 @@ -223,14 +223,13 @@ std::cerr << " --adc-level [-A] dBs: Set the ADC input level (0dB max; -12dB min)\n"; std::cerr << " --hp-level [-H] dBs: Set the headphone output level (0dB max; -63.5dB min)\n"; std::cerr << " --mute-speaker [-M] val: Set whether to mute the speaker initially (default: no)\n"; - std::cerr << " --use-analog [-m] val: Set whether to use ADC/DAC analog (default: yes)\n"; - std::cerr << " --use-digital [-g] val: Set whether to use digital GPIO channels (default: yes)\n"; + std::cerr << " --use-analog [-N] val: Set whether to use ADC/DAC analog (default: yes)\n"; + std::cerr << " --use-digital [-G] val: Set whether to use digital GPIO channels (default: yes)\n"; std::cerr << " --analog-channels [-C] val: Set the number of ADC/DAC channels (default: 8)\n"; - std::cerr << " --digital-channels [-G] val: Set the number of GPIO channels (default: 16)\n"; - std::cerr << " --digital-channels [-G] val: Set the number of digital GPIO channels (default: 16)\n"; - std::cerr << " --receive-port [-r] val: Set the receive port (default: 9998)\n"; - std::cerr << " --transmit-port [-t] val: Set the transmit port (default: 9999)\n"; - std::cerr << " --server-name [-s] val: Set the destination server name (default: '127.0.0.1')\n"; + std::cerr << " --digital-channels [-B] val: Set the number of GPIO channels (default: 16)\n"; + std::cerr << " --receive-port [-R] val: Set the receive port (default: 9998)\n"; + std::cerr << " --transmit-port [-T] val: Set the transmit port (default: 9999)\n"; + std::cerr << " --server-name [-S] val: Set the destination server name (default: '127.0.0.1')\n"; std::cerr << " --pru-file val: Set an optional external file to use for the PRU binary code\n"; std::cerr << " --verbose [-v]: Enable verbose logging information\n"; }