faiface / beep

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

Sample format not supported #158

Open prologic opened 1 year ago

prologic commented 1 year ago

I'm getting this error when trying the example record.go:

$ ./record test.wav
Recording. Press Ctrl-C to stop.
2022/12/16 05:02:00 Sample format not supported
MarkKremer commented 1 year ago

This seems to be an issue about my repository https://github.com/MarkKremer/microphone.

Do you still have this problem?