{"id":17464308,"url":"https://github.com/daanzu/speech-training-recorder","last_synced_at":"2026-03-05T02:02:38.462Z","repository":{"id":47748634,"uuid":"215435101","full_name":"daanzu/speech-training-recorder","owner":"daanzu","description":"Simple GUI application to help record audio dictated from given text prompts, for use with training speech recognition or speech synthesis.","archived":false,"fork":false,"pushed_at":"2021-08-15T05:35:22.000Z","size":178,"stargazers_count":41,"open_issues_count":1,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-07-04T11:07:03.632Z","etag":null,"topics":["audio","python","speech","speech-recognition","speech-synthesis","speech-to-text","sst","text-to-speech","training","tts"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/daanzu.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}},"created_at":"2019-10-16T02:04:42.000Z","updated_at":"2025-05-20T06:25:46.000Z","dependencies_parsed_at":"2022-09-08T07:01:31.134Z","dependency_job_id":null,"html_url":"https://github.com/daanzu/speech-training-recorder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/daanzu/speech-training-recorder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daanzu%2Fspeech-training-recorder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daanzu%2Fspeech-training-recorder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daanzu%2Fspeech-training-recorder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daanzu%2Fspeech-training-recorder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/daanzu","download_url":"https://codeload.github.com/daanzu/speech-training-recorder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/daanzu%2Fspeech-training-recorder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30106143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T01:39:18.192Z","status":"online","status_checked_at":"2026-03-05T02:00:06.710Z","response_time":93,"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":["audio","python","speech","speech-recognition","speech-synthesis","speech-to-text","sst","text-to-speech","training","tts"],"created_at":"2024-10-18T10:45:19.396Z","updated_at":"2026-03-05T02:02:38.428Z","avatar_url":"https://github.com/daanzu.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# speech-training-recorder\n\n\u003e Simple GUI application to help record audio dictated from given text\nprompts, for use with training speech recognition or speech synthesis.\n\nGiven a text file containing prompts, this app will choose a random selection\nand ordering of them, display them to be dictated by the user, and record the\ndictation audio and metadata to a `.wav` file and `recorder.tsv` file\nrespectively. You can select a previous recording to play it back, delete it,\nand/or re-record it.\n\n![Screenshot](.github/screenshot.png)\n\n**Requirements:**\n\n* Python 3\n* See [`requirements.txt`](requirements.txt) for required packages\n* Cross platform: Windows, Linux, MacOS\n\n## Getting Started\n\n```\ngit clone https://github.com/daanzu/speech-training-recorder.git\ncd speech-training-recorder\nmkdir ../audio_data\npip install -r requirements.txt\npython3 recorder.py -p prompts/timit.txt\n```\n\n```\nusage: recorder.py [-h] [-p PROMPTS_FILENAME] [-d SAVE_DIR] [-c PROMPTS_COUNT]\n                   [-l PROMPT_LEN_SOFT_MAX] [-o]\n\nGiven a text file containing prompts, this app will choose a random selection\nand ordering of them, display them to be dictated by the user, and record the\ndictation audio and metadata to a `.wav` file and `recorder.tsv` file\nrespectively.\n\noptional arguments:\n  -h, --help            show this help message and exit\n  -p PROMPTS_FILENAME, --prompts_filename PROMPTS_FILENAME\n                        file containing prompts to choose from\n  -d SAVE_DIR, --save_dir SAVE_DIR\n                        where to save .wav \u0026 recorder.tsv files (default:\n                        ../audio_data)\n  -c PROMPTS_COUNT, --prompts_count PROMPTS_COUNT\n                        number of prompts to select and display (default: 100)\n  -l PROMPT_LEN_SOFT_MAX, --prompt_len_soft_max PROMPT_LEN_SOFT_MAX\n  -o, --ordered         present prompts in order, as opposed to random\n                        (default: False)\n```\n\n## Customization\n\nSee `prompts/` directory for acceptable formats for prompt files: the simplest is `rainbow_passage.txt`.\n\n## Related Repositories\n\n* [daanzu/kaldi_ag_training](https://github.com/daanzu/kaldi_ag_training): Docker image and scripts for training finetuned or completely personal Kaldi speech models. Particularly for use with [kaldi-active-grammar](https://github.com/daanzu/kaldi-active-grammar).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaanzu%2Fspeech-training-recorder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdaanzu%2Fspeech-training-recorder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdaanzu%2Fspeech-training-recorder/lists"}