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
Use LoadLibrary/GetProcAddress instead of linking to xaudio2.lib in create_xaudio2_object to support returning NULL if the XAudio2 DLL is not present.
create_xaudio2_object
See rhdunn/espeak#98.
References:
The text was updated successfully, but these errors were encountered:
Another option is to use the waveOUT API which is available on older Windows versions too. https://gitlab.com/mseide-msegui/pcaudiolib/blob/mse/src/waveout.c https://gitlab.com/mseide-msegui/pcaudiolib/blob/mse/src/audio.c It will be activated by the NO_XAUDIO2 define. Binaries are here: https://sourceforge.net/projects/mseuniverse/files/eSpeakNG/ rename "libespeak-ngwo.dll" to "libespeak-ng.dll" if you want to use it with "espeak-ng.exe".
Sorry, something went wrong.
No branches or pull requests
Use LoadLibrary/GetProcAddress instead of linking to xaudio2.lib in
create_xaudio2_object
to support returning NULL if the XAudio2 DLL is not present.See rhdunn/espeak#98.
References:
The text was updated successfully, but these errors were encountered: