Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fuse-utils(1) [redhat man page]

fuse-utils(1)							     Emulators							     fuse-utils(1)

NAME
fuse-utils - various ZX Spectrum related utilities DESCRIPTION
The Fuse (Free Unix Spectrum Emulator) utilities are a small suite of utilities relating to some of the file formats used by ZX Spectrum emulators. The currently available utilities are: audio2tape Convert an audio file into a tape format. createhdf Create a blank IDE hard disk image in .hdf format. listbasic Extract the BASIC program from a ZX Spectrum file. profile2map Convert Fuse profiler output into Z80-style map format. raw2hdf Create an .hdf hard disk image from a raw data file. rzxcheck Verify the `competition mode' signature in an RZX input recording file. rzxdump Display the contents of an RZX file. rzxtool Make simple modifications to an RZX file. scl2trd Convert .scl disk images into .trd format. snap2tzx Convert a snapshot into a .tzx tape image. snapconv Convert between various snapshot formats. tape2wav Convert a tape file into .wav audio format. tapeconv Convert between various tape formats. tzxlist Display the contents of a .tzx tape image. SEE ALSO
audio2tape(1), createhdf(1), fuse(1), libspectrum(3), listbasic(1), raw2hdf(1), rzxcheck(1), rzxdump(1), rzxtool(1), scl2trd(1), snap2tzx(1), snapconv(1), tape2wav(1), tapeconv(1), tzxlist(1), xspect(1), xzx(1) The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Philip Kendall (philip-fuse@shadowmagic.org.uk) and others; see the individual man pages for more details. Version 1.0.0 16th December, 2010 fuse-utils(1)

Check Out this Related Man Page

audio2tape(1)							     Emulators							     audio2tape(1)

NAME
audio2tape - Sinclair ZX Spectrum audio to tape file converter SYNOPSIS
audio2tape [-t type] [-s] [-r] [-k] [-z level] [-c level] infile outfile DESCRIPTION
audio2tape converts audio files to ZX Spectrum tape images. OPTIONS
-t type causes type to be used as the level detection trigger. There are two triggers implemented; the simple trigger just uses a threshold value to convert to a one or zero on output, and the schmitt trigger implements a Schmitt trigger which outputs a less noisy signal, but requires a stronger signal to noise ratio than the simple trigger. The default trigger is "schmitt". -s causes the display of a frequency graph showing the sound levels present in the audio file. This can be useful when selecting good crossover points. -r causes any ROM blocks that are recognised to use idealised timing figures rather than the exact ones found in the audio file. -k causes the tape file that is produced to keep any audio data from the original audio file that isn't recognised. This will allow unsupported loading schemes, encryption tones etc. to be preserved in the file that is produced. -z level causes level to be used as the zero point in the supplied audio file, it allows adjustment for a DC offset in the audio file. The default level is 127 from a range of 0-255. -c level causes level to be used as the Schmitt trigger noise threshold, this reduces the sensitivity to noise in the provided file. The default level is 8 from a range of 0-127. infile specifies the audio file to be converted. This file can be in any of the tape formats supported by libaudiofile. outfile specifies the output tape file. The format will be determined by the file extension and can be in any of the formats libspectrum(3) supports for output. BUGS
None known. SEE ALSO
fuse(1), fuse-utils(1), libspectrum(3), listbasic(1), tapeconv(1), tzxlist(1), snap2tzx(1), tape2wav(1) The comp.sys.sinclair Spectrum FAQ, at http://www.worldofspectrum.org/faq/index.html. AUTHOR
Fredrick Meunier (fredm@spamcop.net). Version 1.0.0 16th December, 2010 audio2tape(1)
Man Page