Skip to content

Commit

Permalink
Merge pull request #196 from mefuller/main
Browse files Browse the repository at this point in the history
Fix typo in buffer.go
  • Loading branch information
MarkKremer authored Oct 31, 2024
2 parents dadc879 + d1b7141 commit 9b913f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Format struct {
NumChannels int

// Precision is the number of bytes used to encode a single sample. Only values up to 6 work
// well, higher values loose precision due to floating point numbers.
// well, higher values lose precision due to floating point numbers.
Precision int
}

Expand Down

0 comments on commit 9b913f5

Please sign in to comment.