{"id":30076567,"url":"https://github.com/somecho/dsp-stuff","last_synced_at":"2025-08-08T15:57:46.665Z","repository":{"id":302921687,"uuid":"1013354847","full_name":"somecho/dsp-stuff","owner":"somecho","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-04T18:52:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-04T19:41:22.770Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/somecho.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,"zenodo":null}},"created_at":"2025-07-03T18:59:56.000Z","updated_at":"2025-07-04T18:52:32.000Z","dependencies_parsed_at":"2025-07-04T19:41:24.820Z","dependency_job_id":"fabe9c23-26d1-4ec1-80ba-47541157d967","html_url":"https://github.com/somecho/dsp-stuff","commit_stats":null,"previous_names":["somecho/dsp-stuff"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/somecho/dsp-stuff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fdsp-stuff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fdsp-stuff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fdsp-stuff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fdsp-stuff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/somecho","download_url":"https://codeload.github.com/somecho/dsp-stuff/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/somecho%2Fdsp-stuff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269447935,"owners_count":24418756,"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","status":"online","status_checked_at":"2025-08-08T02:00:09.200Z","response_time":72,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-08-08T15:57:45.494Z","updated_at":"2025-08-08T15:57:45.952Z","avatar_url":"https://github.com/somecho.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSP / Audio Programming\n\nExperiments and examples to learn and play with DSP concepts and audio programming.\n\n## Building\n\nRequirements:\n- CMake \u003e= 3.25\n- C++ 23\n\nDependencies:\n- libsndfile\n- portaudio\n- JUCE \n\nThese are automatically pulled. You do not need to download or install them.\n\n``` sh\ncmake -B build -DCMAKE_BUILD_TYPE=Debug\ncmake --build build -j8 # the number of cores your CPU has\n```\n\n### CMake Options\n\n- CMAKE_BUILD_TYPE - `Debug` or `Release`\n- JUCE_PROJECTS - fetches JUCE and includes targets that require JUCE\n\n\n## Targets\n\n\n| Target             | Description                                                     | Run (after building)                                |\n|--------------------|-----------------------------------------------------------------|-----------------------------------------------------|\n| [sine][1]          | Writes a 4 second 440hz sine wave using libsndfile.             | `./build/sine`                                      |\n| [pa_sine][2]       | Plays a 440hz sine wave with PortAudio                          | `./build/pa_sine`                                   |\n| [jucewindow][3]    | Simple JUCE window                                              | `./build/jucewindow_artefacts/Debug/jucewindow`     |\n| [attackrelease][4] | Attack Release Envelope                                         | `./build/attackrelease`                             |\n| [jucegraphics][5]  | Example using main content component and graphics class in JUCE | `./build/jucegraphics_artefacts/Debug/jucegraphics` |\n| [adsr][6]          |                                                                 | `./build/adsr_artefacts/Debug/adsr`                 |\n\n\n[1]:./sine/sine.cpp\n[2]:./pa_sine/pa_sine.cpp\n[3]:./jucewindow/jucewindow.cpp\n[4]:./attackrelease/attackrelease.cpp\n[5]:./jucegraphics/jucegraphics.cpp\n[5]:./adsr/adsr.cpp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fdsp-stuff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsomecho%2Fdsp-stuff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsomecho%2Fdsp-stuff/lists"}