ArtskydJ / node-sox-stream

:mega: A stream-friendly wrapper around SoX
53 stars 14 forks source link

sox FAIL formats: no handler for detected file type `opus' #24

Open RobertHalwass opened 3 years ago

RobertHalwass commented 3 years ago

I am currently struggling with Ogg Opus files I receive from a telegram bot. I already installed ffmpeg, opus_tools, libogg0 and libopus0, but it didn't help. I also downloaded the file and checked if it was corrupted, but it wasn't. Any ideas on how to solve this?

ArtskydJ commented 3 years ago

I'd check if you're able to get it to work from the command line. Once you get that working, then try to get it working with node.

I thought sox supported ogg by default, but I really don't know.