Re: [Alsa-user] audiophile 24/96 - low record level

2009-10-08 Thread Marek Michalak
blem still exist - low level of capture sound. I just want to record separate channels - one file for one channel. On * audiophile24/96* it's impossible? Or maybay could somebody propose me other program? Best regards Mark 2009/10/8 Marek Michalak > Hello! > > I try to record a

[Alsa-user] audiophile 24/96 - low record level

2009-10-08 Thread Marek Michalak
Hello! I try to record a music on my audiophile24/96 but the signal is low. I hear something but it's almost silent. I'm using arecord and other applications. I change in envy24control and alsamixer to max. value but nothing change. Could somebody help me and explain me what's wrong - maybe I ne

Re: [Alsa-user] how to use the buffer from sound card

2009-08-31 Thread Marek Michalak
wishes Marek Michalak 2009/8/31 Marek Michalak > Hello! > > I write a program that capture the sound and when the buffor of sound card > is full send this by UDP to server. Then server will be calculate the FFT on > this. So I need the samples. So my record_buffor function in c

Re: [Alsa-user] how to use the buffer from sound card

2009-08-31 Thread Marek Michalak
that I can work with it. Could You help me? Best wishes Mark Pozdrawiam Marek Michalak 2009/8/31 Bill Unruh > On Mon, 31 Aug 2009, Marek Michalak wrote: > > Hello! >> >> I change the pcm.c program from alsa-lib/test, and capture the sound by >> asynchronic f

[Alsa-user] how to use the buffer from sound card

2009-08-30 Thread Marek Michalak
at I can use in my program? Best wishes Marek Michalak -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what yo

[Alsa-user] mmap_readi or mmap_begin

2009-07-13 Thread Marek Michalak
ood way to do this? Is true that snd_async_handler_t *ahandler is better for realtime system than nonblocking mode? Best wishes Marek Michalak -- Enter the BlackBerry Developer Challenge This is your chance to win up to $100,

Re: [Alsa-user] No sound on new notebook from HP

2008-11-06 Thread Marek Michalak
Hi! I have also problem with my HP530 (ICH9 Family Also). Try this: sudo gedit /etc/modprobe.d/alsa-base at the end you add: options snd-hda-intel model=laptop Save changes. And then you turn off computer and start. (Not restart but power off). Sometime you need to write another word (not laptop,

[Alsa-user] PCM capture - how its works

2008-11-05 Thread Marek Michalak
Hi all! I try to understand how PCM capture work. In all program/driver that use A/D converter (like it is in soundcard) we have 2 way. We can use polling or interrupt request. How it's made in ALSA driver? If I write for example: int pcmreturn; while ((pcmreturn = snd_pcm_readi(pcm_cap