Changes between Version 72 and Version 73 of Old/Tutorials/k0SDR/Tutorial00
- Timestamp:
- Sep 5, 2007, 7:57:33 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Old/Tutorials/k0SDR/Tutorial00
v72 v73 136 136 137 137 To get remote audio working: 138 138 139 1. Tunnel from local machine to node. The default port to enable is 8000. 140 139 141 2. Install and run nasd (server) on the local machine. The local machine should have a way to play sounds locally (soundcard). 142 140 143 3. Install NAS, set AUDIOSERVER, and run auinfo (client) on the remote machine. There should be an output describing all potential audio outputs on the local machine running nasd. Running auinfo is simply a means of checking if the remote connection is working as intended. You can also try "auplay FILE" to actually play sounds remotely. 144 141 145 4. Modify the gnuradio audio scripts to use NAS libraries. Image "gnuradio_audio.ndz" already has modified audio blocks. Note: if you use the custom image, OSS audio is disabled. 146 142 147 5. 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. 143 148