Differences between version 7 and predecessor to the previous major change of TascamAudioInterface.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Monday, March 13, 2006 7:40:03 pm | by GianPerrone | Revert |
Older page: | version 6 | Last edited on Sunday, August 14, 2005 10:54:28 am | by CraigBox | Revert |
@@ -30,4 +30,9 @@
* <tt>cat /dev/urandom > /dev/dspN</tt> (where N is the ordinal device ID, starting from 0) will also verify that sound output is working (it'll generate static which you will be able to hear if you plug some headphones into your US-122). Be sure to turn the "Phones" volume down on the device - I gave myself quite a fright trying this one out on my unsuspecting ears.
* So that's output done... I haven't managed to record anything using it yet. I will keep updating this if/when I make progress.
* UPDATE: I have been able to record using audacity, but sadly the US-122 seems to translate to a single audio device, so it gets locked by the recording process. I've been having to use my onboard soundcard for previewing/multitracking. I'm hoping there is some way of configuring [ALSA] to make it view the input and output channels as separate devices (as Windows seems to).
+ * Further Update: Using jackd, the unit is perfect! I started jackd using:
+<verbatim>
+sudo jackd -R -v -d alsa usx2y -d hw:1
+</verbatim>
+ and everything just works! I used [Ardour] to do multi-track recording and it all worked nicely.