Files
FreeJ/scripts/javascript/examples/newaudiotest.js
Jaromil d6c7ac935b 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
2009-07-24 12:33:42 +02:00

17 lines
245 B
JavaScript

audio = new AudioJack("freej", 1024, 44100);
animation_file = "/home/jaromil/Movies/TheRevolutionWillNotBeTelevisedGilScottHeron.mp4";
anim = new MovieLayer(animation_file);
anim.activate(true);
add_layer(anim);
audio.set_layer(anim);