Export Wave data, issue #402
This commit is contained in:
parent
ea071de5c2
commit
b6bb8ec528
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ type Wave struct {
|
||||||
// Number of channels (1-mono, 2-stereo)
|
// Number of channels (1-mono, 2-stereo)
|
||||||
Channels uint32
|
Channels uint32
|
||||||
// Buffer data pointer
|
// Buffer data pointer
|
||||||
data unsafe.Pointer
|
Data unsafe.Pointer
|
||||||
}
|
}
|
||||||
|
|
||||||
// NewWave - Returns new Wave
|
// NewWave - Returns new Wave
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue