[Alsa-devel] USB 48K 24 bit recording

2004-05-30 Thread Matt Flax
Hello, I would like to report that I have successfully now recorded @ 48KHz and 24 bit using arecord. This previously didn't work with the alsa 0.9 version on a usb device. Works fantasticly now ! Full duplex is also working well. Matt -- http://flatmax.org WSOLA TimeScale Audio Mod : http:/

[Alsa-devel] ALSA snd-usb-audio kernel 2.6.5

2004-05-11 Thread Matt Flax
I would just like to report my pleasure with the current progress in the snd-usb-audio driver. The snd-usb-audio driver now doesn't hang my computer anymore during shutdown (it did with previous versions). It fantastic to have it all working as expected. thanks for the hard work all. Matt --

[Alsa-devel] snd_usb_audio bad: scheduling while atomic!

2003-11-17 Thread Matt Flax
Hello, This doesn't apply to the onboard sound card. only usb. I get the following when I interrupt my usb soundcard (ctrl-c): Aborted by signal Interrupt... bad: scheduling while atomic! Call Trace: [] schedule+0x56b/0x574 [] wait_for_completion+0x80/0xd0 [] default_wake_function+0x0/0x18 []

Re: [Alsa-devel] ozone : 763/2808/100

2003-10-22 Thread Matt Flax
, 2003 at 03:53:32PM +1000, Matt Flax wrote: > Hi ALSA devs, > > I just got an Ozone ... nice external card good for live use ... > > I get the following error in my /var/log/messages > Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product > 763/2808/10

[Alsa-devel] ozone : 763/2808/100

2003-10-22 Thread Matt Flax
Hi ALSA devs, I just got an Ozone ... nice external card good for live use ... I get the following error in my /var/log/messages Oct 21 22:39:45 localhost usb.agent[781]: ... no modules for USB product 763/2808/100 referring to this fix: http://www.mail-archive.com/[EMAIL PROTECTED]/msg09026

Re: SiS audio chip Re: [Alsa-devel] usb Duo no device ? using

2003-08-14 Thread Matt Flax
further when the 2.6 comes out of testing. It seems that it was the bios issue with the SiS chipset. Matt On Sun, Jul 27, 2003 at 10:46:19PM +1000, Matt Flax wrote: > midisport-firmware > Reply-To: Matt Flax <[EMAIL PROTECTED]> > In-Reply-To: <[EMAIL PROTECTED]> > > Hi

Re: [Alsa-devel] usb Duo no device ? using midisport-firmware

2003-07-27 Thread Matt Flax
snd_printk(KERN_ERR "cannot submit datapipe for urb %d, err = %d\n", i, err); goto __error; } set_bit(i, &subs->active_mask); } Matt On Thu, Jul 24, 2003 at 09:59:00AM +0200, Clemens Ladisch wrote: > Matt Flax

SiS audio chip Re: [Alsa-devel] usb Duo no device ? using

2003-07-27 Thread Matt Flax
midisport-firmware Reply-To: Matt Flax <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Hi, Well, lspci gives me the following info : 00:02.7 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS7012 PCI Audio Accelerator (rev a0) Subsystem: CLEVO/KAPOK Compu

Re: [Alsa-devel] usb Duo no device ? using midisport-firmware

2003-07-24 Thread Matt Flax
are SiS M650+ SiS 962 chips : http://www.clevo.com.tw/products/D400.asp So back to the usb-audio ... On Thu, Jul 24, 2003 at 09:59:00AM +0200, Clemens Ladisch wrote: > Matt Flax wrote: > > I am having trouble with the usb driver for the M-Audio Duo usb > > external sound card. I

[Alsa-devel] usb Duo no device ? using midisport-firmware

2003-07-23 Thread Matt Flax
Hello, I am having trouble with the usb driver for the M-Audio Duo usb external sound card. I use kernel 2.4.21-2-686 on a Debian system. alsa-driver-0.9.5 In order to do this I used Clemens Ladisch's midisport-firmware driver : http://www.informatik.uni-halle.de/~ladischc/midisport_linux_fir

[Alsa-devel] Changing BIOS IRQs and I/O addresses

2003-05-28 Thread Matt Flax
Hello, I have traced my problem with my sound card to the function 'request_irq' in the intel8x0 module. Unfortunatly the IRQ is set up by the BIOS to be 0. This bios does not let the user alter the IRQs. Can anyone tell me how to change the IRQ manually ? Here is some extended info about the

RealTek acl650 patch for alsa 0.9.2 [was Re: [Alsa-devel] Re: SiS7012 hang alsa version 0.9.3c ]

2003-05-27 Thread Matt Flax
le unsure what to do now ??? Matt On Tue, May 27, 2003 at 04:32:30PM +1000, Matt Flax wrote: > OK - it would appear the win2k loads this soundcard as a realtek ac'97 > sound card. > It gives it : > IRQ=05 > I/O=0xf800-0xf8ff > I/O=0xfe80-0xfeff > > Is it possible

Re: matrix mixer control (Re: [Alsa-devel] Complex mixer questio

2003-03-31 Thread Matt Flax
I think this is a great step forward ... it will open the door for 3D array audio applications. Typically these applications use 3D speaker arrays which each have individual gains set for each audio 'object'. Consequently depending on an audio object's location in 3D space, will depend on the re

[Alsa-devel] init.d stopping modules

2003-01-20 Thread Matt Flax
Hello, I have several alsa modules running (see below) and would like to stop them and restart them because I run 'alsa rc6' and sound appears to stop during testing of my applications (due to my own segfaults). The problem (see below) is that the init.d script tries to rmmod the alsa modules,

[Alsa-devel] [off topic] WSOLA

2003-01-14 Thread Matt Flax
Hello list, I know that this is a off topic, however some of the developers of alsa also develop GPL audio apps. WSOLA - which speeds and slows audio without altering pitch - just broke the real time barrier and has migrated to v3.0 'Mature' from v2.7 'Stable'. Essentially it processes audio s

Re: [Alsa-devel] Release method?

2002-10-23 Thread Matt Flax
I disagree for the moment here Matthias. In my case I have waited to see what the response was from several people b4 thinking about installing RC4 ... the 0.9 series is after all the 'development release'. I noticed that there were problems and so I tried it to simply help out - to see if I had

[Alsa-devel] CVSCOMPILE problems

2002-10-16 Thread Matt Flax
Hi there everyone, In relation to this article/patch, I need to compile the CVS sources after 14'th : http://www.mail-archive.com/alsa-devel@lists.sourceforge.net/msg04810.html I have downloaded them, but am having trouble compiling them. There are lots of files with a ',v' extension. For exampl

[Alsa-devel] LGPL Time Code library release

2001-10-04 Thread Matt Flax
Hello everyone, This will probably be my last release for a little while. It is a set of header files which operate time code. There is also a GTK based X interface developed within for interaction with the time code. Available from : http://mffmtimecode.sourceforge.net/ Description : It is a C

[Alsa-devel] MIDI / SMPTE

2001-10-03 Thread Matt Flax
Hello everyone, I am writing a paper on time code and require references for the MIDI and SMPTE specifications does anyone have relevant information for this ? greatly appreciated. -- Matt Common computer data descriptions bitlicknibble byte

Re: [Alsa-devel] LGPL 3D audio library

2001-10-01 Thread Matt Flax
I have now fixed the html pages as per Paul's suggestions. Please read the description. I hope some developers can find a 3D audio library usefull. http://mffm3daudiolib.sourceforge.net/ thanks MAtt On 1 October 2001, Paul Davis wrote: > >I have released a 3D audio library LGPL @ sourceforge :

[Alsa-devel] LGPL 3D audio library

2001-10-01 Thread Matt Flax
I have released a 3D audio library LGPL @ sourceforge : http://mffm3daudiolib.sourceforge.net/ -- Matt ___ Alsa-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Alsa-devel] Melody Lines

2001-09-24 Thread Matt Flax
A few people here might be interested in incorperating the following GPL library into their apps. Project : http://mffmvectorbass.sourceforge.net/ Description (From the README file) : Copyright 1998, 1999, 2000, 2001 Matt Flax <[EMAIL PROTECTED]> MFFM vectorBass is an example of a few