Skip to content

Audio device names don't support non-ASCII characters #6773

Description

@yume-chan

My headphone has Chinese characters in its name, but osu! lazer displays those as question marks:

Windows sound settings (Windows 11 English version):

Image

Osu settings:

Image

It's only a display issue, selecting the dropdown item correctly switch to the device.


After debugging the issue is from Bass, where adding

            Bass.Configure(ManagedBass.Configuration.UnicodeDeviceInformation, true);

before

seems to fix it

After fix:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions