Alexandre Julliard pushed to branch master at wine / wine
Commits: e374980d by Shaun Ren at 2025-07-16T09:39:22+02:00 sapi/stream: Remove the FIXME message for unknown ISpStream interfaces.
SpVoice may query ISpStream objects for an ISpAudio interface, which currently generates unnecessary FIXME log messages.
- - - - - 6126c918 by Shaun Ren at 2025-07-16T09:39:25+02:00 sapi/tests: Test resampler support in ISpVoice.
- - - - - 56087d7b by Shaun Ren at 2025-07-16T09:39:25+02:00 sapi/tts: Implement TTS engine audio output resampler.
This implementation uses the audio resampler DSP from Media Foundation.
- - - - - da13c9b4 by Shaun Ren at 2025-07-16T09:39:29+02:00 sapi/tts: Support allow_format_changes in ISpVoice::SetOutput.
- - - - -
4 changed files:
- dlls/sapi/Makefile.in - dlls/sapi/stream.c - dlls/sapi/tests/tts.c - dlls/sapi/tts.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/9fcf36d76efc57219b1846f387ea58...