Christopher Snowhill

Results 237 comments of Christopher Snowhill

No, I am referring to the formats indicated by a sound device. Pulse Code Modulation, or PCM, usually. See: `Audio MIDI Setup.app`, where you can see which formats your devices...

With the code I've posted there, as demonstrated by the test application, it is possible to downmix 5.0 surround (the LFE impulse is silent) to a headphone or earphone mix....

I figured out something else, that would involve another developer's filter constants, and Apple's vDSP framework for biquad IIR filters, which would work perfectly for this, and also be zero...

Since this hasn't gone anywhere in 5 years, here's something that may help, since I don't think I can do it either: https://gitlab.freedesktop.org/pipewire/pipewire/-/wikis/Simple-audio-post-processing This documents how to use jconvolver to...

Here, take a look at this filter I made: https://github.com/losnoco/Cog/blob/main/Audio/Chain/HeadphoneFilter.m https://github.com/losnoco/Cog/blob/main/Audio/Chain/HeadphoneFilter.h It only needs adapting to replace how it loads the impulses, and maybe replacing RetroArch's resampler with any of...

I didn't need to reboot to install it, but I also installed from source, and built it for M1. I did find that avconferenced needed to be restarted, though. Otherwise,...

Quick hint to anyone having that "Allow" button problem: The Console.app will display the emitted messages telling you which PID is interfering with input. You can use Activity Monitor or...

I used your script to install dependencies, but I use winehq-staging instead of wine-development. Also, I need both 32 and 64 bit, since I have several 32 bit plugins, including...

That's an easy one for our forum, as we have completely disabled guest posting. But I suppose since the server normally logs all accesses, they need to be presented the...

We have some serious data cleanup to deal with on our forum, for instance. There are at least 800k accounts in our database, many of which are banned for spamming,...