* auto capture feature according to sound amplitude?
@ 2005-04-15 16:59 IDOIT .IEF
2005-04-20 17:11 ` Steve deRosier
0 siblings, 1 reply; 4+ messages in thread
From: IDOIT .IEF @ 2005-04-15 16:59 UTC (permalink / raw)
To: Alsa-devel
Hi All
I'm working on a small voice recognition project and i want a library
or some APIs automates capturing process so it'll start capturing only
if there is a voice and it'll stay waiting unless
I'm new to Alsa .. or you can say i'm new to audio programming .. i
don't know if ALSA has such a feature .. or any other library
i thought about implementing this feature by my self .. but i don't
think i have time to do it
Thanks in Advance
IDOIT
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* auto capture feature according to sound amplitude?
@ 2005-04-16 4:44 Perfect Stranger
2005-04-19 9:52 ` Takashi Iwai
0 siblings, 1 reply; 4+ messages in thread
From: Perfect Stranger @ 2005-04-16 4:44 UTC (permalink / raw)
To: ALSA Developers List
Hi All
I'm working on a small voice recognition project and i want a library
or some APIs automates capturing process so it'll start capturing only
if there is a voice and it'll stay waiting unless
I'm new to Alsa .. or you can say i'm new to audio programming .. i
don't know if ALSA has such a feature .. or any other library
i thought about implementing this feature by my self .. but i don't
think i have time to do it
Thanks in Advance
MHD.
p.s sorry if this message was duplicated ..
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: auto capture feature according to sound amplitude?
2005-04-16 4:44 auto capture feature according to sound amplitude? Perfect Stranger
@ 2005-04-19 9:52 ` Takashi Iwai
0 siblings, 0 replies; 4+ messages in thread
From: Takashi Iwai @ 2005-04-19 9:52 UTC (permalink / raw)
To: Perfect Stranger; +Cc: ALSA Developers List
At Sat, 16 Apr 2005 07:44:02 +0300,
Perfect Stranger wrote:
>
> Hi All
> I'm working on a small voice recognition project and i want a library
> or some APIs automates capturing process so it'll start capturing only
> if there is a voice and it'll stay waiting unless
> I'm new to Alsa .. or you can say i'm new to audio programming .. i
> don't know if ALSA has such a feature .. or any other library
> i thought about implementing this feature by my self .. but i don't
> think i have time to do it
No, ALSA itself doesn't have such a feature.
Takashi
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: auto capture feature according to sound amplitude?
2005-04-15 16:59 IDOIT .IEF
@ 2005-04-20 17:11 ` Steve deRosier
0 siblings, 0 replies; 4+ messages in thread
From: Steve deRosier @ 2005-04-20 17:11 UTC (permalink / raw)
To: IDOIT .IEF; +Cc: Alsa-devel
Your best bet would be to continually capture from alsa, and analyse the samples as they come in. You could set an amplitude threshold or do some other fancier trigger point (must be between certain frequencies with a certian amplitude, etc...) and just bit-bin the samples to that trigger. At the trigger, you could then analyse it with your recognition algoritim, and when it's done go back to your wait-on-trigger state.
- Steve
IDOIT .IEF wrote:
> Hi All
> I'm working on a small voice recognition project and i want a library
> or some APIs automates capturing process so it'll start capturing only
> if there is a voice and it'll stay waiting unless
> I'm new to Alsa .. or you can say i'm new to audio programming .. i
> don't know if ALSA has such a feature .. or any other library
> i thought about implementing this feature by my self .. but i don't
> think i have time to do it
> Thanks in Advance
> IDOIT
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_ide95&alloc_id\x14396&op=click
> _______________________________________________
> Alsa-devel mailing list
> Alsa-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/alsa-devel
-------------------------------------------------------
This SF.Net email is sponsored by: New Crystal Reports XI.
Version 11 adds new functionality designed to reduce time involved in
creating, integrating, and deploying reporting solutions. Free runtime info,
new features, or free trial, at: http://www.businessobjects.com/devxi/728
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-04-20 17:11 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-16 4:44 auto capture feature according to sound amplitude? Perfect Stranger
2005-04-19 9:52 ` Takashi Iwai
-- strict thread matches above, loose matches on Subject: below --
2005-04-15 16:59 IDOIT .IEF
2005-04-20 17:11 ` Steve deRosier
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.