Wouter1

Results 38 issues of Wouter1

Could use better error reporting and less code duplication Eg use this code once instead of everywhere again ``` EMUUSBAudioStreamObject* stream = GetStreamObject(interfaceNum, altInterfaceNum); if (!stream) { IOLog("Bug? EMUUSBAudioConfigObject::GetEndpointPollInterval stream...

A weird distortion occurs in the following situation. - Set EMU to 192kHz - Open audacity and set project rate to 192k and select EMU for in and out -...

There is a Audio MIDI Setup app in System/Applications/Utilities It allows you to set input and output rates independently. Need to test this as EMU does not support such independent...

The current audio input code was coded in the same style as the original code from sourceforge. That is, all required code is inside the large EMUUSBAudioEngine. It would be...

In old versions of this extension, there was a HAL bundle Do we need this?

enhancement

The code in EMUUSBAudioEngine::performFormatChange in newAlternateSettingID = ... is broken. It always will return 255 in a clumsy way. it's not clear in which condition s we get here

i see these messages right after turning on the EMU device. They are hard to spot as they immediately scroll out of the window ``` Dec 1 19:58:59 vlieland kernel[0]:...

Trying to resolve the NameExp "Arrays" I get an unexpected error. Sorry for the large how-to-repro, to call resolve I have to set up , parse a java program and...

From the wiki ​https://en.wikipedia.org/wiki/Uniform_Resource_Identifier > If an authority component is present, then the path component must either be empty or begin with a slash (/). So this should be correct...

1.bug

Run tihs program ``` package test; import java.util.LinkedList; import java.util.List; import org.bytedeco.opencv.opencv_core.Point2f; import org.bytedeco.opencv.opencv_core.RotatedRect; import org.bytedeco.opencv.opencv_core.Size2f; public class Test { private final Point2f center; public Test(RotatedRect rotatedRect) { this.center =...

enhancement
help wanted
question