sox-stream
sox-stream copied to clipboard
:mega: A stream-friendly wrapper around SoX
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...
I'm trying to pass the 'raw' audio-stream from fd: to nodejs sox-stream, but transcode result are always empty, without any warn/errors messages (( ``` stream = fs.createReadStream(null, {fd: 3, autoClose:...
Sox seems to be exiting, or at least, the stdin stream is closing prematurely, whenever the following sox Options are used: ```js var soxOptions={ input: {type: 'mp3' }, output: {type:...
Transcoding a .vox file to .wav to be streamed to a browser to be played resulted in no content in the http response. ```` var transcode = sox({ // equivalent...
Hi there, I'd really appreciate some pointers on the following setup: I'm grabbing radio feeds with icy, checking the stream for codec details which I'm using to put together the...
Hey! Now I'm having this error on my ubuntu server ``` Error: sox WARN mp3-util: at Socket. (/opt/bitnami/apache2/htdocs/node_modules/sox-stream/index.js:33:23) at Socket.emit (events.js:182:13) main.js:442:20) at addChunk (_stream_readable.js:277:12) at readableAddChunk (_stream_readable.js:262:11) at Socket.Readable.push...
I tried to give input file as MP3, which gives a odd error as ``` sox FAIL formats: can't determine type of file ``` After debuging and also checking through...