]> git.sesse.net Git - vlc/commit
- new headphone channel mixer with virtual spatialization effect : This
authorBoris Dorès <babal@videolan.org>
Mon, 9 Dec 2002 00:52:42 +0000 (00:52 +0000)
committerBoris Dorès <babal@videolan.org>
Mon, 9 Dec 2002 00:52:42 +0000 (00:52 +0000)
commit84ae579e4f14328f28d90b06b768e4924b7b5a4b
treebb7690c16b4a439d11c323ff3057312acb0d6f27
parent2397666ac33531200664b053ea2dd993a12424d4
- new headphone channel mixer with virtual spatialization effect : This
  effect should give you the feeling that you stands in a real room with
  a complete 5.1 speaker set when using only a headphone, providing a
  more realistic sound experience. It should also be more comfortable
  and less tiring when listening to music for long periods of time.It
  works with any source format from mono to 5.1.

  -> please try it and feel free to give me some feedback. Some
     improvements are already planned (adding echo, more configuration
     options, ...).

NB: whereas the filter itself is in a (very first) stable version, the
    way it is integrated to the filter chain is only a _temporary_ hack
    since it's the audio ouput core (input.c actually) which is directly
    responsible for it. Integrating it in a more suitable way will
    probably require some work on the way the filters are selected as
    well as on the configuration level, but I'm working on it :)
AUTHORS
ChangeLog
configure.ac.in
modules/LIST
modules/audio_filter/channel_mixer/Modules.am
modules/audio_filter/channel_mixer/headphone.c [new file with mode: 0644]
src/audio_output/input.c
src/libvlc.h