Samuel Nystedt

Results 2 issues of Samuel Nystedt

The following fails in the edge runtime (but not in the node runtime) ```typescript class Foo { constructor() { ... } ... } const cls = Foo; cls instanceof Function...

bug

The implementation of `AudioIODevice::setAudioPreprocessingEnabled` in `juce_ios_Audio.cpp` uses the `AVAudioSession::setMode` method to set the `AVAudioSessionMode` of the session to `AVAudioSessionModeMeasurement`. However, this also removes the processing of output signals, causing a...