Commit graph

25 commits

Author SHA1 Message Date
thearturca
ce20f0c639 feat(raylib): adds UnloadSoundAlias function
docs(raudio): adds function name to UnloadSoundAlias comment
2025-03-31 10:59:58 +03:00
Roi Martin
705f704ecf Change WaveFormat and WaveCrop signatures to accept a pointer to Wave
The raylib functions `WaveFormat` and `WaveCrop` accept a pointer to
`Wave` because the wave is updated in-place. However, the current Go
bindings pass a copy of the wave to the C functions, so it is not
updated. This commit changes the signatures of the Go API so they also
accept a pointer to `Wave`.
2025-03-27 09:12:54 +01:00
JupiterRider
b922049f3b IsAudioStreamReady has been renamed 2024-11-24 16:02:37 +01:00
JupiterRider
24323485a0 IsMusicReady has been renamed 2024-11-24 16:00:10 +01:00
JupiterRider
0c2506a3cd WaveCrop parameters renamed 2024-11-24 15:58:13 +01:00
JupiterRider
3282ea28f2 IsSoundReady has been renamed 2024-11-24 15:54:51 +01:00
JupiterRider
f3553fea29 IsWaveReady has been renamed 2024-11-24 15:53:01 +01:00
agrigoryan
c2c8150de9 bindings for attaching/detaching mixed audio processor 2024-09-30 01:44:08 -04:00
Milan Nikolic
1a9e976d4c
Move audio callback 2023-11-12 17:54:56 +01:00
Milan Nikolic
3d34b7e25a
Move audio structs 2023-11-12 17:51:38 +01:00
Milan Nikolic
f953e65a3a
Move functions 2023-11-09 08:55:58 +01:00
Milan Nikolic
9f257fc589
Add SetAudioStreamCallback, issue #279 2023-11-09 00:45:46 +01:00
Milan Nikolic
040d87fb79
Use unsafe Slice/SliceData 2023-11-07 14:25:51 +01:00
Milan Nikolic
c0b171213e
Add new core and audio functions 2023-11-07 13:56:05 +01:00
JupiterRider
bb7c8b3f3b Add more new functions 2023-05-11 16:36:48 +02:00
JupiterRider
e0ea1245da Multichannel audio support dropped (see raylib commit 1b873b028f18486d31bb5c75f6b04a4de4c8d9fa) 2023-04-07 20:28:59 +02:00
Milan Nikolic
3b16dbe504
Update UpdateAudioStream 2022-12-02 14:42:49 +01:00
Milan Nikolic
cf628212a1
Add new functions 2022-08-27 16:51:14 +02:00
Milan Nikolic
70200c3151
Update Go sources 2022-08-27 16:09:36 +02:00
Milan Nikolic
2013bc4628
Update/add Go functions 2021-11-11 16:34:15 +01:00
Milan Nikolic
3908769a21
Add FromMemory functions 2021-05-26 12:01:51 +02:00
Milan Nikolic
6630170a3b
Update library 2021-05-25 14:37:36 +02:00
Juan Medina
3fcffd9168 update raylib and deps 2020-09-02 13:59:51 +01:00
Juan Medina
01e81219da Adding multichannel audio functions 2020-09-01 16:42:44 +01:00
Milan Nikolic
bd6bf15356
Update C sources 2019-11-25 03:34:31 +01:00
Renamed from raylib/audio.go (Browse further)