 |
BorlandTalk.com Borland discussion newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
Staiger Guest
|
Posted: Wed Aug 02, 2006 11:43 pm Post subject: Mitov AudioLab - extracting sound stream |
|
|
Colleagues,
I've posted an enquiry on the Mitov forum, but it looks very sleepy so there
may not be a reply.
If you are familiar with Mitov AudioLab, I'm hoping you can help. I can see
how to connect the various components together using the input and output
pins. But I can't see how to connect an output pin to the rest of my code.
I want to process the sound coming in on the microphone input of the PC,
using a fairly complex algorithm I've devised to identify very specific
sound events. I've used an 'AudioIn' component, connected to an
'AudioToReal' component. But now I want to feed the datastream coming out
of the 'AudioToReal' to my own code for processing.
I can't work out how to do it! It looks like you can only connect it to
another Mitov component with an input pin.
I realise I'm probably missing something obvious, so sorry in advance for
not spotting how to do it.
Thanks,
Steve |
|
| Back to top |
|
 |
Jonathan Benedicto Guest
|
Posted: Thu Aug 03, 2006 12:40 am Post subject: Re: Mitov AudioLab - extracting sound stream |
|
|
Staiger wrote:
| Quote: | But now I want to feed the datastream coming out of the 'AudioToReal' to
my own code for processing.
|
Use a SLGenericReal1 component to get the data out of the stream and into
your code.
HTH
Jonathan |
|
| Back to top |
|
 |
Boian Mitov Guest
|
Posted: Thu Aug 03, 2006 2:09 am Post subject: Re: Mitov AudioLab - extracting sound stream |
|
|
Hi Steve,
Please see the reply in the torry's forum.
| Quote: |
You need to connect one TSLGenericReal component to each output of the |
AudioToReal . Then use the OnProcessData event to get the data. Each
time a new data arrives the OnProcessData will be called.
<<<<
With best regards,
Boian Mitov
Staiger wrote:
| Quote: | Colleagues,
I've posted an enquiry on the Mitov forum, but it looks very sleepy so there
may not be a reply. |
|
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|