We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
portAudio.getDevices() return as follow:
Chinese charicter show correctly with host API "Windows WASAPI" and "Windows WDM-KS", but not with "MME". please help, thanks a lot!
The text was updated successfully, but these errors were encountered:
https://github.com/Streampunk/naudiodon/blob/master/src/naudiodonUtil.cc#L230 need to detect the "Character encoding" of the 'string'. if the encoding is not UTF8, convert to UTF8. https://github.com/breezechen/sconv
Sorry, something went wrong.
No branches or pull requests
portAudio.getDevices() return as follow:
Chinese charicter show correctly with host API "Windows WASAPI" and "Windows WDM-KS", but not with "MME".
please help, thanks a lot!
The text was updated successfully, but these errors were encountered: