Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Ratatouille #190

Merged
merged 2 commits into from
Jan 6, 2025
Merged

Add Ratatouille #190

merged 2 commits into from
Jan 6, 2025

Conversation

brummer10
Copy link
Contributor

A Neural Model loader and mixer. Supports *.nam, *.aidax and *.json based model files.
Ratatouille allow to load up to two model files and mix there output to archive the wanted sound.
The input could be controlled separate for each model.
It provide a delta delay control to overcome possible phasing issues between the models in use.
Additional it allow to load up to two Impulse Response files and mix them as well.
Ratatouille using parallel processing to process the second slot, that reduce the CPU load.
It provide a additional buffered Mode which introduce a one frame latency
and moves the complete processing into a background thread, that reduce the CPU load even more.

@falkTX falkTX merged commit f599650 into mod-audio:master Jan 6, 2025
49 of 108 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants