Re: Comparing 2 Spoken words, FFT function in LiveCode?

2017-10-16 Thread hh via use-livecode
LC Script is probably not fast enough for performing a FFT.
But you could use, for example, the following digital signal processing
library for javascript via a browser widget.

https://github.com/corbanbrook/dsp.js

Or try to use LCB's java-FFI based on these approaches:

https://lstsal.wordpress.com/2015/02/25/an-easy-way-to-compare-two-audios/
https://lstsal.wordpress.com/2015/02/28/comparing-two-audio-files/

> Peter R. wrote:
> Does anyone know of an implementation of an FFT function written in LiveCode?
> I've tried joneslib but this doesn't include FFT. I'm hoping to use FFTs as
> part of my attempt to compare 2 short sound clips of people speaking a single
> word.I'm trying to judge whether a single word spoken by 2 different people
> is the same word or not. Any advice or code that might help with this would
> be most welcome.


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Comparing 2 Spoken words, FFT function in LiveCode?

2017-10-16 Thread Bob Sneidar via use-livecode
Oh NVM I thought you were takling about text.

Bob S


> On Oct 16, 2017, at 06:18 , Peter Reid via use-livecode 
>  wrote:
> 
> Does anyone know of an implementation of an FFT function written in LiveCode? 
>  I've tried joneslib but this doesn't include FFT. I'm hoping to use FFTs as 
> part of my attempt to compare 2 short sound clips of people speaking a single 
> word.  I'm trying to judge whether a single word spoken by 2 different people 
> is the same word or not. Any advice or code that might help with this would 
> be most welcome.
> 
> Thanks
> 
> Peter
> --
> Peter Reid
> Loughborough, UK
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Re: Comparing 2 Spoken words, FFT function in LiveCode?

2017-10-16 Thread Bob Sneidar via use-livecode
mySQL has a soundex function. 

Bob S


> On Oct 16, 2017, at 06:18 , Peter Reid via use-livecode 
>  wrote:
> 
> Does anyone know of an implementation of an FFT function written in LiveCode? 
>  I've tried joneslib but this doesn't include FFT. I'm hoping to use FFTs as 
> part of my attempt to compare 2 short sound clips of people speaking a single 
> word.  I'm trying to judge whether a single word spoken by 2 different people 
> is the same word or not. Any advice or code that might help with this would 
> be most welcome.
> 
> Thanks
> 
> Peter
> --
> Peter Reid
> Loughborough, UK
> 
> 
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription 
> preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode


Comparing 2 Spoken words, FFT function in LiveCode?

2017-10-16 Thread Peter Reid via use-livecode
Does anyone know of an implementation of an FFT function written in LiveCode?  
I've tried joneslib but this doesn't include FFT. I'm hoping to use FFTs as 
part of my attempt to compare 2 short sound clips of people speaking a single 
word.  I'm trying to judge whether a single word spoken by 2 different people 
is the same word or not. Any advice or code that might help with this would be 
most welcome.

Thanks

Peter
--
Peter Reid
Loughborough, UK


___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode