Vercidium

Results 15 issues of Vercidium

`alcOpenDevice` returns null when the device name in Windows has characters like this: `OpenAL Soft on 繧ケ繝斐・繧ォ繝シ (Realtek(R) Audio)` This string is retrieved via `alGetString` with `ALC_ALL_DEVICES_SPECIFIER`, then passed straight...

Hey I've found that when my sound device in windows isn't 48000KHz, the audio in my game stutters when there are many active sounds. [Here's my sound device settings in...

**Description** When calling `activityManager.UpdateActivity` with `activity.Secrets` set, I receive this error log message: ```js { code: InvalidPayload, message: "child \"activity\" fails because [child \"party\" fails because [child \"privacy\" fails because...

When building from source and running `altonegen.exe`, this assertion occurs: When building with the `Release` configuration, `altonegen.exe` runs without issues. ## Steps to reproduce I'm on `Windows 10 version 22H2...

My game has dynamic reverb based on the environment around the player, and I'd like to be able to speak and hear my voice echo. Currently I'm using a capture...