[Alsa-user] Midi pitchbend sends incorrect message.

2007-09-29 Thread eespjl
Hi, I am using an m-audio Oxygen keyboard. This has USB and a normal midi output. The pitchbend does not work properly. The pitchbend message for the default (middle position) should should be data bytes 0 and 64. Monitoring the pitch bend using the java API I see data bytes 0 and 0

Re: [Alsa-user] capturing sound card output

2007-05-01 Thread eespjl
Hi, It will depend on your sound card. I am able to select the "capture" to be the output mix using the alsa mixer (intel8x0). But this means (in my case) the signal goes into the analog domain and is not as clean as I would like. There are other ways to capture the sound, for example ht

Re: [Alsa-user] IPGA analog volume problem with delta 1010LT and alsa 1.0.14rc1 (Resend for noone answered)

2007-03-05 Thread eespjl
Here is the story . . . http://www.spinics.net/lists/alsa-devel/msg05518.html cheers Paul. Quoting [EMAIL PROTECTED]: > Hi > > Sorry no help. But the same problem here. > Just installed 2.6.20-rt8 with built in alsa and I have lost the IPGA > in envy24control. Previous 2.6.16 kernel with al

Re: [Alsa-user] IPGA analog volume problem with delta 1010LT and alsa 1.0.14rc1 (Resend for noone answered)

2007-03-05 Thread eespjl
Hi Sorry no help. But the same problem here. Just installed 2.6.20-rt8 with built in alsa and I have lost the IPGA in envy24control. Previous 2.6.16 kernel with alsa not in kernel was OK. cheers Paul. Quoting Julien Claassen <[EMAIL PROTECTED]>: > Hello! > I've still got the same problem

Re: [Alsa-user] Microphone does not record

2006-11-19 Thread eespjl
Quoting Krzysztof Dubowik <[EMAIL PROTECTED]>: > Hi, > > [EMAIL PROTECTED] wrote: > >>> control.27 { >>> comment.access 'read write' >>> comment.type BOOLEAN >>> comment.count 1 >>> iface MIXER >>> name 'Captur

Re: [Alsa-user] Microphone does not record

2006-11-18 Thread eespjl
Quoting Krzysztof Dubowik <[EMAIL PROTECTED]>: > Hi all, > I'm out of ideas and I need your help. I cannot get microphone to record. > The strange thing is that it seems to work - there's a feedback from the > speakers, but neither skype or krec record anything. Mozilla Flash plugin > does not

Re: [Alsa-user] Legacy OSS applications and alsa+jack

2006-11-05 Thread eespjl
Quoting Edson Pereira <[EMAIL PROTECTED]>: > Does anyone knows how I could possibly accomplish this? Is there a way I > can create a virtual OSS-compatible PCM device (/dev/dspX) that could > show up as an ALSA capture/playback device for jack? > > Any help or pointers would be very much apprecia

Re: [Alsa-user] quiet mono recording! (Problem with an ice1712 soundcard on recording)

2006-10-28 Thread eespjl
Quoting Udo van den Heuvel <[EMAIL PROTECTED]>: >> I think if I record in mono then it records all lines ? >> >> If I record in stereo then it uses 1/2. Hence the change from mono to >> stereo made my input dissappear. > > Interesting theory. > How do I find out on what lines my audio comes in

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-28 Thread eespjl
Quoting Udo van den Heuvel <[EMAIL PROTECTED]>: >> I am not sure how to make arecord record my different lines. I have >> found and .asoundrc for selecting output but I am not sure about input. > > If the default ice1712 config is broken it needs fixing. > > Who can help here? Hi, OK I playe

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-28 Thread eespjl
Quoting Udo van den Heuvel <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Hi, >> >> I have resolved my problem but my stereo recording troubles did not >> involve the SPDIF. Unfortunately my SPDIF is connected to a yammaha >> sound card that is unsupported under linux so I can not test SPD

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-28 Thread eespjl
Quoting Udo van den Heuvel <[EMAIL PROTECTED]>: > [EMAIL PROTECTED] wrote: >> Quoting Udo van den Heuvel <[EMAIL PROTECTED]>: >> >>> Lee Revell wrote: Try arecord -r 44100 -f S16_LE >>> >>> maybe add -c2 to record stereo: arecord -r 44100 -f S16_LE -c2 blah.wav >>> Overe here mono works OK bu

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-12 Thread eespjl
Quoting Harald Gutmann <[EMAIL PROTECTED]>: > arecord -f dat file.wav sounds okay. > seems that this is the problem. Hmmm arecord -f dat file.wav and I get silence so what is different ? just tried arecord -r 48000 -f S16 this is fine. So it looks like my problem is recording stereo. Do I

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-12 Thread eespjl
Quoting Lee Revell <[EMAIL PROTECTED]>: > On Wed, 2006-10-11 at 22:02 +0100, [EMAIL PROTECTED] wrote: >> Hi, >> >> I just tried arecord with my m-audio 1010LT >> >> arecord x.wav >> >> On playback it sounds like it is repeating chunks of the sound then >> skipping to the next chunk. >> >> >> a

Re: [Alsa-user] Problem with an ice1712 soundcard on recording

2006-10-11 Thread eespjl
Hi, I just tried arecord with my m-audio 1010LT arecord x.wav On playback it sounds like it is repeating chunks of the sound then skipping to the next chunk. arecord -f cd x.wav Nothing on playback. I have had success recording/playback using the javax.sound.sampled API. Do we ne