Page 1 of 1

TOOLS downloads

Posted: Tue Oct 14, 2008 4:33 pm
by wgoodf
howdy
i notice that the .cas to .wav faq mentions DC.exe and FIXCAS.exe as required tools for converting but there seems to be no TOOLS section in the download section to actually get them.
anyone help out?

link or email - all good for me!

cheers

Re: TOOLS downloads

Posted: Tue Oct 14, 2008 4:50 pm
by wgoodf
actually - any macintosh tools instead of windows - classic or osx?
java perhaps?
linux at a push?

Re: TOOLS downloads

Posted: Tue Oct 14, 2008 10:32 pm
by sixxie
If you just want to do CAS to WAV, I have a really basic Perl script here.

If you want to do WAV to CAS that's a little more involved, but the 'tapemangle' stuff in http://www.6809.org.uk/tmp/da/ does the job - basically a patch to XRoar to dump any data read from cassette (ie, the WAV file) into CAS output. I could probably build a patched MacOS binary if you needed it.

Re: TOOLS downloads

Posted: Thu Oct 16, 2008 3:03 pm
by wgoodf
ahem :oops: :oops:
\
just what would i do with the pearl script!??

Re: TOOLS downloads

Posted: Wed Oct 22, 2008 8:56 pm
by admin
Hmmm, just reminded me. I have a bunch of tools I wrote ages ago that I need to clean up and release.

Features are:
wav -> cas (without stripping the long sync pulses! No need for FIXCAS.EXE)
Basic cas file to text (currently only Dragon tokens, but I should add Coco support).
Handling of cas files like 'zip' archives. e.g. add/list/extract/delete etc.
Long filenames (woo!)

Currently these are separate tools, and I really need to combine them into 1.
Written in ANSI C (gcc) so should be easily portable (I need to check for endian problems though...)

Anyone interested?

Re: TOOLS downloads

Posted: Mon Nov 03, 2008 10:23 am
by admin
paulroberthill wrote:Hmmm, just reminded me. I have a bunch of tools I wrote ages ago that I need to clean up and release.

Features are:
wav -> cas (without stripping the long sync pulses! No need for FIXCAS.EXE)
Basic cas file to text (currently only Dragon tokens, but I should add Coco support).
Handling of cas files like 'zip' archives. e.g. add/list/extract/delete etc.
Long filenames (woo!)

Currently these are separate tools, and I really need to combine them into 1.
Written in ANSI C (gcc) so should be easily portable (I need to check for endian problems though...)

Anyone interested?

Re: TOOLS downloads

Posted: Tue Nov 11, 2008 3:50 pm
by wgoodf
sounds like a nice and simple thing your wanting to put together, thats always a good thing for folks.
especially idiot dumb folk like myself!

Re: TOOLS downloads

Posted: Tue Dec 30, 2008 6:54 pm
by admin
wgoodf wrote:ahem :oops: :oops:
\
just what would i do with the pearl script!??
If you ever wanted to develop dragon software on your desktop PC and then transfer it to a real dragon then you probably would need to convert a CAS file to a WAV file and then (optionally) record to tape. You can also just convert archived CAS files to real tapes. The perl script helps here. If you want to use it then you'll need to download the perl interpreter from here:

http://activestate.com/Products/activeperl/