Nick Porcino

Results 540 comments of Nick Porcino
trafficstars

It's a relief and reassuring that it was possible to deduce a possible RtAudio initialization issue, and upgrading an RtAudio that included Pulse Audio initialization fixes resolved the garbled audio.

There is an unfortunate race in the RtAudio code, even the new one. I've corrected it using a std::atomic flag so that the RtAudio callback doesn't attempt to do processing...

If the fix to RtAudio improves things for you, I will send a pull request upstream to the RtAudio project (or rather, I will check if it has been fixed...

pushed fix for race on wave shaper node deletion. down to one race when the destination audio node is deleted on demo shutdown, and the rtaudio callback is still running.

pushed fix to RtAudio shutdown races, and all the ones in LabSound I could find. Next step is to investigate if RtAudio 6 has corrected the races.

RtAudio 6 has introduced mutexes on mac which is more heavy-handed than my fixes. RtAudio 6 hasn't got all the races fixed. Not going to upgrade to 6 unless someone...

Thanks for the update. Since you mention having an issue with an MSVC build, that gives me an avenue to see if I can get the buzzing repro'd. I have...

Good find, thanks. I bumped the cmake minimum to 3.15, and set the policy in the root cmakelists.txt file. I added a line of documentation with it to tell how...

You might have noticed the activity on the waveshapernode. i think the threading problems will be resolved soon, and the fixes are important enough to make s new release. Things...

Ah, thanks for the note about the qmake folder. I don't use qmake, and was wondering if anyone was using it.