{"id":20509324,"url":"https://github.com/raydac/bkbin2wav","last_synced_at":"2025-08-21T15:07:47.173Z","repository":{"id":30110021,"uuid":"33659836","full_name":"raydac/bkbin2wav","owner":"raydac","description":"Converter of .BIN snapshots (BK-0010(01) emulator format) into WAV sound files to load through TAP","archived":false,"fork":false,"pushed_at":"2025-03-22T18:43:51.000Z","size":43,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-13T22:39:27.093Z","etag":null,"topics":["bk-0010","converter","golang","tape","utility","wav"],"latest_commit_sha":null,"homepage":"","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,"zenodo":null}},"created_at":"2015-04-09T09:17:33.000Z","updated_at":"2025-03-22T18:43:55.000Z","dependencies_parsed_at":"2025-04-13T22:32:27.287Z","dependency_job_id":"b418309f-7101-4e54-9dd5-47f15eb58dcf","html_url":"https://github.com/raydac/bkbin2wav","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/raydac/bkbin2wav","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fbkbin2wav","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fbkbin2wav/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fbkbin2wav/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fbkbin2wav/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/raydac","download_url":"https://codeload.github.com/raydac/bkbin2wav/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/raydac%2Fbkbin2wav/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271499803,"owners_count":24770367,"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","status":"online","status_checked_at":"2025-08-21T02:00:08.990Z","response_time":74,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["bk-0010","converter","golang","tape","utility","wav"],"created_at":"2024-11-15T20:24:02.567Z","updated_at":"2025-08-21T15:07:47.110Z","avatar_url":"https://github.com/raydac.png","language":"Go","funding_links":["https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=AHWJHJFBAWGL2"],"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[![PayPal donation](https://img.shields.io/badge/donation-PayPal-cyan.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=AHWJHJFBAWGL2)\n[![YooMoney donation](https://img.shields.io/badge/donation-Yoo.money-blue.svg)](https://yoomoney.ru/to/41001158080699)\n\n# What is it?\nIt is a small utility to convert .BIN snapshots ([BK-0010(01)](http://en.wikipedia.org/wiki/Electronika_BK) emulator format) into sound WAV files which can be played and recognized by real BK-0010 TAP reader.   \nThe Project is based on [old QBasic based converter project](http://bk-mg.narod.ru/).\n\n# Description in Russian\nУтилита для конвертации BIN файлов (снапшотов для эмуляторов БК-0010 и БК-0010-01) в аудио WAV формат. Позволяет получать файлы с обычной скоростью загрузки и турбированные, пригодные к загрузке на БК-0010 через магнитофонный вход.\n\n# What is BK-0010\n[The BK-0010](https://en.wikipedia.org/wiki/Electronika_BK) was the most popular Soviet 16-bit home computer platform of the 1980s and was also my first computer (which still works).\n\n# Pre-built binaries?\nPre-compiled versions of the utility are available for download on [the latest release page](https://github.com/raydac/bkbin2wav/releases/latest).\n\n# Known archives with snapshots\n- [Archive 1](https://bk0010.my1.ru/load/igry_bk_0010_01/6)\n- [Archive 2](https://archive.pdp-11.org.ru/BKGAMES/BIN/)\n- [Archive 3](http://bk0010.narod.ru/files/)\n\n\n# How to use it?\n\nInitially, the converter was written in [Python](https://www.python.org/downloads/), but I later developed a GoLang version. The Python version requires [Python](https://www.python.org/) to be installed, whereas the pre-compiled GoLang version can be used as a standalone executable without any additional setup.\n\nThe utility has a command-line interface and can be executed with the following configurations:\n\n## Example for native version\n```\nbkbin2wav-windows386.exe -i Arkanoid.bin -o Arkanoid.wav\n```\n## Example for python version\n```\npython bkbin2wav.py -i Arkanoid.bin -o Arkanoid.wav\n```\n## Start without arguments\nIf you start the application without parameters, it will display a list of available options.\n```\nbkbin2wav -i \u003cbinfile\u003e [-a] [-o \u003cwavfile\u003e] [-n \u003cname\u003e] [-s addr] [-t]\n\n    Command line options:\n        -h          Print help\n        -f          Use file size instead of .BIN header size field value\n        -a          Amplify the audio signal in the result WAV file\n        -i \u003cfile\u003e   The BIN file to be converted\n        -o \u003cfile\u003e   The Result WAV file (by default the BIN file name with WAV extension)\n        -n \u003cname\u003e   The Name of the file in the TAP header (must be less or equals 16 chars)\n        -s \u003caddr\u003e   The Start address for the TAP header (by default the start address from the BIN will be used)\n        -t          Use the double frequency \"turbo\" mode\n```\nSometimes, .BIN files may contain an incorrect data size value in their header. In such cases, you can use the __-f__ flag to enforce the use of the physical file length instead of the data length defined in the BIN header.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydac%2Fbkbin2wav","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fraydac%2Fbkbin2wav","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fraydac%2Fbkbin2wav/lists"}