Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions discord-bot/pkg/audio/convert.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ const (
Opus AudioFormat = iota
// F32le is a 32bit floating point slice with little endianess (like []float32).
F32le
// S16le is a 316bit signed integer slice with little endianess (like []uint16).
S16le
// S16le is a 16bit signed integer slice.
S16le
// Wav file format.
Wav
// Mp3 file format.
Expand Down
Loading