-
Notifications
You must be signed in to change notification settings - Fork 16
Setting up WASAPI shared mode (windows)
Diego Ahumada edited this page Jun 7, 2016
·
3 revisions
By default, raindrop uses WASAPI exclusive mode audio, which means all other applications (by default) get blocked.
Enabling shared mode is a bit more involved, but usually aids with keeping a lower latency setup while not blocking all other applications from having sound.
First of all, go to the Audio section of your config.ini and set these:
UseWasapi = 1
WasapiUseSharedMode = 1
You are not done yet. On the lower right corner of the desktop there's a speaker icon. Right-click it then select "Playback Devices". Right-Click the currently enabled device then go to the Advanced tab, and from the list in "Default format" pick 24 bit, 44100Hz.
Accept and close that window, then open raindrop. Ta-da!
- Overview
- The fallback system
- Scripting entry points
- The noteskin system
- Texture parameters
- TTF and Bitmap fonts
- Overview
- Global scripts and fallback
- CSV texture atlases
- Frame interpolator
- Default animation system
- Scene Environments
- Transformations
- Object2D
- Text objects
- Global GameState
- skin.lua
- ScoreKeeper7K
- Song objects
- The Gameplay7K screen
- Custom screens