{"id":19316992,"url":"https://github.com/henkelmax/rnnoise4j","last_synced_at":"2025-04-22T17:30:33.492Z","repository":{"id":103943231,"uuid":"405136317","full_name":"henkelmax/rnnoise4j","owner":"henkelmax","description":"A Java wrapper for RNNoise.","archived":false,"fork":false,"pushed_at":"2024-08-16T08:34:45.000Z","size":997,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-02T02:03:53.258Z","etag":null,"topics":["java","noise-suppression","rnn","rnnoise","rnnoise-wrapper"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/henkelmax.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2021-09-10T15:58:57.000Z","updated_at":"2025-02-06T12:18:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"4eae71bc-8a9b-47cc-a235-a501f5780497","html_url":"https://github.com/henkelmax/rnnoise4j","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henkelmax%2Frnnoise4j","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henkelmax%2Frnnoise4j/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henkelmax%2Frnnoise4j/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/henkelmax%2Frnnoise4j/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/henkelmax","download_url":"https://codeload.github.com/henkelmax/rnnoise4j/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250287363,"owners_count":21405596,"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","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","noise-suppression","rnn","rnnoise","rnnoise-wrapper"],"created_at":"2024-11-10T01:13:21.419Z","updated_at":"2025-04-22T17:30:33.128Z","avatar_url":"https://github.com/henkelmax.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RNNoise4J\n\nA Java wrapper for [RNNoise](https://jmvalin.ca/demo/rnnoise/) written in Rust using JNI.\n\n## Usage\n\n**Maven**\n\n``` xml\n\u003cdependency\u003e\n  \u003cgroupId\u003ede.maxhenkel.rnnoise4j\u003c/groupId\u003e\n  \u003cartifactId\u003ernnoise4j\u003c/artifactId\u003e\n  \u003cversion\u003e2.0.2\u003c/version\u003e\n\u003c/dependency\u003e\n\n\u003crepositories\u003e\n  \u003crepository\u003e\n    \u003cid\u003ehenkelmax.public\u003c/id\u003e\n    \u003curl\u003ehttps://maven.maxhenkel.de/repository/public\u003c/url\u003e\n  \u003c/repository\u003e\n\u003c/repositories\u003e\n```\n\n**Gradle**\n\n``` groovy\ndependencies {\n  implementation 'de.maxhenkel.rnnoise4j:rnnoise4j:2.0.2'\n}\n\nrepositories {\n  maven {\n    name = \"henkelmax.public\"\n    url = 'https://maven.maxhenkel.de/repository/public'\n  }\n}\n```\n\n## Example Code\n\n``` java\nshort[] noisyAudio = ...;\nDenoiser denoiser = new Denoiser();\nshort[] denoisedAudio = denoiser.denoise(noisyAudio);\ndenoiser.close();\n```\n\n## Sources\n\n- [RNNoise](https://gitlab.xiph.org/xiph/rnnoise)\n- [nnnoiseless](https://github.com/jneem/nnnoiseless)\n- [jni-rs](https://github.com/jni-rs/jni-rs)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenkelmax%2Frnnoise4j","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhenkelmax%2Frnnoise4j","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhenkelmax%2Frnnoise4j/lists"}