{"id":51053670,"url":"https://github.com/ic-scm/openrevolution","last_synced_at":"2026-06-22T19:11:19.030Z","repository":{"id":44983420,"uuid":"218609800","full_name":"ic-scm/openrevolution","owner":"ic-scm","description":"C/C++ BRSTM and other format tools","archived":false,"fork":false,"pushed_at":"2026-04-14T20:46:29.000Z","size":446,"stargazers_count":62,"open_issues_count":3,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-06-22T09:37:52.982Z","etag":null,"topics":["adpcm","audio-files","audio-files-conversion","audio-formats","audio-player","bcstm","bcwav","bfstm","bfwav","brstm","bwav","converter","dspadpcm","encoder","idsp","player","rtaudio","smash-custom-music","wav"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ic-scm.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":"2019-10-30T19:45:18.000Z","updated_at":"2026-05-03T22:25:29.000Z","dependencies_parsed_at":"2024-01-19T12:48:04.951Z","dependency_job_id":"faf2a0be-20a8-4a97-b0f4-77cb5d8abbf2","html_url":"https://github.com/ic-scm/openrevolution","commit_stats":null,"previous_names":[],"tags_count":35,"template":false,"template_full_name":null,"purl":"pkg:github/ic-scm/openrevolution","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ic-scm%2Fopenrevolution","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ic-scm%2Fopenrevolution/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ic-scm%2Fopenrevolution/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ic-scm%2Fopenrevolution/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ic-scm","download_url":"https://codeload.github.com/ic-scm/openrevolution/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ic-scm%2Fopenrevolution/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661919,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":["adpcm","audio-files","audio-files-conversion","audio-formats","audio-player","bcstm","bcwav","bfstm","bfwav","brstm","bwav","converter","dspadpcm","encoder","idsp","player","rtaudio","smash-custom-music","wav"],"created_at":"2026-06-22T19:11:18.324Z","updated_at":"2026-06-22T19:11:19.023Z","avatar_url":"https://github.com/ic-scm.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OpenRevolution\nC++ BRSTM tools\n\nDecode, encode, play and convert BRSTM files and other Nintendo audio formats.\n\nSupports lossless conversion between supported formats and up to 8 tracks/16 channels.\n\n## Audio formats\n\n| Format       | Read                | Write               |\n|:------------ |:-------------------:|:-------------------:|\n| BRSTM        | Yes                 | Yes                 |\n| BCSTM        | Yes                 | Yes                 |\n| BFSTM        | Yes                 | Yes                 |\n| BWAV         | Yes                 | Yes                 |\n| BCWAV        | Yes                 | Yes                 |\n| BFWAV        | Yes                 | Yes                 |\n| IDSP         | Yes                 | No                  |\n\n## Usage\nCompile everything by running build.sh or using another compiler with the correct options.\n\n**Windows**: A Windows build of version 2.7.0 is available [here](https://github.com/ic-scm/openrevolution/releases/download/v2.7.0/brstm_converter_2.7.0_windows.zip). You may experience a bug when converting files - please read the attached PDF file. Please note that this build only includes the brstm_converter program, it does not include the brstm_rt audio player.\n\n**MacOS**: Install with Homebrew through [freeapp2014/stuff](https://github.com/FreeApp2014/homebrew-stuff) (instructions in repository).\n\n**Arch Linux**: Install [openrevolution-git](https://aur.archlinux.org/packages/openrevolution-git/) from AUR.\n\nDependencies for library:\n- None\n\nDependencies for converter (brstm_converter)\n- ffmpeg (optional) - Audio manipulation with the --ffmpeg option\n\nDependencies for player (brstm_rt)\n- librtaudio (version 6.x.x) - Audio output\n- unistd.h and termios.h\n- POSIX Threads\n\nUsage guides:\n- [src/](/src): Command line tools\n- [src/rt_player](/src/rt_player): RtAudio command line player\n- [src/lib](/src/lib) Library documentation\n\n## Thanks to\n\n- [WiiBrew](https://wiibrew.org/wiki/BRSTM_file): BRSTM file structure reference\n- [kenrick95/nikku](https://github.com/kenrick95/nikku) and [BrawlLib](https://github.com/libertyernie/brawltools): DSPADPCM decoder reference\n- [jackoalan/gc-dspadpcm-encode](https://github.com/jackoalan/gc-dspadpcm-encode): DSPADPCM encoder\n- [gota7](https://gota7.github.io/Citric-Composer/specs/binaryWav.html): BWAV file structure reference\n- [mk8.tockdom.com](http://mk8.tockdom.com/wiki/Main_Page) ([\\[1\\]](http://mk8.tockdom.com/wiki/BFSTM_\\(File_Format\\))[\\[2\\]](http://mk8.tockdom.com/wiki/BFWAV_\\(File_Format\\))) and [3dbrew.org](https://www.3dbrew.org/wiki/Main_Page) ([\\[1\\]](https://www.3dbrew.org/wiki/BCSTM)[\\[2\\]](https://www.3dbrew.org/wiki/BCWAV)): BCSTM, BFSTM, BCWAV, BFWAV file structure references\n- [FreeApp2014](https://github.com/FreeApp2014): Windows brstm_converter builds, and macOS homebrew tap\n- [Gianmarco Gargiulo](https://gianmarco.ga/): Icon/Logo\n- [RtAudio](https://github.com/thestk/rtaudio): RtAudio library\n\n## Planned features\n\n- GUI program\n- Support for more file formats\n- Multithreaded encoding\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fic-scm%2Fopenrevolution","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fic-scm%2Fopenrevolution","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fic-scm%2Fopenrevolution/lists"}