[LAD] Linux Audio Architecture

2013-06-12 Thread ssm
Hi, I started working with Linux audio very recently. Primarily, I wanted to understand the Linux audio stack and audio processing flow. As a simple exercise, - I write a simple capture/playback application for PCM interface and store the captured audio data in a .wav or .raw file - The device

Re: [LAD] Linux Audio Architecture

2013-06-12 Thread Harry van Haaren
On Wed, Jun 12, 2013 at 8:10 PM, ssm salmin01...@gmail.com wrote: I know it's a long post, but even if you can help with a part of it, I'll be greatly benefited. Hi Salmin, You are using the ALSA API directly: if you're *sure* you want to do that, disregard the next bit. Most pro-audio

Re: [LAD] Linux Audio Architecture

2013-06-12 Thread ssm
Hi, Thanks for your reply. Actually, my focus is not on application development, rather I am trying to understand the audio data processing architecture, at which points the data get touched. Right now, I am pursuing the audio data mixing architecture. Can you please tell me which component