Hi everyone,<div><br>This is something I would be interested in seeing in VLC. HRTFs are nice and in many cases produce better surround sound than actual surround sound speakers.</div><div><br></div><div>I can't think of any open source implementations since most implementations are commercial such as Dolby Headphones and the hardware accelerated Creative CMS-3D.</div>
<div><br></div><div>I once found a 'virtual sound card' for Windows that act as a 5.1 or 7.1 soundcard then outputs a stereo stream which you can play directly to your headphones (I don't remember the name of the software but it was by an Australian company). The downside of this is the CPU usage as the driver is always running and mixing and it might introduce notable latency to the audio. But the surround sound effect was really good, as long as you spent some time configuring each individual 'virtual speaker' to your headset/ears (you could tell each speaker to move lower/higher, forward, back, closer, etc).</div>
<div><br></div><div>There is also Rapture3D (<a href="http://www.blueripplesound.com/index.php?target=products&phpsessid=b45965f0f5dd4d1a1474fb478c44777c">http://www.blueripplesound.com/</a>) which is a drop in OpenAL placement for Windows. I don't know if anything exists for Linux.</div>
<div><br></div><div>It would be great to have HRTF built in to VLC for multiple reasons. Since VLC is open source it would be a great reference code for future HRTF work. HRTF could be used to compress audio during streaming (by streaming stereo audio rather than a lot of independent audio channels). Most importantly, HRTF would be available to everyone, not just those that have specialised drivers.</div>
<div><br></div><div>Good luck, I'm looking forward to any progress you make!</div><div><br></div><div>Andrew</div><div><br></div><div><br></div><div><br><div class="gmail_quote">On Sun, May 15, 2011 at 6:50 PM, Jean-Baptiste Kempf <span dir="ltr"><<a href="mailto:jb@videolan.org">jb@videolan.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">On Sun, May 15, 2011 at 10:08:40AM +0200, Piotr Majdak wrote :<br>
<div class="im">> ><a href="http://git.videolan.org/?p=vlc.git;a=blob;f=modules/audio_filter/channel_mixer/headphone.c;hb=HEAD" target="_blank">http://git.videolan.org/?p=vlc.git;a=blob;f=modules/audio_filter/channel_mixer/headphone.c;hb=HEAD</a><br>

><br>
> Thanks for the pointer. It seems like there is just a delay-and-gain<br>
> implemented. I think that this a good point to start.<br>
<br>
</div>Good point for start, but maybe, copy it to another file if you want to<br>
moodify heavily.<br>
<div class="im"><br>
> >seem to show 3 options, one integer (dim) and 2 booleans (one of which<br>
> >I think is useless<br>
><br>
> How do I use/set these options? Are these command line parameters?<br>
<br>
</div>As all VLC option both in command-line --option=value and in the<br>
preferences (All->Audio->Filters->Headphones)<br>
<div class="im"><br>
> >Audio filters would be welcome, and not only HRTF, but upmixing or<br>
> >SRS-WoW-like filters<br>
> ><br>
> >See<br>
> ><a href="http://wiki.videolan.org/Documentation:Hacker%27s_Guide/Audio_Filters" target="_blank">http://wiki.videolan.org/Documentation:Hacker%27s_Guide/Audio_Filters</a><br>
> >and<br>
> ><a href="http://wiki.videolan.org/Documentation:Hacker%27s_Guide" target="_blank">http://wiki.videolan.org/Documentation:Hacker%27s_Guide</a><br>
><br>
> Thanks for the guides. I'd like to focus on HRTF implementation<br>
> first. Maybe we'll look later how SRS-WoW actually works.<br>
</div>ok.<br>
<div class="im"><br>
> Another general question: I'd like to adapt the filtering to the<br>
> actual head position/orientation in real time. I thought about<br>
> capturing the head information with web-cam using openCV or similar<br>
> - is time-variant filtering possible within the current audio-filter<br>
> framework?<br>
<br>
</div>No, it isn't now. You need to work both on the video filter and on an<br>
audio filter.<br>
<br>
The best might be to do the audio filter and have a callback on the<br>
"head-angle" variable. Make a UI to change this in real-time.<br>
Once this works, and is accepted in VLC trunk, make a video-filter that<br>
changes that variable.<br>
<div class="im"><br>
> As for the human resources, a student could work on that<br>
> in his master thesis, so spending let's say 4 to 6 months. Do you<br>
> think is this practicable?<br>
<br>
</div>Yes. Just remember that VLC is a fast evolving community... If your code<br>
forks/evolves too far/too long from the tree, it won't get merged.<br>
I would then recommend to merge your code as soon it is mergeable, not<br>
when it is perfect...<br>
<div><div></div><div class="h5"><br>
Best Regards,<br>
<br>
--<br>
Jean-Baptiste Kempf<br>
<a href="http://www.jbkempf.com/" target="_blank">http://www.jbkempf.com/</a> - <a href="tel:%2B33%20672%20704%20734" value="+33672704734">+33 672 704 734</a><br>
Sent from my Electronic Device<br>
_______________________________________________<br>
vlc-devel mailing list<br>
To unsubscribe or modify your subscription options:<br>
<a href="http://mailman.videolan.org/listinfo/vlc-devel" target="_blank">http://mailman.videolan.org/listinfo/vlc-devel</a><br>
</div></div></blockquote></div><br></div>