-
Currently ASIO is not on the roadmap, but many audio interfaces on windows only work with ASIO.
Is this something you consider adding for the future?
-
Fresh install of Mojave 10.14.6
Installed Xcode, developer tools and brew.
`brew install opencv@2 --c++11 --without-python --without-numpy --without-test`
Failed so I installed open cv without …
-
Hi,
I'm using a RealSense D435, the SDK works when I'm building the examples from [here](https://github.com/IntelRealSense/librealsense/tree/master/examples), but when trying to run the capture exa…
-
Linux version: 3.11.10-301.fc20.x86_64, gcc 4.8.2
Distro: Fedora 20 XFCE Spin
Issue (when running):
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:0,0), Device or resource busy.
RtApiAl…
-
A recent nightly build for osx (of_v20240923_osx_release) seems to have some signing errors for various libs:
/Users/chilina/of_v20240923_osx_release/libs/pixman/lib/macos/pixman.xcframework:1:1 Th…
-
I encountered a problem with a [Motu 16A](https://motu.com/products/avb/16a). The ASIO `sampleRateChanged` callback (line 3654 in RtAudio.cpp) is called even if the sample rate is not changed (and eve…
-
Hi, there was something i've been wondering about standalone, basically I'd like to make a software that works both as a standalone and a vst, that's why standalone is also a focus for me, however, i'…
-
Holas,
Tengo dificultades para compilar CineVivo. Adjunto el mensaje que me arroja. De antemano, gracias.
[cinevivo.txt](https://github.com/essteban/CineVivo/files/1772669/cinevivo.txt)
Salu…
-
My flags.cmake:
```cmake
set(AL_VERBOSE_OUTPUT 1)
set(app_include_dirs Foo/include)
set(app_link_libs ../../../Foo/libfoo.a)
set(app_linker_flags)
```
which tries to add a `libfoo.a` to the lin…
-
Hello,
I'm wondering if you could help me out here. So when I open up the standalone example within VS2013, everything works fine. However, when I import the library to a c++ project I want to use …