Changes between Version 77 and Version 78 of Old/Tutorials/k0SDR/Tutorial00


Ignore:
Timestamp:
Sep 6, 2007, 2:36:02 AM (17 years ago)
Author:
jonshan
Comment:

Legend:

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

    v77 v78  
    1471475. Run any example scripts from /gnuradio-examples/python/audio (mono_tone.py, dial_tone.py preferred). Also, any gnuradio script which outputs to audio_sink will work.
    148148
     149Steps 1-3 are necessary for any remote audio applications that use NAS. Step 4 inserts NAS functions into the GNURadio audio block.
    149150There exists a wrapper library, libaudiooss, that takes all input to /dev/dsp and "pipes" it to NAS. Thus, conceivably, any program that outputs OSS audio can be played remotely. Examples: SoX, mpg123, ... However, libaudiooss currently does not work on the node. If it did, then step 4 could be omitted.
    150151