Differences
This shows you the differences between the selected revision and the current version of the page.
hardware:sound 2008/06/05 00:42 | hardware:sound 2017/09/06 18:38 current | ||
---|---|---|---|
Line 30: | Line 30: | ||
==== Create entries in /dev ==== | ==== Create entries in /dev ==== | ||
- | Now create the devices in /dev like so: | + | Now you can chroot into debian. Create the devices in /dev like so: |
cd /dev | cd /dev | ||
Line 41: | Line 41: | ||
- | Now you can chroot into debian, apt-get install sox and see if you can make some sound (substitute $1 for a sound file on the NAS): | + | apt-get install sox and see if you can make some sound (substitute $1 for a sound file on the NAS): |
- | sox -q $1 -t ossdsp /dev/sound/dsp | + | sox -q $1 -t ossdsp /dev/dsp |