Hi BigBen!<br>Tks for your help, I found that modules\audio_filter\converter\float32tou16.c does almost everything that I need<br>I think I only need to write something at the end of the callback function (doWork) to pass p_out_buf->p_buffer to my algorithms right ?
<br>Besides that, can you tell me how to compile VLC with that module (float32tou16.c) please ?<br><br>Tks in advance,<br>Ze Maria<br><br><div><span class="gmail_quote">On 12/29/06, <b class="gmail_sendername">Benjamin Pracht
</b> <<a href="mailto:bigben+spam@videolan.org">bigben+spam@videolan.org</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Le vendredi 29 décembre 2006 à 11:24 +0000, Ze maria a écrit :<br>> Hi guys,<br>> I need to access the audio samples currently playing in VLC to perform<br>> some audio recognition over them. I tried to use the libvlc but the
<br>> audio methods are just to adjust the volume and to give basic orders<br>> to the player...<br>> Can someone give me a hand please ?<br>><br>> Tks in advance,<br>> Ze Maria<br><br>You probably want to implement an audio filter (or an audio output)
<br>module to do the job. You can have a look at the existing modules in<br><br>modules/audio_filter<br><br>for reference. Don't hesitate to ask here if you have troubles...<br><br>--<br>BigBen<br><br>--<br>This is the vlc-devel mailing-list, see 
<a href="http://www.videolan.org/vlc/">http://www.videolan.org/vlc/</a><br>To unsubscribe, please read <a href="http://developers.videolan.org/lists.html">http://developers.videolan.org/lists.html</a><br><br></blockquote>
</div><br>