[Bug 1230405] Re: audio2tape & tape2wav are missing

2013-09-25 Thread psl
Simple patch to address "incomplete byte" error message: $ diff -u converter/romloader.cc.orig converter/romloader.cc --- converter/romloader.cc.orig 2010-12-16 22:47:11.0 +0100 +++ converter/romloader.cc 2013-09-25 19:45:16.871797766 +0200 @@ -206,7 +206,7 @@ } if( num_bits !

[Bug 1230405] Re: audio2tape & tape2wav are missing

2013-09-25 Thread psl
I manually installed audio2tape and now I see a small bug in the converter: $ audio2tape -r -s -c2 zx-rom.wav zx-rom.tzx ... Block ended, found 108420 bytes Type: Data Error have incomplete byte ( bits) First block seconds: 226.953 Last block seconds: 324.565 Checksum:FAIL ... Notice Error line,

[Bug 1230405] Re: audio2tape & tape2wav are missing

2013-09-25 Thread psl
$ for X in audio2tape createhdf listbasic profile2map raw2hdf rzxcheck rzxdump rzxtool scl2trd snap2tzx snapconv tape2wav tapeconv tzxlist; do echo "$X: $(which $X)"; done audio2tape: createhdf: /usr/bin/createhdf listbasic: /usr/bin/listbasic profile2map: /usr/bin/profile2map raw2hdf: /usr/bin/r