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:
@@ -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
|
||||
Reference in New Issue
Block a user