first loop

This commit is contained in:
2019-10-23 20:05:23 +02:00
parent ad54bac3f7
commit 759a6450a6
2 changed files with 13 additions and 9 deletions

View File

@@ -44,9 +44,7 @@ fprintf(stderr, "AO init -> %p\n", device);
foo = play_some_stuff(device, 0);
fprintf(stderr, "play stuff -> %d\n", foo);
sleep(1);
foo = blast_this_file("/home/tth/BU/vrac/1337.wav", device, 0);
foo = blast_this_file("AK14V-ORDRES.wav", device, 3);
fprintf(stderr, "blast file -> %d\n", foo);
foo = close_ao_output(device);