hajimehoshi / ebiten

Ebitengine - A dead simple 2D game engine for Go
https://ebitengine.org
Apache License 2.0
11.1k stars 665 forks source link

Support for changing audio output devices #3064

Open donmor opened 3 months ago

donmor commented 3 months ago

Operating System

What feature would you like to be added?

Add functions to detect audio output devices on the machine, and Context can be created with a specific device.

Why is this needed?

No response

hajimehoshi commented 3 months ago

This would be a task for github.com/ebitengine/oto