Skip to content

Commit

Permalink
effects: wording
Browse files Browse the repository at this point in the history
  • Loading branch information
faiface committed Mar 4, 2019
1 parent 2bbbbb4 commit 9b35ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion effects/doppler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import "github.com/faiface/beep"
// distance: a function to calculate the current distance; takes number of
// samples Doppler wants to stream at the moment
//
// This API is experimental and may change any time!
// This function is experimental and may change any time!
func Doppler(quality int, samplesPerMeter float64, s beep.Streamer, distance func(delta int) float64) beep.Streamer {
return &doppler{
r: beep.ResampleRatio(quality, 1, s),
Expand Down

0 comments on commit 9b35ad6

Please sign in to comment.