{"id":13822830,"url":"https://github.com/RustAudio/synth","last_synced_at":"2025-05-16T17:32:12.533Z","repository":{"id":27180606,"uuid":"30650453","full_name":"RustAudio/synth","owner":"RustAudio","description":"A polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes, implemented in Rust. DEPRECATED: This is a very old crate with very old design patterns and is no longer maintained. You might be interested in checking out `dasp` for composing your own synth instead.","archived":true,"fork":false,"pushed_at":"2018-10-07T10:51:15.000Z","size":135,"stargazers_count":172,"open_issues_count":9,"forks_count":18,"subscribers_count":21,"default_branch":"master","last_synced_at":"2024-07-18T10:00:00.942Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/RustAudio.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}},"created_at":"2015-02-11T14:05:54.000Z","updated_at":"2024-03-29T17:25:29.000Z","dependencies_parsed_at":"2022-08-27T01:40:56.446Z","dependency_job_id":null,"html_url":"https://github.com/RustAudio/synth","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/RustAudio%2Fsynth","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fsynth/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fsynth/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RustAudio%2Fsynth/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RustAudio","download_url":"https://codeload.github.com/RustAudio/synth/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":213893314,"owners_count":15653524,"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":[],"created_at":"2024-08-04T08:02:19.827Z","updated_at":"2024-08-04T08:09:05.315Z","avatar_url":"https://github.com/RustAudio.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# synth [![Build Status](https://travis-ci.org/RustAudio/synth.svg?branch=master)](https://travis-ci.org/RustAudio/synth) [![Crates.io](https://img.shields.io/crates/v/synth.svg)](https://crates.io/crates/synth) [![Crates.io](https://img.shields.io/crates/l/synth.svg)](https://github.com/RustAudio/synth/blob/master/LICENSE)\n\n\nA polyphonic Synth type whose multiple oscillators generate sound via amplitude and frequency envelopes.\n\nFeatures\n--------\n\n- Sine, Saw, SawExp, Square, Noise and NoiseWalk waveforms.\n- Amplitude and frequency envelopes with an unlimited number of points.\n- Unlimited number of oscillators (each can have unique waveforms and amplitude and frequency envelopes).\n- Monophonic and Polyphonic modes (unlimited number of voices).\n- Simple `note_on(pitch_in_hz, velocity)` and `note_off(pitch_in_hz)` methods.\n- Per-channel amplitude and a stereo panning helper method.\n- \"Stereo spread\" for automatically spreading multiple voices evenly across the stereo image.\n- Per-voice portamento.\n- Per-voice detuning.\n- Multi-voice (unison) support in Mono mode.\n- Legato and Retrigger Mono modes.\n- Warbliness Oscillator builder method that uses gaussian noise to model the \"warped-old-hardware-synth\" sound.\n\n```Rust\nsynth.fill_slice(frame_slice, sample_hz),\n```\n\nSee an example [here](https://github.com/RustAudio/synth/blob/master/examples/test.rs).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustAudio%2Fsynth","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FRustAudio%2Fsynth","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FRustAudio%2Fsynth/lists"}