-
It's an open-source plugin / .sfz manager called StudioRack:
https://github.com/studiorack https://studiorack.github.io/studiorack-site/
The aim of the project is to provide a free open-source way…
-
These are not show stoppers, but they are annoying. Compiler output below.
Can any of these be resolved?
Thank you,
Greg
/home/raven/Arduino/libraries/OpenAudio_ArduinoLibrary/output_spdif3_f…
-
I converted your AudioSDRpreProcessor to F32 to work on Teensy 4.0/4.1 with the 32bit floating point OpenAudio_Library for my Teensy SDR project.
A copy of these 2 new file versions are distribute…
-
On Onion OS version 3.12, I have no audio in Nblood or RedNukem. nblood.log and rednukem.log both have this:
`ERR| Failed initializing sound: SDL Audio: error in OpenAudio.`
-
S/W: Windows 10, Arduino 1.8.19, Teensyduino 1.57, OpenAudio library up to and including commit https://github.com/chipaudette/OpenAudio_ArduinoLibrary/commit/88126e2b219e7f3f49bcfb3ce9721aba07d62f14.…
-
(yes yes I know it's deprecated)
Simple test case:
```c
int main()
{
SDL_Init(SDL_INIT_EVERYTHING);
Mix_OpenAudio(MIX_DEFAULT_FREQUENCY, MIX_DEFAULT_FORMAT, MIX_DEFAULT_CHANNELS, 2048)…
-
`Audio.se_play` is finally implemented! However, at least in my environment, it produces non-negligible latency. It is estimatedly 0.5 seconds.
I tried several workarounds on `Mix_OpenAudio` found …
-
First, this is a nice binding working out of the box, congrats.
Seems to me there is no reference to SDL_OpenAudio. I need it for the ffmpeg binding.
Is it already done somewhere or should I send a p…
-
I am trying to build it, and after some hacks in the Makefile, I finally got a build of SDL_mixer with MP3 support. Too bad that Mix_OpenAudio() hangs really bad. Doing some instrumentation to discove…
-
Function [COREAUDIO_OpenDevice](https://github.com/libsdl-org/SDL/blob/SDL2/src/audio/coreaudio/SDL_coreaudio.m#L1050) has following code:
```cpp
AVAudioSession *session = [AVAudioSession sharedIn…