Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Apr 2011 10:10:21 +0200
From:      Clemens Ladisch <clemens@ladisch.de>
To:        Marcel Bonnet <marcelbonnet@gmail.com>
Cc:        freebsd-multimedia@freebsd.org
Subject:   Re: uaudio, M-Audio FastTrack Pro device - sound distorted
Message-ID:  <4DB67DED.1030906@ladisch.de>
In-Reply-To: <BANLkTimAZtcpe2Ba5P0qsHKiH2-G691GCQ@mail.gmail.com>
References:  <BANLkTimAZtcpe2Ba5P0qsHKiH2-G691GCQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Marcel Bonnet wrote:
> I'm using the M-AUDIO FastTrack Pro USB audio interface, but every time I
> play or record, the sound get distorted.

> uaudio0: Play: 44100 Hz, 2 ch, 16-bit S-LE PCM format
> uaudio0: Record: 48000 Hz, 2 ch, 16-bit S-LE PCM format

This device uses one internal sample rate; using different rates for the
playback and capture interfaces won't work.

AFAIK there are some undocumented constraints on which configurations
and alternate settings can be used; and in some alternate settings, the
device uses big-endian samples.  This cannot be handled with the generic
parts of the uaudio driver; it requires device-specific workarounds.

There is an outdated patch that tries to make this device work on Linux
on this page: https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3249


Regards,
Clemens



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4DB67DED.1030906>