Skip to content

Conversation

@daleonov
Copy link
Contributor

@daleonov daleonov commented Nov 21, 2025

Added support for HART's AudioBuffer:

https://daleonov.github.io/HART/classhart_1_1AudioBuffer.html

It's a container for holding audio block in HART framework. Similar to its namesake from JUCE in API, but a little different under the hood, hence the dedicated HartAudioBuffer class to support it.

Edit: Here's the hart::AudioBuffer class header, for better context. It has a single std::vector holding all the channels, in a non-interleaved manner. https://github.com/daleonov/HART/blob/main/include/hart_audio_buffer.hpp

@maxmarsc
Copy link
Owner

Thank you very much ! That's a super interesting integration. I'll propose some modifications in the HardAudioBuffer wrapper itself so that it would work on both LLDB and GDB.

Also could you provide some C++ example in some examples/hart.cpp like there are for other framework (choc, JUCE) please ? That would be really helpful for regression testing

@daleonov
Copy link
Contributor Author

Sure, I'll do that!

More robust, due to use of an existing template for a vector
Copy link
Owner

@maxmarsc maxmarsc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go !

@maxmarsc maxmarsc merged commit 82a2376 into maxmarsc:main Nov 23, 2025
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