{"id":34988094,"url":"https://github.com/umjammer/vavi-sound-nsf","last_synced_at":"2026-02-05T09:07:20.776Z","repository":{"id":43209822,"uuid":"32139079","full_name":"umjammer/vavi-sound-nsf","owner":"umjammer","description":"🔊 NSF (NES Sound File) Java sound SPI","archived":false,"fork":false,"pushed_at":"2024-11-21T04:59:35.000Z","size":206,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-21T05:27:28.341Z","etag":null,"topics":["java","java-ports","jitpack","nsf","pure-java","sound","spi"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umjammer.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":"2015-03-13T07:30:35.000Z","updated_at":"2024-07-05T00:34:53.000Z","dependencies_parsed_at":"2024-11-21T05:34:38.014Z","dependency_job_id":null,"html_url":"https://github.com/umjammer/vavi-sound-nsf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/umjammer/vavi-sound-nsf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-sound-nsf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-sound-nsf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-sound-nsf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-sound-nsf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umjammer","download_url":"https://codeload.github.com/umjammer/vavi-sound-nsf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umjammer%2Fvavi-sound-nsf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29117917,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-05T05:31:32.482Z","status":"ssl_error","status_checked_at":"2026-02-05T05:31:29.075Z","response_time":65,"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":["java","java-ports","jitpack","nsf","pure-java","sound","spi"],"created_at":"2025-12-27T01:43:29.511Z","updated_at":"2026-02-05T09:07:20.771Z","avatar_url":"https://github.com/umjammer.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Release](https://jitpack.io/v/umjammer/vavi-sound-nsf.svg)](https://jitpack.io/#umjammer/vavi-sound-nsf)\n[![Java CI](https://github.com/umjammer/vavi-sound-nsf/actions/workflows/maven.yml/badge.svg)](https://github.com/umjammer/vavi-sound-nsf/actions/workflows/maven.yml)\n[![CodeQL](https://github.com/umjammer/vavi-sound-nsf/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/umjammer/vavi-sound-nsf/actions/workflows/codeql-analysis.yml)\n![Java](https://img.shields.io/badge/Java-17-b07219)\n\n# vavi-sound-nsf\n\n\u003cimg src=\"https://github.com/umjammer/vavi-sound-nsf/assets/493908/f9af5c46-ad4b-4e9b-801c-8ac87cf2b669\" width=160 alt=\"nes logo\"/\u003e\u003csub\u003e\u003ca href=\"https://www.nintendo.com/\"\u003e© Nintendo\u003c/a\u003e\u003c/sub\u003e\n\n[NSF](https://www.nesdev.org/wiki/NSF) Java Sound SPI powered by [nsf](https://github.com/orangelando/nsf) and festalon (wip)\n\n### chips\n\n| name | status | comment |\n|------|:------:|---------|\n| AY   |        |         |\n| FDS  |   ️    |         |\n| MMC5 |   ️    |         |\n| N106 |   ️    |         |\n| OPLL |   ️    |         |\n| VRC6 |        |         |\n| VRC7 |   ️    |         |\n\n\n## Install\n\n * [maven](https://jitpack.io/#umjammer/vavi-sound-nsf)\n\n## Usage\n\n```java\nAudioInputStream ais = AudioSystem.getAudioInputStream(Paths.get(nsf).toFile());\nClip clip = AudioSystem.getClip();\nclip.open(AudioSystem.getAudioInputStream(new AudioFormat(Encoding.PCM_SIGNED, 44100, 16, 1, 2, 44100, false, props), ais));\nclip.loop(Clip.LOOP_CONTINUOUSLY);\n```\n\n### properties for target `AudioFormat`\n\n* `track` ... specify track # in the file to play\n* `maxPlaySecs` ... specify max play time in \\[sec]\n\n## References\n\n* [nsf](https://github.com/orangelando/nsf)\n* [Festalon original](https://projects.raphnet.net/)\n* [Festalon github](https://github.com/ahefner/festalon)\n\n## TODO\n\n * ~~improve decoding speed (i7 imac)~~\n   * on m2 ultra mac no problem\n * ~~use jpl instead of jul~~\n * ~~festalon~~\n   * spi\n   * fidlib\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumjammer%2Fvavi-sound-nsf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumjammer%2Fvavi-sound-nsf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumjammer%2Fvavi-sound-nsf/lists"}