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

HVCC support #53

Closed
dromer opened this issue Jan 2, 2022 · 4 comments
Closed

HVCC support #53

dromer opened this issue Jan 2, 2022 · 4 comments

Comments

@dromer
Copy link

dromer commented Jan 2, 2022

Hey there,

I'm running a new maintained fork of the Heavy Compiler Collection over here: https://github.com/Wasted-Audio/hvcc
(HVCC is used on OWL and Daisy modular platforms)

There seems to be some overlap between your project and https://github.com/sinneb/esp32-hvcc
Perhaps you'd like to work on a colab to have HVCC running on your esp32 board?

Any ideas/comments about this?

@ctag-fh-kiel
Copy link
Owner

Hi there,

Thanks for reaching out!

It would be awesome to create HVCC support for TBD. In principle, HVCC would need to generate C++ Code deriving from ctagSoundProcessor and implementing the Process() method (https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/components/ctagSoundProcessor/ctagSoundProcessor.hpp).
Furthermore a parameter description json file would need to be generated by HVCC, defining all exposed user parameters of the audio algorithm, examples are:
https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/spiffs_image/data/sp/mui-SimpleVCA.jsn (parameter description)
https://github.com/ctag-fh-kiel/ctag-tbd/blob/master/spiffs_image/data/sp/mp-SimpleVCA.jsn (patch data)

I'd be very happy to support this effort :)
In the past we'd though to add similar support for Faust and VULT, but so far nothing serious has happened in that direction...

@sinneb
Copy link

sinneb commented Feb 8, 2022

Hi all, two years back I did some exploratory work and got HVCC running on ESP32 with some nice performance. Yesterday I decided to pick to the project back up and @smutax pointed me towards this project. Awesome work, I'm looking into possibilities to hook up and start on HVCC, also using @dromer HVCC fork.

@ctag-fh-kiel
Copy link
Owner

ctag-fh-kiel commented Feb 8, 2022 via email

@ctag-fh-kiel ctag-fh-kiel closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2023
@dromer
Copy link
Author

dromer commented Nov 21, 2023

:(

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

No branches or pull requests

3 participants