1
0
mirror of https://github.com/hajimehoshi/ebiten.git synced 2025-02-17 05:20:08 +01:00
Commit Graph

2 Commits

Author SHA1 Message Date
Hajime Hoshi
98bfe5a692 audio/internal/readerdriver: Reimplement Windows driver with multiple waveOutOpen
This improves the result of examples/piano significantly.

The issue of mutexes () is also resolved by this new
implementation.

Closes 
Closes 
2021-05-28 23:54:36 +09:00
Hajime Hoshi
5bd1a883d1 audio/internal/readerdriver: Implmeent a reader driver for Windows
Updates 
2021-05-23 00:14:59 +09:00