All Projects → raydac → zxtap-to-wav

raydac / zxtap-to-wav

Licence: Apache-2.0 license
Converter of .TAP files (a ZX-Spectrum emulator data format) into .WAV sound files

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to zxtap-to-wav

Av Converter
[av-converter.com] Audio and Video Converter, and YouTube downloader. Convert to MP3, MP4, AAC, FLAC, AC3, WAV, etc.
Stars: ✭ 97 (+185.29%)
Mutual labels:  converter, wav
zx tape player
Just another tape player has been written in Flutter for iOS and Android. The application is able to find tapes and theirs images using https://zxInfo.dk public API and upload them to ZX-Spectrum compatible computers by the audio output of the smartphone. Now it supports TAP and TZX tape images only.
Stars: ✭ 26 (-23.53%)
Mutual labels:  tape, zx-spectrum
dnglab
Camera RAW to DNG file format converter
Stars: ✭ 103 (+202.94%)
Mutual labels:  converter
node-poppler
Asynchronous node.js wrapper for the Poppler PDF rendering library
Stars: ✭ 97 (+185.29%)
Mutual labels:  converter
HiSoft-C
Disassembled code of HiSoft C compiler for ZX Spectrum
Stars: ✭ 20 (-41.18%)
Mutual labels:  zx-spectrum
System.Configuration.Abstractions
Injectable, mockable, extensible, configuration for .NET
Stars: ✭ 42 (+23.53%)
Mutual labels:  converter
esp32 MusicPlayer
ESP32 Music Player with simple code in arduino-esp32 (I2S interface)
Stars: ✭ 59 (+73.53%)
Mutual labels:  wav
caffe weight converter
Caffe-to-Keras weight converter. Can also export weights as Numpy arrays for further processing.
Stars: ✭ 68 (+100%)
Mutual labels:  converter
channels
ZX Spectrum browser for forums and imageboards
Stars: ✭ 52 (+52.94%)
Mutual labels:  zx-spectrum
zxtune
Mirror of http://bitbucket.org/zxtune/zxtune repository with robot-only issues tracker
Stars: ✭ 118 (+247.06%)
Mutual labels:  zx-spectrum
vista2xp
Vista-to-XP application converter
Stars: ✭ 36 (+5.88%)
Mutual labels:  converter
gpx-converter
python package for manipulating gpx files and easily converting gpx to other different formats
Stars: ✭ 54 (+58.82%)
Mutual labels:  converter
ics-to-json
📅 Convert ICS calendars (eg. Google Calendar) to an opinionated JSON format.
Stars: ✭ 36 (+5.88%)
Mutual labels:  converter
sox-stream
📣 A stream-friendly wrapper around SoX
Stars: ✭ 50 (+47.06%)
Mutual labels:  wav
ZPL-Printer-Emulator-SDK
Convert, Preview & Render raw ZPL commands to PNG, JPG & PDF from .NET
Stars: ✭ 29 (-14.71%)
Mutual labels:  converter
BlocksConverter
A PocketMine-MP plugin allows you to convert Minecraft PC maps to MCPE/Bedrock maps or vice-versa.
Stars: ✭ 47 (+38.24%)
Mutual labels:  converter
converter-go
Convert AsyncAPI documents from older to newer versions with Golang
Stars: ✭ 17 (-50%)
Mutual labels:  converter
Youtube-DL-GUI
Graphical User Interace built around youtube-dl CLI
Stars: ✭ 38 (+11.76%)
Mutual labels:  wav
SoxSharp
.NET wrapper for SoX.
Stars: ✭ 41 (+20.59%)
Mutual labels:  converter
TommyGun
A retro development IDE for the creation of games on 8-bit computers.
Stars: ✭ 37 (+8.82%)
Mutual labels:  zx-spectrum

License Apache 2.0 PayPal donation YooMoney donation

Easy command line utility to convert .TAP files (a data format for ZX-Spectrum emulator) into sound WAV file. (Also there is similar utility to convert binary files into WAV files for personal computer BK-0010)

How to build?

Just clone the project and use maven mvn package -Ppublish command or load needed prebuit version from the latest release.

Arguments

-a    amplify sound signal
-f int
      frequency of result wav, in Hz (default 22050)
-g int
      time gap between sound blocks, in seconds (default 1)
-i string
      source TAP file
-o string
      target WAV file
-s    add silence before the first file

Example

zxtap2wav -i RENEGADE.tap
zxtap2wav -a -i RENEGADE.tap -o RENEGADE.wav -f 44100 -s

How to?

Make longer silence interval between files in WAV

Just add -g 2 or -g 3 to make delay in 2 or 3 seconds.

Add silence in start of generated WAV file

Use -s and silence will be generated in start of WAV file.

I want 44100 Hz quantized WAV

Use parameter -f 44100

Sound is too silent

Use flag -a and generated sound in WAV will be amplified to maximum.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].