Changes between Initial Version and Version 1 of Ticket #14670, comment 4


Ignore:
Timestamp:
Oct 28, 2023, 11:50:36 PM (11 months ago)
Author:
Thpwg

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #14670, comment 4

    initial v1  
    22https://stackoverflow.com/questions/46835811/ffplay-wasapi-cant-initialize-audio-client-ffmpeg-3-4-binaries/57036216#57036216
    33
    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.
     4To solve the problem, it is better to set the "**SDL_AUDIODRIVER**" in user environment variables:
     51.Press "**Win+R**" to open **Run**. Type "**System Properties Advanced**" and press **OK** button.
    762.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 OK buttons recursively.
     73.In User variables section, press the "**New...**" button.
     84.In front of "**Variable name**" type "**SDL_AUDIODRIVER**". In front of "**Variable value**" type "**directsound**" or "**winmm**".
     96.Press **OK** buttons recursively.
    11107.Reopen the terminal and run ffplay.
    12118.Restarting ScummVM.