All of lore.kernel.org
 help / color / mirror / Atom feed
From: Cameron Barfield <cbarfield.cd@gmail.com>
To: alsa-devel@alsa-project.org
Subject: Re: Softvol for Independent Volume Control
Date: Mon, 07 Apr 2008 15:34:17 -0700	[thread overview]
Message-ID: <47FAA169.30700@gmail.com> (raw)
In-Reply-To: <47FA8118.7010001@gmail.com>

Well, I think I am actually on the right track.

I'm using a Blackfin BF537 with an AD1980BL (AC97) codec. All seems well with it. I'm 
running it with MMAP and DMIX appears to work beautifully.

I'm trying to add the volume controls to the mixer so that my application can adjust the 
volumes of its audio streams.

I've been playing around with /etc/asound.conf and so far I have:

pcm.mychan1 {
     type            softvol
     slave.pcm       "default"
     control.name    "mychan1"
     control.card    0
}

I can play WAV files (48K) no problem using aplay -D mychan1 file.wav. If I play any 
wav/au files that need rate conversion, I get:

aplay: set_params:904: Sample format non available

If I don't specify a device for aplay, I can play pretty much any wav/au file I have. DMIX 
also still works.

If I adjust the volume of my new channel, it does adjust independently of Master,0 and PCM,0

Am I just grossly misunderstanding how asound.conf works?



Cameron Barfield wrote:
> Hi --
> 
> I've got an application that receives multiple network audio streams. 
> Using DMIX, I am able to play back all the streams through my sound card.
> 
> The problem is that I would like to be able to independently adjust the 
> volume of each audio stream. Would Softvol work for this? All the 
> examples I've found only show Softvol working as a replacement for a 
> master volume control (and that's all I've been able to get it to do).
> 
> If Softvol won't work for independent volume controls, is there any 
> other ALSA plugin or API call that I'm missing? Switching to something 
> like Pulseaudio would probably not be an option since I'm running in an 
> embedded environment.
> 
> Regards,
> Cameron
> 
> 

  reply	other threads:[~2008-04-07 22:34 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-07 20:16 Softvol for Independent Volume Control Cameron Barfield
2008-04-07 22:34 ` Cameron Barfield [this message]
2008-04-08 15:52   ` Cameron Barfield
2008-04-11 17:39     ` Cameron Barfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=47FAA169.30700@gmail.com \
    --to=cbarfield.cd@gmail.com \
    --cc=alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.