Changes between Version 85 and Version 86 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Nov 30, 2007, 6:26:51 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v85 v86 182 182 Now run auinfo (client) on the node. There should be an output describing all potential audio outputs on the local machine running nasd. You can also try "auplay FILE" to actually play sounds remotely. 183 183 184 4. Modify the gnuradio audio scripts to use NAS libraries. 185 186 5. Run any example scripts from /gnuradio-examples/python/audio (for example, mono_tone.py, dial_tone.py). Also, any gnuradio script which outputs to audio_sink will work. 187 188 http://www.orbit-lab.org/attachment/wiki/Documentation/GNURadio/gnusound.wav 184 4. Run your gnuradio programs on the node under audiooss. 185 186 {{{ 187 node$ apt-get install audiooss 188 node$ audiooss gnu_radio_example.py 189 }}} 189 190 190 191 == Troubleshooting ==