This little tool can do this:
- Convert the stereo wave file pair from a ZOOM H2 (http://www.zoom.co.jp/english/products/h2/)
  to a surround 6 channel wave file containing front left, right, surround left and right speaker 
  channels (and empty center speaker and subwoofer channels).

Features:
- Auto drag'n'drop: Drop the front wave file and it finds the corresponding back wave file to convert
- Fast conversion: It's written in C
- Supports all H2 surround wave formats, even 24bit and 48kHz

Usage:
- Explorer: Drop the front wave onto h2enc.exe
- Command line: h2enc.exe front-file [back-file]

Tips:
- you can convert the output 6ch wave file into a surround mp4 (saving space) using free Nero AAC Encoder 
  (http://www.nero.com/deu/technologies-aac-codec.html)
- playback with surround support using VLC (http://www.videolan.org/vlc/), set audio device to 5.1
- edit the 6ch wave file using wavosaur or other wave editor of your choice

Open source:
- This program is released under the GPL (see COPYING.TXT)
- Compile it using a c compiler of your choice (gcc, tcc, Visual Studio...)
- Windows binary is included

Disclaimer:
- The software is provided to the user "as is".
- The developer takes no responsibility for any damage which may occur as a result of using the software.

Contact the developer Simon Lehmayr:
- email: simon.lehmayr-AT-gmx.de (replace -AT- with @)
- web: www.lehmayr.de

