Guitar Hero(tm) song importer.
This importer takes the original Guitar Hero PS2 DVD and extracts the
songs from it. Thanks to Sami Vaarala for the initial implementation!
|
|
|
|
|
|
|
|
|
|
|
| joinPcmFiles(self,
pcmLeft,
pcmRight,
waveOut,
sampleRate=44100) |
source code
|
|
|
|
| decodeVgsFile(self,
vgsFile,
length,
outputSongOggFile,
outputGuitarOggFile,
outputRhythmOggFile,
workPath) |
source code
|
|
|
|
| compressWaveFileToOgg(self,
waveFile,
oggFile) |
source code
|
|
|
|
|
|
|
| importSongs(self,
headerPath,
archivePath,
workPath) |
source code
|
|
|
|
|
|
|
|
|
Inherited from View.Layer:
isBackgroundLayer,
shown
Inherited from Task.Task:
started,
stopped
|