{"id":38821018,"url":"https://github.com/blackboxaudio/neuron","last_synced_at":"2026-01-17T13:04:47.403Z","repository":{"id":258263357,"uuid":"871871535","full_name":"blackboxaudio/neuron","owner":"blackboxaudio","description":"Collection of C++ audio DSP components ⚡","archived":false,"fork":false,"pushed_at":"2025-12-23T09:08:14.000Z","size":225,"stargazers_count":7,"open_issues_count":17,"forks_count":0,"subscribers_count":0,"default_branch":"develop","last_synced_at":"2025-12-24T23:27:27.233Z","etag":null,"topics":["audio-development","audio-processing","audio-programming","bbx-audio","blackboxaudio","cpp","cpp-library","digital-signal-processing","dsp","dsp-library"],"latest_commit_sha":null,"homepage":"https://bbx-audio.com","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/blackboxaudio.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-10-13T07:11:05.000Z","updated_at":"2025-12-10T16:10:35.000Z","dependencies_parsed_at":"2025-09-29T19:18:35.640Z","dependency_job_id":null,"html_url":"https://github.com/blackboxaudio/neuron","commit_stats":null,"previous_names":["blackboxdsp/cortex","blackboxaudio/cortex","blackboxaudio/neuron"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/blackboxaudio/neuron","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackboxaudio%2Fneuron","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackboxaudio%2Fneuron/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackboxaudio%2Fneuron/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackboxaudio%2Fneuron/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/blackboxaudio","download_url":"https://codeload.github.com/blackboxaudio/neuron/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/blackboxaudio%2Fneuron/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28508943,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T11:50:55.898Z","status":"ssl_error","status_checked_at":"2026-01-17T11:50:55.569Z","response_time":85,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["audio-development","audio-processing","audio-programming","bbx-audio","blackboxaudio","cpp","cpp-library","digital-signal-processing","dsp","dsp-library"],"created_at":"2026-01-17T13:04:47.301Z","updated_at":"2026-01-17T13:04:47.394Z","avatar_url":"https://github.com/blackboxaudio.png","language":"C++","readme":"# `neuron`\n\n[![Build](https://github.com/blackboxaudio/neuron/actions/workflows/ci.build.yml/badge.svg)](https://github.com/blackboxaudio/neuron/actions/workflows/ci.build.yml)\n[![Test](https://github.com/blackboxaudio/neuron/actions/workflows/ci.test.yml/badge.svg)](https://github.com/blackboxaudio/neuron/actions/workflows/ci.test.yml)\n[![neuron: v0.1.0](https://img.shields.io/badge/Version-v0.1.0-blue.svg)](https://github.com/blackboxaudio/neuron)\n[![License](https://img.shields.io/badge/License-MIT-yellow)](https://github.com/blackboxaudio/neuron/blob/develop/LICENSE)\n\n\u003e Collection of C++ audio DSP components ⚡\n\n## Overview\n\n`neuron` is an open-source DSP (Digital Signal Processing) library that provides a wide-ranging suite of components for building audio software.\n\nIt can be used for a variety of applications, including:\n\n- [JUCE](https://juce.com/) audio plugins\n- Embedded hardware such as the [Electrosmith Daisy](https://electro-smith.com/collections/daisy) (see [Flora](https://github.com/blackboxaudio/flora))\n- [VCV Rack](https://vcvrack.com/) modules\n\n## Features\n\n`neuron` currently lacks wide support for features because it is in early stages, however the following are in its immediate roadmap:\n\n- Dynamics\n  - Compressor\n  - Limiter\n- Effects\n  - Chorus\n  - Delay\n  - Echo\n  - Flanger\n  - Phaser\n  - Reverb\n  - Saturation\n  - Wavefolding\n- Filters\n  - LP/HP/BP Filter\n  - Ladder Filter\n- Modulators\n  - ADSR Envelope Generator\n  - AHD Envelope Generator\n  - Envelope Follower\n  - Low-Frequency Oscillator\n- Synthesis\n  - Amplitude Modulation\n  - Frequency Modulation\n  - Granular\n  - Phase Distortion\n- Utilities\n  - Clock \n  - DC Block\n  - Delay Line\n  - Sampler\n  - Wavetable\n\n## Getting Started\n\nClone this repository:\n```bash \ngit clone https://github.com/blackboxaudio/neuron\ncd neuron/\n```\n\nBuild the library:\n```bash \nmake\n```\n\n## Using the Library\n\n```c++\n#include \"neuron/neuron.h\"\n\n// Create a DSP context (sample rate,\n// number of channels, buffer size).\nstatic neuron::Context context {\n    44100,\n    1,\n    128,\n};\n\n// Create an oscillator with an initial\n// frequency of 440Hz.\nstatic neuron::Oscillator osc(context, 440.0f);\n\n// Write to the buffer with samples\n// generated from the oscillator\nfor(size_t idx = 0; idx \u003c 128; idx++) {\n    buffer[idx] = osc.Generate();\n}\n```\n\nEnable the `NEO_PLUGIN_SUPPORT` compile option in CMake to include necessary bits for JUCE integration:\n\n```cmake\n# Set option for neuron to enable plugin support (e.g. std::atomic)\nset(NEO_PLUGIN_SUPPORT ON)\n\n...\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackboxaudio%2Fneuron","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fblackboxaudio%2Fneuron","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fblackboxaudio%2Fneuron/lists"}