{"id":22242749,"url":"https://github.com/tiben/tzx-player","last_synced_at":"2025-03-25T10:41:22.122Z","repository":{"id":192898281,"uuid":"677672154","full_name":"TiBeN/tzx-player","owner":"TiBeN","description":"Player for TZX tape files (ZX Spectrum, Amstrad CPC etc.)","archived":false,"fork":false,"pushed_at":"2024-06-06T17:26:37.000Z","size":102,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-30T09:42:10.900Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TiBeN.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-08-12T08:43:24.000Z","updated_at":"2024-06-06T17:26:40.000Z","dependencies_parsed_at":"2023-09-05T21:23:24.976Z","dependency_job_id":"20afe777-5f5c-43bd-a400-f527d2109cd5","html_url":"https://github.com/TiBeN/tzx-player","commit_stats":null,"previous_names":["tiben/tzx-player"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiBeN%2Ftzx-player","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiBeN%2Ftzx-player/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiBeN%2Ftzx-player/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiBeN%2Ftzx-player/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiBeN","download_url":"https://codeload.github.com/TiBeN/tzx-player/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245449531,"owners_count":20617187,"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":[],"created_at":"2024-12-03T04:16:57.245Z","updated_at":"2025-03-25T10:41:22.076Z","avatar_url":"https://github.com/TiBeN.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"TZX Player\n==========\n\nA player for 8bit computers tapes files in TZX format.\n\nThis project is **WIP**. \n\nFeatures:\n\n- Play/stop/rewind etc. controls through keyboard shortcuts\n- Export to WAV file\n- Counter support (reset, goto etc..)\n- Tape player remote control through GPIO module input soldered in the CPC tape player PCB\n\nWIP state:\n\n- Not all blocks types of the TZX specification are supported\n  (Most data related though, which make almost every Amstrad CPC cdt file to be read)\n- Tested on Linux only\n- Looking for a more standard interface for GPIO remote control feature. My current device, which is a \n  Numato Labs 8 channels, does not support standard kernel libgpiod framework and expose a proprietary \n  command set which requires specific code.\n\nBuild\n-----\n\n    $ ./build.sh\n\nexec \n\n    $ ./bin/tzx-player COMMAND\n \nor to show usage \n\n    $ ./bin/tzx-player help\n\nUsage\n-----\n\n```\nUsage: tzx-player COMMAND [cmd opts]\n\nPlay 8bits computers data tapes as TZX files\n\nCommands:\n  help                Show this help message\n  convert             Convert TZX tape to an audio PCM Wav file\n    Args:\n      tzx-player convert INPUT_TZX_FILE OUTPUT_WAV_FILE\n    Options:\n      -s int              Sampling rate (default: 44100)\n      -b int              Bit depth (default: 8, possibles values: 8 or 16)\n      -f float            Speed factor: multiply the speed of the tones (experimental) (default: 1.0)\n  info                Output TZX tape informations\n    Args:\n      tzx-player info INPUT_TZX_FILE\n  play                Play a TZX tape\n    Args:\n      tzx-player play INPUT_TZX_FILE\n    Options:\n      -s int              Sampling rate (default: 44100)\n      -b int              Bit depth (default: 8, possibles values: 8 or 16)\n      -g port:baudrate:ionbEnable tape remote control using a GPIO device. Support only Numato labs GPIO Modules for now\n      -f float            Speed factor: multiply the speed of the tones (experimental) (default: 1.0)\n   Player control keystrokes:\n       Space : Toggle play/pause\n       p : Pause\n       s : Save current tape position\n       g : Set tape to last saved position\n```\n\nThis project is written in Go. It makes use of PortAudio library for audio output.\n\nResources\n---------\n\nThe TZX tape file format specification is available [here](https://k1.spdns.de/Develop/Projects/zasm/Info/TZX%20format.html)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiben%2Ftzx-player","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiben%2Ftzx-player","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiben%2Ftzx-player/lists"}