Changes between Initial Version and Version 1 of Ticket #14670, comment 4
- Timestamp:
- Oct 28, 2023, 11:50:36 PM (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14670, comment 4
initial v1 2 2 https://stackoverflow.com/questions/46835811/ffplay-wasapi-cant-initialize-audio-client-ffmpeg-3-4-binaries/57036216#57036216 3 3 4 To solve the problem, it is better to set the "SDL_AUDIODRIVER" in user environment variables: 5 6 1.Press "Win+R" to open Run. Type "System Properties Advanced" and press OK button. 4 To solve the problem, it is better to set the "**SDL_AUDIODRIVER**" in user environment variables: 5 1.Press "**Win+R**" to open **Run**. Type "**System Properties Advanced**" and press **OK** button. 7 6 2.Press the "Environment Variables..." button. 8 3.In User variables section, press the " New..." button.9 4.In front of " Variable name" type "SDL_AUDIODRIVER". In front of "Variable value" type "directsound" or "winmm".10 6.Press OKbuttons recursively.7 3.In User variables section, press the "**New...**" button. 8 4.In front of "**Variable name**" type "**SDL_AUDIODRIVER**". In front of "**Variable value**" type "**directsound**" or "**winmm**". 9 6.Press **OK** buttons recursively. 11 10 7.Reopen the terminal and run ffplay. 12 11 8.Restarting ScummVM.