-
```
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_macports_release_tarballs_ports_audio_cubeb/cubeb/work/cubeb-2bee6bcbd37b121ab197193fe466eef0e91b62b1/src/cubeb_au…
-
Hmm, even with this, i still get this error:
```
error: failed to run custom build command for `coreaudio-sys v0.2.12`
Caused by:
process didn't exit successfully: `/Users/foo/foo/target/deb…
-
Thank you for this project, I'm learning a lot from it.
In the documentation, it says: "It currently supports only VST3 plugins, but the host process is built with JUCE so adding support for other …
-
On iOS, we need to a way to get the AudioUnit. For example, Audiobus (almost required for most iOS audio apps now) needs a reference to the AudioUnit created. Is there a simple way to make it public o…
-
This error is confirmed on 10.5.8 with gcc13/gcc14:
```
:info:build [ 4%] Building CXX object CMakeFiles/abaddon.dir/src/audio/ma_impl.cpp.o
:info:build /opt/local/bin/g++-mp-14 -DABADDON_IS_BIG…
-
Hello, Thanks to your framework I was able to compile an audio unit with the steinberg auwrapper, Which doesn't seem to be set up properly in raw vst 3.7.1.
I guess this is not a problem with your …
-
Seeing failure followed by success on two consecutive runs:
> djg in ~/Mozilla/cubeb/build on remove-device-collection!
[2] $ ./test_record …
-
参考までに [オーディオアプリ開発でありがちな4つの間違い](https://postd.cc/four-common-mistakes-in-audio-development/) をあげておきます
- そもそもAudioUnitでは **ObjC** や **Swift** を使わないようにしたほうが良い
- `malloc`, `DispatchQueue` 等はオーディオスレッド上…
tako3 updated
3 months ago
-
Suggestion: The ability to set the input/output volume of the AudioUnit when created (or later) - this may help control effects that need more headroom than is available in the source audio.
-
AudioUnit (and AAX/RTAS maybe?) won't pass in a "maximumStringLength" value when stringFromValue() is called, resulting in the function returning an empty string.
The solution I have used at the m…