gopxl / beep

A little package that brings sound to any Go application. Suitable for playback and audio-processing.
MIT License
295 stars 15 forks source link

Use Go 2.21 built-in functions `min`, `max` and `clear` #169

Closed MarkKremer closed 4 months ago

MarkKremer commented 4 months ago

Using the Go 2.21 built-in functions min, max, and clear where it seemed to fit.