Add example configuration file.
authorDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 27 May 2013 14:07:25 +0000 (16:07 +0200)
committerDavid ‘Bombe’ Roden <bombe@pterodactylus.net>
Mon, 27 May 2013 20:56:28 +0000 (22:56 +0200)
src/main/resources/sonitus.xml [new file with mode: 0644]

diff --git a/src/main/resources/sonitus.xml b/src/main/resources/sonitus.xml
new file mode 100644 (file)
index 0000000..3331dbb
--- /dev/null
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<sonitus>
+
+       <executables>
+               <lame>/path/to/lame</lame>
+               <oggdec>/path/to/oggdec</oggdec>
+               <oggenc>/path/to/oggenc</oggenc>
+               <flac>/path/to/flac</flac>
+               <sox>/path/to/sox</sox>
+       </executables>
+
+</sonitus>