mirror of
https://github.com/nippur72/apple1-videocard-lib.git
synced 2025-02-10 06:31:12 +00:00
19 lines
663 B
Batchfile
19 lines
663 B
Batchfile
call node mkpackets
|
|
|
|
call node ../../../tools/wavconv/prg2wav.js -i packets_32.bin -o packets_32 -b 00
|
|
call node ../../../tools/wavconv/prg2wav.js -i packets_64.bin -o packets_64 -b 00
|
|
call node ../../../tools/wavconv/prg2wav.js -i packets_128.bin -o packets_128 -b 00
|
|
call node ../../../tools/wavconv/prg2wav.js -i packets_255.bin -o packets_255 -b 00
|
|
|
|
del packets_32.bin
|
|
del packets_64.bin
|
|
del packets_128.bin
|
|
del packets_255.bin
|
|
|
|
call node ../../../tools/wavconv/prg2wav.js -i single_tone_0.bin -o single_tone_0 -b 00
|
|
call node ../../../tools/wavconv/prg2wav.js -i single_tone_255.bin -o single_tone_255 -b 00
|
|
|
|
del single_tone_0.bin
|
|
del single_tone_255.bin
|
|
|