-
Boost version: 1.86.0
OS: Linux, Ubuntu 22.04
I'm used to using ` boost::posix_time::microsec_clock::local_time()` or `std::chrono::steady_clock::now()` as my time base for most boost timed wait func…
-
Hey there,
Just wondering if there are plans in the project's roadmap to implement ASIO compatibility? I know that there is a [fork](https://github.com/gschmottlach-xse/naudiodon) that has impleme…
-
I can use JackRouter from REAPER on Windows 10 without problems. However, the task is to get all system audio into JACK running as a net slave, and from there to a Linux machine.
Since Windows sys…
-
### Discussed in https://github.com/apohl79/audiogridder/discussions/278
Originally posted by **ubermunchen** December 20, 2020
In the long term, it would be kinda cool if asio or routing coul…
-
Is it possible to package the ASIO dependency with the project or must one pre-install both boost::asio and asio in order to use bbi?
arq5x updated
10 years ago
-
So, I've set up SAR on my system with pretty great success, using ASIO4ALL. The only problem is that no matter how low I set the buffer size, there's always enough of a delay that I can't properly spe…
-
Recently began using portaudio via P/Invoke. Apparently portaudio attempts to load (and then unload) all ASIO drivers present on a given machine in PaAsio_Initialize(). However, if a driver is fault…
cuikp updated
1 month ago
-
Now that we have #45 ...
Is it viable to remove Boost as a dependency and just use the Non-boost version of ASIO?
https://think-async.com/Asio/AsioStandalone.html
-
Hello i get the buffer from the Asio component e copy it to a PCHAR by a copy memory , now i want play it by a wave player but the buffer by ASIO is a 32 bit float how can convert it to PCM ?
-
OS: linux-6.6.49
Boost: 1.84.0
I have taken an older "blocking read with timeout" example from here:
https://lists.boost.org/Archives/boost/2007/04/120339.php
This example (updated source code…