{"id":35279656,"url":"https://github.com/dbalsom/opl3-rs","last_synced_at":"2026-04-10T10:31:35.110Z","repository":{"id":246437855,"uuid":"821129171","full_name":"dbalsom/opl3-rs","owner":"dbalsom","description":"Rust bindings for the Nuked-OPL3 C Library","archived":false,"fork":false,"pushed_at":"2025-03-01T21:36:30.000Z","size":288,"stargazers_count":3,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-03T03:17:36.994Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dbalsom.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2024-06-27T21:52:43.000Z","updated_at":"2025-03-01T21:36:33.000Z","dependencies_parsed_at":"2024-06-28T00:31:32.556Z","dependency_job_id":"9fbc9258-6cdf-4fed-90a7-e4973065cfe7","html_url":"https://github.com/dbalsom/opl3-rs","commit_stats":null,"previous_names":["dbalsom/opl3-rs"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/dbalsom/opl3-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalsom%2Fopl3-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalsom%2Fopl3-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalsom%2Fopl3-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalsom%2Fopl3-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dbalsom","download_url":"https://codeload.github.com/dbalsom/opl3-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dbalsom%2Fopl3-rs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31638390,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2025-12-30T14:22:18.818Z","updated_at":"2026-04-10T10:31:35.065Z","avatar_url":"https://github.com/dbalsom.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"opl3-rs\n=======\n\nA small library to provide bindings for the [Nuked-OPL3 library](https://github.com/nukeykt/Nuked-OPL3).\n\n[![Crates.io version][crate-img]][crate]\n[![Changelog][changelog-img]](CHANGELOG.md)\n[![Documentation][docs-img]][docs]\n\n# Usage\n\nNuked-OPL3 is not a turn-key implementation of the OPL3 chip - functions such as the status register, timers and\ninterrupts are left as implementation details.\n\nYou can access the Nuked-OPL3 API via the `Opl3Chip` struct, if needed, but with the caveat that directly writing\nregisters to Nuked-OPL3 will prevent you from reading the OPL registers correctly.\n\nIf you intend to utilize `opl3-rs` in an emulator, you will probably want to use the `Opl3Device` wrapper which provides\na full, device-oriented OPL3 implementation including the status, address and data registers, plus the OPL3 timers.\n\n# Docs\n\nDocumentation can be found on [docs.rs](https://docs.rs/opl3-rs/latest/opl3_rs/)\n\n# Examples\n\nAn example of music playback is provided in the play_tune directory under /examples.\nThis example uses the rodio library for audio playback and crossbeam channels for inter-thread communication.\n\nopl3-rs was primarily built for use with the [MartyPC PC emulator](https://github.com/dbalsom/martypc). It is used to\nimplement an AdLib Music Card device.\n\nhttps://github.com/dbalsom/opl3-rs/assets/7229541/d78d4e90-71ed-4841-a963-9b09f25974c1\n\n# Credits\n\n[Nuked-OPL3](https://github.com/nukeykt/Nuked-OPL3) is (C) 2013-2020 Nuke.YKT and licensed under LGPL 2.1\n\nplay_tune example based off code by Maarten Janssen and Peter De Wachter.\n\n[crate]:         https://crates.io/crates/opl3-rs\n\n[crate-img]:     https://img.shields.io/crates/v/opl3-rs.svg\n\n[changelog-img]: https://img.shields.io/badge/changelog-online-blue.svg\n\n[docs]:          https://docs.rs/opl3-rs\n\n[docs-img]:      https://img.shields.io/badge/docs-online-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalsom%2Fopl3-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdbalsom%2Fopl3-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdbalsom%2Fopl3-rs/lists"}