Changes between Version 85 and Version 86 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Nov 30, 2007, 6:26:51 PM (16 years ago)
Author:
Joseph F. Miklojcik III
Comment:

Still yet more errors in sound section fixed.

Legend:

Unmodified
Added
Removed
Modified
  • Old/Tutorials/k0SDR/Tutorial00

    v85 v86  
    182182Now 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.
    183183
    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
     1844. Run your gnuradio programs on the node under audiooss.
     185
     186{{{
     187node$ apt-get install audiooss
     188node$ audiooss gnu_radio_example.py
     189}}}
    189190
    190191== Troubleshooting ==