Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctsexton/peak-tracker
Attempts to identify strongest frequency partials from an incoming audio stream and resynthesize them with oscillators.
https://github.com/ctsexton/peak-tracker
Last synced: about 1 month ago
JSON representation
Attempts to identify strongest frequency partials from an incoming audio stream and resynthesize them with oscillators.
- Host: GitHub
- URL: https://github.com/ctsexton/peak-tracker
- Owner: ctsexton
- License: gpl-3.0
- Created: 2022-07-27T07:33:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T00:10:43.000Z (over 1 year ago)
- Last Synced: 2024-10-06T12:41:53.051Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 96.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![linux-headless](https://github.com/ctsexton/peak-tracker/actions/workflows/linux-headless.yaml/badge.svg)
![mac-headless](https://github.com/ctsexton/peak-tracker/actions/workflows/mac-headless.yaml/badge.svg)
# Peak TrackerAttempts to identify strongest frequency partials from an incoming audio stream and resynthesize them with oscillators. Inspired by Miller Puckette's peak tracking mode in the Pd/Max ~sigmund object.
### Demo Video
[![Peak Tracker Audio Plugin demo](http://img.youtube.com/vi/JVvRggFd4_g/0.jpg)](http://www.youtube.com/watch?v=JVvRggFd4_g)To build LV2:
```
make lv2
```To build CLAP/VST3:
```
make clap_vst3
```Build all:
```
make
```Run tests:
```
make test
```To build Mac VST3 installer package:
```
make mac_installer
```