Damien Quartz
Damien Quartz
FWIW, updating to RtAudio 5.0.0 fixed this for me. I also updated to RtMidi 3.0.0. Doing so required making changes in app_main.cpp due to RtError becoming RtAudioError and RtMidiError.
I'm not sure what you mean by "internal audio." The sketch you've shared here doesn't have anything sending sound to the `AudioOutput` so the `AudioRecorder` will record silence. How are...
I am unlikely to produce an m1 build myself because I have no plans to buy new Apple hardware any time soon. I _might_ port this to iPlug2 in 2023,...
Nice that's getting pretty close. I've no idea why it won't open those configuration files, but it probably has something to do with the fact that those configuration files were...
I haven't run the program yet, but my guess would be that the audio from the mixer is somehow not being read fast enough so it backs up over time....
@hamoid Curious if you have anything to report about all this.
There's no resampling in FilePlayer, so if you load a file that is a 44100Hz recording and play it on a 22050Hz output, it will sound slowed down by half....
I don't think averaging the samples makes any difference here, since that's just the midpoint of the two samples. Effectively you are sampling the source at 2x but with a...
This sounds like the same thing as Issue #78 . Try grabbing the jar files from here and replacing the installed version you are using in Processing: https://github.com/ddf/Minim/tree/master/library For AudioRecorder,...
Ok, good to know, we'll keep this open.