faiface / beep

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

flac: remove ReadSeeker assertion #30

Closed mewmew closed 6 years ago

mewmew commented 6 years ago

The underlying flac library does not yet support seeking, and when that support is added, this should be done more gracefully in beep so that users can still use streaming data not implementing io.Seeker

Fixes #25.

faiface commented 6 years ago

Yeah, thanks for this! (btw, not spying on you or anything, but you starred my Funky language some time ago... it's currently my main project and it's quite ambitious, if you find it interesting, feel free to hit me up)

mewmew commented 6 years ago

Yeah, thanks for this! (btw, not spying on you or anything, but you starred my Funky language some time ago... it's currently my main project and it's quite ambitious, if you find it interesting, feel free to hit me up)

I looked at it a bit while studying Lambda calculus, it looks like a very clean functional language. I have yet to take it for a deer spin.

Cheers, /u