Hajime Hoshi
73bb114b2a
release v2.5.0-rc.1
2023-03-15 12:54:14 +09:00
Hajime Hoshi
ac370d3678
update Oto
...
Updates hajimehoshi/oto#207
2023-03-14 20:59:49 +09:00
Hajime Hoshi
f9f1736a4b
update dependencies
2023-03-10 22:37:55 +09:00
Hajime Hoshi
b75ed45d46
update Oto to v2.4.0-alpha.13
2023-03-06 00:21:02 +09:00
Hajime Hoshi
7998e4d31d
update purego to v0.3.0-alpha
...
There are breaking changes between purego v0.2.0 and v0.3.0-alpha.
2023-03-04 01:22:54 +09:00
Hajime Hoshi
9d1ea0a91a
update Oto
2023-03-03 15:05:33 +09:00
Hajime Hoshi
2e971a7ef4
update golang.org/x/mobile
2023-03-02 01:33:01 +09:00
Hajime Hoshi
8f610a7f9d
update dependencies
2023-03-01 17:12:43 +09:00
Hajime Hoshi
2664a2ac50
update purego to v0.2.0
2023-02-24 22:02:59 +09:00
Hajime Hoshi
01b97124c8
update dependencies
2023-02-18 02:44:57 +09:00
dependabot[bot]
d5baddc372
build(deps): bump golang.org/x/image from 0.3.0 to 0.5.0 ( #2575 )
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.3.0 to 0.5.0.
- [Release notes](https://github.com/golang/image/releases )
- [Commits](https://github.com/golang/image/compare/v0.3.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-02-18 02:23:00 +09:00
Hajime Hoshi
c3709f57b7
update purego
2023-02-13 14:04:52 +09:00
Hajime Hoshi
05f86b3974
update purego to v0.2.0-alpha.1
2023-02-13 03:18:08 +09:00
Hajime Hoshi
157f535b88
update Oto to v2.4.0-alpha.12
2023-01-30 15:42:07 +09:00
Hajime Hoshi
7502da50ba
update Oto (bug fix for a WinMM crash when no audio is connected)
...
Closes #2318
2023-01-27 21:42:11 +09:00
Hajime Hoshi
ada2c8b67e
update Oto
2023-01-27 20:24:49 +09:00
Hajime Hoshi
328532c9fa
update Oto (fix the issue when disabling all the audio devices)
...
Closes #2555
2023-01-27 18:44:07 +09:00
Hajime Hoshi
2790add85d
update Oto (support PS5 controllers by WASAPI)
...
Closes #2536
2023-01-27 16:07:20 +09:00
Hajime Hoshi
f17be388b2
update Oto to v2.4.0-alpha.11
2023-01-15 02:08:47 +09:00
Hajime Hoshi
a06c15fb66
update Oto (bug fix: possible memory leak on Windows)
2023-01-12 13:20:09 +09:00
Hajime Hoshi
8017f2b3a8
update Oto (bug fix: crash when a device is switched during suspension on Windows)
2023-01-12 04:41:31 +09:00
Hajime Hoshi
4cc9d4d0db
update Oto (avoid crashing w/ a PS5 controller)
...
A game might crash when a PS5 controller is connected due to switching
audio device. The latest Oto fix at least avoids this crash.
This crash is confirmed only with a Steam game so far.
Updates #2535
2023-01-12 03:58:27 +09:00
Hajime Hoshi
ff4e382902
update Oto (more precise buffer-size calculations)
2023-01-10 01:00:11 +09:00
Hajime Hoshi
d3553bf698
update Oto (adjust the buffer size to 50[ms] for Windows)
...
Updates #2534
2023-01-09 22:15:08 +09:00
Hajime Hoshi
80bbdd3ca3
update Oto (fix for buffer size calculation on macOS/iOS)
2023-01-09 21:54:45 +09:00
Hajime Hoshi
0288a552e1
update Oto
2023-01-09 20:37:11 +09:00
Hajime Hoshi
8ef52841bc
audio: use NewContextWithOptions
...
Upates #2534
2023-01-09 19:15:31 +09:00
Hajime Hoshi
217584ceb3
bug fix: unexpected 'replace' in go.mod
2023-01-09 02:16:30 +09:00
Hajime Hoshi
08fba564f8
internal/ui: refactoring: define global sel_ objects
2023-01-09 01:41:13 +09:00
Hajime Hoshi
ed8efa54e3
update Oto and purego
2023-01-07 18:58:04 +09:00
Hajime Hoshi
41700fe6bb
update dependencies
2023-01-05 14:00:55 +09:00
Hajime Hoshi
aa00293fea
update Oto to v2.4.0-alpha.10
2023-01-03 02:50:36 +09:00
Hajime Hoshi
cd66fecd1b
update Oto (update the Oboe version to v1.7.0)
2022-12-31 01:07:12 +09:00
Hajime Hoshi
7736161d8d
update Oto (bug fix: strange sounds when volume is 0)
2022-12-29 00:02:47 +09:00
Hajime Hoshi
7af300a468
update Oto to v2.4.0-alpha.9
2022-12-24 14:33:12 +09:00
Hajime Hoshi
1b4f68d775
internal/graphicsdriver/directx: call D3DCompile in parallel
...
D3DCompile can be very slow on some old machines.
See also https://bugs.chromium.org/p/angleproject/issues/detail?id=422
2022-12-24 01:22:33 +09:00
Hajime Hoshi
8dc582aca4
update Oto (reverting the fix for pausing/resuming)
...
Updates #2074
2022-12-21 12:05:46 +09:00
Hajime Hoshi
8ccfa7bec1
update Oto (to reduce clicking noises on pausing/resuming)
...
Updates #2074
2022-12-21 02:25:14 +09:00
Hajime Hoshi
f989f8a9fa
update Oto (reduce noises when changing volumes)
2022-12-20 11:59:30 +09:00
Hajime Hoshi
e1804eca64
update Oto
2022-12-18 16:12:44 +09:00
Hajime Hoshi
ff25728dcf
update Oto
2022-12-17 15:03:21 +09:00
Hajime Hoshi
e5a8f99a67
update Oto
2022-12-17 14:21:50 +09:00
Hajime Hoshi
bb39f3a797
update bitmapfont to v2.2.3
2022-12-17 00:20:14 +09:00
Hajime Hoshi
d79f1a3d08
update Oto to v2.4.0-alpha.8
2022-12-16 03:05:25 +09:00
Hajime Hoshi
9911b760c5
update Oto
2022-12-13 13:08:47 +09:00
Hajime Hoshi
1dd7c1cce3
update dependencies
2022-12-13 01:44:04 +09:00
Hajime Hoshi
50c1620e35
update Oto to v2.4.0-alpha.7
2022-11-21 02:59:49 +09:00
Hajime Hoshi
6121856836
update dependencies
2022-11-19 13:46:41 +09:00
Hajime Hoshi
b2b152e60f
update Oto
2022-11-18 13:05:46 +09:00
Hajime Hoshi
9f97befe71
update Oto to v2.4.0-alpha.6
2022-11-12 00:55:34 +09:00