jogramming / dca

Go implementation for the DCA audio format
BSD 3-Clause "New" or "Revised" License
75 stars 60 forks source link

Update readme to include libopus with ffmpeg #2

Closed coadler closed 7 years ago

coadler commented 7 years ago

Regularly installing ffmpeg without the --with-opus flag in homebrew will cause dca to start ffmpeg with an invalid flag. Installing ffmpeg with the flag resolves this issue.

jogramming commented 7 years ago

noice