{"id":13344422,"url":"https://github.com/raydac/zxtap-to-wav","last_synced_at":"2025-10-25T14:07:25.618Z","repository":{"id":92138440,"uuid":"66863396","full_name":"raydac/zxtap-to-wav","owner":"raydac","description":"Converter of .TAP files (a ZX-Spectrum emulator data format) into .WAV sound files","archived":false,"fork":false,"pushed_at":"2025-03-22T12:34:49.000Z","size":35,"stargazers_count":52,"open_issues_count":0,"forks_count":4,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-22T13:25:57.927Z","etag":null,"topics":["converter","golang","python","tape","utility","wav","zx-spectrum"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/raydac.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-29T17:06:32.000Z","updated_at":"2025-03-22T12:34:52.000Z","dependencies_parsed_at":null,"dependency_job_id":"861a64b4-7604-4f2a-8ef2-b3b44c549c15","html_url":"https://github.com/raydac/zxtap-to-wav","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fzxtap-to-wav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fzxtap-to-wav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fzxtap-to-wav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fzxtap-to-wav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raydac","download_url":"https://codeload.github.com/raydac/zxtap-to-wav/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248789774,"owners_count":21161891,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["converter","golang","python","tape","utility","wav","zx-spectrum"],"created_at":"2024-07-29T19:33:08.979Z","updated_at":"2025-10-25T14:07:25.611Z","avatar_url":"https://github.com/raydac.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License Apache 2.0](https://img.shields.io/badge/license-Apache%20License%202.0-green.svg)](http://www.apache.org/licenses/LICENSE-2.0)   \n[![Arthur's acres sanctuary donation](arthur_sanctuary_banner.png)](https://www.arthursacresanimalsanctuary.org/donate)\n\nA simple command-line utility that converts [.TAP](http://fileformats.archiveteam.org/wiki/TAP_(ZX_Spectrum)) files, a data format used by ZX Spectrum emulators, into [WAV](https://en.wikipedia.org/wiki/WAV) sound files.\n\nFor a similar tool that converts binary files into WAV format for the BK-0010 personal computer, check out [bkbin2wav](https://github.com/raydac/bkbin2wav).\n\n# How to build?\n\nSimply clone the project and build it using Maven with the command:\n```bash\nmvn clean install -Ppublish\n```\n\nAlternatively, you can download [a prebuilt version from the latest release](https://github.com/raydac/zxtap-to-wav/releases/tag/1.0.3).\n\n# Arguments\n```\n-a    amplify sound signal\n-f int\n      frequency of result wav, in Hz (default 22050)\n-g int\n      time gap between sound blocks, in seconds (default 1)\n-i string\n      source TAP file\n-o string\n      target WAV file\n-s    add silence before the first file\n```\n# Example\n```\nzxtap2wav -i RENEGADE.tap\nzxtap2wav -a -i RENEGADE.tap -o RENEGADE.wav -f 44100 -s\n```\n# How to?\n\n## Make longer silence interval between files in WAV\nJust add `-g 2` or `-g 3` to make delay in 2 or 3 seconds.\n\n## Add silence in start of generated WAV file\nUse `-s` and silence will be generated in start of WAV file.\n\n## I want 44100 Hz quantized WAV\nUse parameter `-f 44100`\n\n## Sound is too silent\nUse flag `-a` and generated sound in WAV will be amplified to maximum.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydac%2Fzxtap-to-wav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraydac%2Fzxtap-to-wav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydac%2Fzxtap-to-wav/lists"}