* Plugin for amplifying microphone (software "mic boost")
@ 2007-01-10 10:24 Ilya Konstantinov
2007-01-10 10:31 ` Takashi Iwai
2007-01-10 10:33 ` Alexander E. Patrakov
0 siblings, 2 replies; 4+ messages in thread
From: Ilya Konstantinov @ 2007-01-10 10:24 UTC (permalink / raw)
To: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 387 bytes --]
Hi,
I'm trying to add software amplification to my Bluetooth headset (which
works through the ALSA userspace plugin developed by the Bluetooth-alsa
project). On the ALSA plugins page, I've seen two plugins which seemed
somehow relevant: softvol and route.
Can any of them allow me to amplify the audio (yes, I'm aware that software
amp. is worse), or is there some other way?
Thanks.
[-- Attachment #1.2: Type: text/html, Size: 422 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 161 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Plugin for amplifying microphone (software "mic boost")
2007-01-10 10:24 Plugin for amplifying microphone (software "mic boost") Ilya Konstantinov
@ 2007-01-10 10:31 ` Takashi Iwai
2007-01-10 23:40 ` Ilya Konstantinov
2007-01-10 10:33 ` Alexander E. Patrakov
1 sibling, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2007-01-10 10:31 UTC (permalink / raw)
To: Ilya Konstantinov; +Cc: alsa-devel
At Wed, 10 Jan 2007 12:24:02 +0200,
Ilya Konstantinov wrote:
>
> Hi,
>
> I'm trying to add software amplification to my Bluetooth headset (which works through
> the ALSA userspace plugin developed by the Bluetooth-alsa project). On the ALSA
> plugins page, I've seen two plugins which seemed somehow relevant: softvol and route.
>
> Can any of them allow me to amplify the audio (yes, I'm aware that software amp. is
> worse), or is there some other way?
The softvol plugin doesn't support amplifying but only attenuation
(for optimization).
OTOH, the route plugin supports amplifying, but it doesn't have
dynamic volume controls. If you need only fixed amplification, this
should work.
Takashi
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Plugin for amplifying microphone (software "mic boost")
2007-01-10 10:24 Plugin for amplifying microphone (software "mic boost") Ilya Konstantinov
2007-01-10 10:31 ` Takashi Iwai
@ 2007-01-10 10:33 ` Alexander E. Patrakov
1 sibling, 0 replies; 4+ messages in thread
From: Alexander E. Patrakov @ 2007-01-10 10:33 UTC (permalink / raw)
To: alsa-devel
Ilya Konstantinov wrote:
> Hi,
>
> I'm trying to add software amplification to my Bluetooth headset (which
> works through the ALSA userspace plugin developed by the Bluetooth-alsa
> project). On the ALSA plugins page, I've seen two plugins which seemed
> somehow relevant: softvol and route.
>
> Can any of them allow me to amplify the audio (yes, I'm aware that
> software amp. is worse), or is there some other way?
For the real microphone, +6 dB boost:
pcm.!default {
type asym
playback.pcm "plug:dmix"
capture.pcm {
type route
slave.pcm "plug:dsnoop"
ttable.0.0 2.0
ttable.0.1 0.0
ttable.1.0 0.0
ttable.1.1 2.0
}
}
--
Alexander E. Patrakov
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Plugin for amplifying microphone (software "mic boost")
2007-01-10 10:31 ` Takashi Iwai
@ 2007-01-10 23:40 ` Ilya Konstantinov
0 siblings, 0 replies; 4+ messages in thread
From: Ilya Konstantinov @ 2007-01-10 23:40 UTC (permalink / raw)
To: Takashi Iwai; +Cc: alsa-devel
[-- Attachment #1.1: Type: text/plain, Size: 237 bytes --]
On 1/10/07, Takashi Iwai <tiwai@suse.de> wrote:
>
> OTOH, the route plugin supports amplifying, but it doesn't have
> dynamic volume controls. If you need only fixed amplification, this
> should work.
Thanks guys. This indeed worked.
[-- Attachment #1.2: Type: text/html, Size: 513 bytes --]
[-- Attachment #2: Type: text/plain, Size: 347 bytes --]
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
[-- Attachment #3: Type: text/plain, Size: 161 bytes --]
_______________________________________________
Alsa-devel mailing list
Alsa-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/alsa-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-01-10 23:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-10 10:24 Plugin for amplifying microphone (software "mic boost") Ilya Konstantinov
2007-01-10 10:31 ` Takashi Iwai
2007-01-10 23:40 ` Ilya Konstantinov
2007-01-10 10:33 ` Alexander E. Patrakov
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.