sox-stream
sox-stream copied to clipboard
sox FAIL formats: no handler for detected file type `opus'
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?
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.