Tim Sainburg

Results 101 comments of Tim Sainburg

The channels and samples are just transposed in these cases, we could catch this by raising an error if there are more than say 1000 channels.

Closing since we changed the GPU backend.

I don't have experience with this but people have gotten it working : https://github.com/timsainb/noisereduce/issues/44#issuecomment-765819037

Can you paste the error you get? If it’s just one audio stream you shouldn’t be running into bus issues. Maybe the channels and samples are transposed in streaming and...

Hm... do you get the same error when you remove noisereduce entirely from the callback? If so you would want to cross post this to pyaudio

When you say moving noisereduce outside of the callback function, do you mean, (1) running noisereduce independently outside of the callback function or (2) running the callback function independently of...

Ok, this suggests that this is an issue with the streaming library and not noisereduce, i recommend crossposting there On Wed, Jul 26, 2023 at 19:37 Yujie Tao ***@***.***> wrote:...

I think this would involve checking LineStatus in recordFrame and saving that info to metadata.csv?

Thanks! The DIO on the external trigger met my needs, but I'll leave this open.

I think I localized the issue. The problem is that with multiple cameras, you're resetting the number of cameras for each calibration you add, so its only the last callibration...