Export Wave data, issue #402

This commit is contained in:
Milan Nikolic 2024-12-03 09:17:34 +01:00
parent ea071de5c2
commit b6bb8ec528
No known key found for this signature in database
GPG key ID: 9229D0EAA3AA4E75

View file

@ -31,7 +31,7 @@ type Wave struct {
// Number of channels (1-mono, 2-stereo)
Channels uint32
// Buffer data pointer
data unsafe.Pointer
Data unsafe.Pointer
}
// NewWave - Returns new Wave