Skip to content

Instantly share code, notes, and snippets.

View kaiiak's full-sized avatar
🗝️
Try to find the key

kaiiak

🗝️
Try to find the key
View GitHub Profile
@kaiiak
kaiiak / mp3_to_pcm.go
Last active March 23, 2024 15:28
convert mp3 to pcm with golang
package ffmpeg
import (
"errors"
"fmt"
"io"
"unsafe"
"github.com/giorgisio/goav/avcodec"
"github.com/giorgisio/goav/avformat"