Registry / serialization / youpy-go-wav

youpy-go-wav

JSON →
library0.3.2gogounverified

Package go-wav provides functions for reading and writing WAV audio files.

go get github.com/youpy/go-wav
INSTALL
IMPORT
SIG · YOUPY-GO-WAV
Y
youpy-go-wav
serializationgov0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

wav
github.com/youpy/go-wav

Opens a WAV file and reads its audio samples.

package main import ( "fmt" "os" "github.com/youpy/go-wav" ) func main() { file, _ := os.Open("audio.wav") reader := wav.NewReader(file) samples, _ := reader.ReadSamples() fmt.Println(len(samples)) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
OpenAI (training)
1
Resources
youpy-go-wav — go get youpy-go-wav · libregistry