Initial code for voice synchronization.

git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@566 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
ghaushe
2003-01-18 23:26:17 +00:00
parent 2975dd0e52
commit 7b9af3cc3b
10 changed files with 1328 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
Ur-Quan Masters Voice-over synchronization tool
For Windows:
Unpack into any directory.
From a DOS prompt, execute Synchronizer.exx from within the UQM content
directory it will write out files into content/timestamp/race
When you are done, archive them, and send to:
tcpaiqgvnmbf28f001@sneakemail.com
To use, select the files you want to play, and hit start.
hitting 'n' is the same as 'Next Screen', and 'p' will pause/unpause.
Hitting 'space' or 'enter' may have adverse effects, so don't
For Linux:
The code can be compiled with:
gcc synch.cpp synchronizer.cpp audioSDL.cpp audio.cpp -o synch -DUSE_SDLAUDIO=1 -lfltk -lvorbisfile -lvorbis `sdl-config --cflags --libs`
You'll need fltk (1.1.x), oggvorbis, and SDL development libraries
installed.
If you have any questions or issues, please send them to the e-mail above