-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with naming devices using non-ASCII characters #73
Comments
...Ok, bizarre. Now, after putting it to "Högtalare" with "ö" again (as I did several times before), it just works. Right after posting, just typical. :-) So this is what I have right now; haven't gotten to fine tune latency and all that yet, but at least it works now (and lets me jam on my guitar while watching f.e. YouTube at the same time, and hear it all on my wireless headset - super!).
Cheers, thanks for making FlexASIO! |
Ah, I see. Most likely this is a character encoding issue where the output encoding of I'm reopening because this is a real problem that will happen every time someone attempts to configure a device with a name that contains non-ASCII characters. I'll need to dig into it and determine what's the best way to fix it. At the very least I should document it. |
In process memory, PortAudio exposes the device name And indeed selecting a device with non-ASCII characters works as one would expect as long as the device name is written in UTF-8 to the configuration file. However, the problem is that |
Starting from FlexASIO 1.6, PortAudioDevices should display non-ASCII device names correctly when running in a console. The REW control panel still doesn't work properly with non-ASCII device names because it doesn't seem to be using UTF-8 when reading the output of PortAudioDevices. I have reported the bug to @johnmgithub so that it can be fixed in REW. |
My output device is "Högtalare (RIG 800HD)", correctly detected and reproduced when logging.
However, PortAudioDevices.exe shows it as "Högtalare (RIG 800HD)", and when I experimented with using the REW software (Room EQ Wizard) to create a FlexASIO.toml file for me, it also input that.
Trying to use FlexASIO with either of those as device, however, doesn't work - it finds no device.
(It works / is found in other ASIO apps.)
Any idea for fix or workaround? Thanks.
The text was updated successfully, but these errors were encountered: