package
1.1.0
Repository: https://github.com/faiface/beep.git
Documentation: pkg.go.dev

# Functions

Doppler simulates a "sound at a distance".
Mono converts the wrapped Streamer to a mono buffer by downmixing the left and right channels together.
NewEqualizer returns a beep.Streamer that modifies the stream based on the EqualizerSection slice that is passed in.
Swap swaps the left and right channel of the wrapped Streamer.

# Structs

Gain amplifies the wrapped Streamer.
Pan balances the wrapped Streamer between the left and the right channel.
Volume adjusts the volume of the wrapped Streamer in a human-natural way.

# Interfaces

# Type aliases