{"id":13716269,"url":"https://github.com/mlochbaum/BQNoise","last_synced_at":"2025-05-07T05:32:25.601Z","repository":{"id":64135319,"uuid":"318935723","full_name":"mlochbaum/BQNoise","owner":"mlochbaum","description":"Audio library for BQN","archived":false,"fork":false,"pushed_at":"2023-10-13T12:51:19.000Z","size":99,"stargazers_count":16,"open_issues_count":1,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-11-14T04:34:40.951Z","etag":null,"topics":["audio","bqn","music","sound","synthesis"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"0bsd","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mlochbaum.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}},"created_at":"2020-12-06T02:41:14.000Z","updated_at":"2024-11-08T03:05:15.000Z","dependencies_parsed_at":"2024-01-05T23:54:20.114Z","dependency_job_id":"508c1c34-e13d-4e75-aa22-81b4375e46cb","html_url":"https://github.com/mlochbaum/BQNoise","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FBQNoise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FBQNoise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FBQNoise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mlochbaum%2FBQNoise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mlochbaum","download_url":"https://codeload.github.com/mlochbaum/BQNoise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252823187,"owners_count":21809702,"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":["audio","bqn","music","sound","synthesis"],"created_at":"2024-08-03T00:01:08.743Z","updated_at":"2025-05-07T05:32:25.346Z","avatar_url":"https://github.com/mlochbaum.png","language":"C","funding_links":[],"categories":["Libraries"],"sub_categories":[],"readme":"# BQNoise\n\nBQN scripts for audio synthesis and processing.\n\n- mix.bqn: General mixing utilities, e.g. add, repeat, clip, reverb\n- panap.bqn: Fancy mono-compatible panning\n- oscillator.bqn: Typical oscillators and noise generators for synthesis\n- filter.bqn: IIR filters to adjust tonality\n- scale.bqn: Utilities for working with scales (in the normal Western system, 12-TET)\n- tracker.bqn: Sequencer to make drum tracks or other arrangements from a text template\n- wav.bqn: Read and write .wav files\n- soxresample.bqn: Bind SoX's resampler for converting .wav files; only thing I'm not brave enough to do in BQN\n\nSee load.bqn and options.bqn for loading multiple scripts and options management.\n\nThe following C libraries are used in CBQN if available:\n\n- `./lib.c` (build with `$ make`), for filters\n- [FFTW](https://en.wikipedia.org/wiki/FFTW)'s `/usr/lib/libfftw3.so.3`, for reverb\n- [SoX](https://en.wikipedia.org/wiki/SoX)'s `/usr/lib/libsoxr.so`, for resampling\n\nThe filtering and reverb functions are also implemented in BQN, so that the only change is faster execution, by a factor of about 10 in each case. There's no BQN resampling implementation, so that SoX is needed to work with files at different frequencies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlochbaum%2FBQNoise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmlochbaum%2FBQNoise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmlochbaum%2FBQNoise/lists"}