M-Audio Fast Track Pro in Linux
This commit is contained in:
32
2006-03-15-maudio-fast-track-pro-in-linux.html
Normal file
32
2006-03-15-maudio-fast-track-pro-in-linux.html
Normal file
@@ -0,0 +1,32 @@
|
||||
<!--# set var="title" value="M-Audio Fast Track Pro in Linux" -->
|
||||
<!--# set var="date" value="March 15, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
<p>Guitar Center had <a href="http://www.musiciansfriend.com/product?sku=241710">these</a> on sale cheap, and I couldn’t resist. It claimed to be “class compliant” on the box for 2 channel input and 4 channel output at 16-bit/48khz, so I figured it was worth a try.</p>
|
||||
|
||||
<p>Much to my amazement, it actually works. At least, mostly. I get the following in /sys/class/sound:</p>
|
||||
|
||||
<pre><code>adsp
|
||||
audio
|
||||
controlC0
|
||||
dmmidi
|
||||
dsp
|
||||
midi
|
||||
midiC0D0
|
||||
mixer
|
||||
pcmC0D0p
|
||||
pcmC0D1c
|
||||
pcmC0D1p
|
||||
</code></pre>
|
||||
|
||||
<p>mplayer can play to both stereo output channels on the device, but only at 16-bit/44.1khz, as far as I can tell:</p>
|
||||
|
||||
<pre><code>mplayer -ao alsa:device=hw=0.0
|
||||
|
||||
mplayer -ao alsa:device=hw=0.1
|
||||
</code></pre>
|
||||
|
||||
<p>Both streams work at once (the headphone stream switch button on the front is really nice), and it sounds great!</p>
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -40,6 +40,7 @@
|
||||
<li>2009-Sep-11: <a href="2009-09-11-confusing-bind-with-cnames.html">Confusing BIND with CNAMEs</a></li>
|
||||
<li>2009-Feb-19: <a href="2019-02-19-the-odd-case-of-my-mugging.html">The odd case of my mugging</a></li>
|
||||
<li>2009-Feb-03: <a href="2009-02-03-5-packet-tcp-connection.html">5-packet TCP connection?</a></li>
|
||||
<li>2006-Mar-15: <a href="2006-03-15-maudio-fast-track-pro-in-linux.html">M-Audio Fast Track Pro in Linux</a></li>
|
||||
<li>2006-Mar-15: <a href="2006-03-15-mysql-base64-functions.html">MySQL base64 functions</a></li>
|
||||
<li>2006-Mar-03: <a href="2006-03-03-mail-relaying-with-netsuite.html">Mail relaying with NetSuite</a></li>
|
||||
<li>2006-Mar-02: <a href="2006-03-02-udev-is-your-friend.html">udev is your friend</a></li>
|
||||
|
||||
30
markdown/2006-03-15-maudio-fast-track-pro-in-linux.md
Normal file
30
markdown/2006-03-15-maudio-fast-track-pro-in-linux.md
Normal file
@@ -0,0 +1,30 @@
|
||||
<!--# set var="title" value="M-Audio Fast Track Pro in Linux" -->
|
||||
<!--# set var="date" value="March 15, 2006" -->
|
||||
|
||||
<!--# include file="include/top.html" -->
|
||||
|
||||
Guitar Center had [these](http://www.musiciansfriend.com/product?sku=241710) on sale cheap, and I couldn’t resist. It claimed to be “class compliant” on the box for 2 channel input and 4 channel output at 16-bit/48khz, so I figured it was worth a try.
|
||||
|
||||
Much to my amazement, it actually works. At least, mostly. I get the following in /sys/class/sound:
|
||||
|
||||
adsp
|
||||
audio
|
||||
controlC0
|
||||
dmmidi
|
||||
dsp
|
||||
midi
|
||||
midiC0D0
|
||||
mixer
|
||||
pcmC0D0p
|
||||
pcmC0D1c
|
||||
pcmC0D1p
|
||||
|
||||
mplayer can play to both stereo output channels on the device, but only at 16-bit/44.1khz, as far as I can tell:
|
||||
|
||||
mplayer -ao alsa:device=hw=0.0
|
||||
|
||||
mplayer -ao alsa:device=hw=0.1
|
||||
|
||||
Both streams work at once (the headphone stream switch button on the front is really nice), and it sounds great!
|
||||
|
||||
<!--# include file="include/bottom.html" -->
|
||||
@@ -39,6 +39,7 @@
|
||||
1. 2009-Sep-11: [Confusing BIND with CNAMEs](2009-09-11-confusing-bind-with-cnames.html)
|
||||
1. 2009-Feb-19: [The odd case of my mugging](2019-02-19-the-odd-case-of-my-mugging.html)
|
||||
1. 2009-Feb-03: [5-packet TCP connection?](2009-02-03-5-packet-tcp-connection.html)
|
||||
1. 2006-Mar-15: [M-Audio Fast Track Pro in Linux](2006-03-15-maudio-fast-track-pro-in-linux.html)
|
||||
1. 2006-Mar-15: [MySQL base64 functions](2006-03-15-mysql-base64-functions.html)
|
||||
1. 2006-Mar-03: [Mail relaying with NetSuite](2006-03-03-mail-relaying-with-netsuite.html)
|
||||
1. 2006-Mar-02: [udev is your friend](2006-03-02-udev-is-your-friend.html)
|
||||
|
||||
Reference in New Issue
Block a user