some cleanup and test

audio works! can hear the sound of videos on jack
just sometimes the audio jumps a little, must check that buffers are tight
This commit is contained in:
Jaromil
2009-07-05 23:25:11 +02:00
parent 7349ebb55a
commit d6c7ac935b
7 changed files with 58 additions and 35 deletions
+7 -4
View File
@@ -1,13 +1,16 @@
audio = new AudioJack("freej", 1024, 48000);
audio = new AudioJack("freej", 1024, 44100);
animation_file = "/home/rgareus/Desktop/TELESCOPERA_MPEG2.mpg";
animation_file = "/home/jaromil/Movies/TheRevolutionWillNotBeTelevisedGilScottHeron.mp4";
anim = new MovieLayer(animation_file);
anim.set_fps(25);
anim.activate(true);
add_layer(anim);
audio.set_layer(anim);
anim.activate(true);