Convert Audio
Convert audio using ffmpeg, creating a simple page to play and download the converted recordings
Requirements
[{"id":"f983619b.1ef33","type":"tab","label":"Convert Audio","disabled":false,"info":"Convert audio using ffmpeg, creating a simple page to play and download the converted recordings\n\n## Requirements\n\n* [node-red-contrib-browser-utils](https://flows.nodered.org/node/node-red-contrib-browser-utils)\n* [node-red-contrib-media-utils](https://flows.nodered.org/node/node-red-contrib-media-utils)"},{"id":"dcede027.5e754","type":"microphone","z":"f983619b.1ef33","name":"","x":130,"y":160,"wires":[["47a7b4a5.dd0ecc","e5489e36.fbd97","b99fc492.a7c518"]]},{"id":"5c12eaf3.9ce0a4","type":"http in","z":"f983619b.1ef33","name":"","url":"/recording.wav","method":"get","upload":false,"swaggerDoc":"","x":150,"y":280,"wires":[["aafd600c.b15b3"]]},{"id":"f0c1f0e0.8cb2c","type":"http response","z":"f983619b.1ef33","name":"","statusCode":"200","headers":{"Content-Type":"audio/wav"},"x":860,"y":280,"wires":[]},{"id":"aafd600c.b15b3","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"wav","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":660,"y":280,"wires":[["f0c1f0e0.8cb2c"]]},{"id":"a5a271ff.97f5d","type":"http response","z":"f983619b.1ef33","name":"","statusCode":"200","headers":{"Content-Type":"audio/mpeg"},"x":860,"y":360,"wires":[]},{"id":"ac786546.a26df8","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"mp3","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":660,"y":360,"wires":[["a5a271ff.97f5d"]]},{"id":"4bfbc1b.c69904","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"mp3","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":870,"y":160,"wires":[[]]},{"id":"90f5ea70.d3d8a8","type":"ffmpeg-conversion","z":"f983619b.1ef33","name":"","format":"ogg","audiochannels":"mono","x":670,"y":200,"wires":[["e0ca30e9.1f8ed"]]},{"id":"e0ca30e9.1f8ed","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"ogg","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":870,"y":200,"wires":[[]]},{"id":"135e80c7.af666f","type":"http response","z":"f983619b.1ef33","name":"","statusCode":"200","headers":{"Content-Type":"audio/ogg"},"x":860,"y":440,"wires":[]},{"id":"5c052f5f.c7c84","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"payload","pt":"msg","to":"ogg","tot":"flow"}],"action":"","property":"","from":"","to":"","reg":false,"x":660,"y":440,"wires":[["135e80c7.af666f"]]},{"id":"acaa21c8.36a9a","type":"http in","z":"f983619b.1ef33","name":"","url":"/recording.ogg","method":"get","upload":false,"swaggerDoc":"","x":150,"y":440,"wires":[["5c052f5f.c7c84"]]},{"id":"b99fc492.a7c518","type":"ffmpeg-conversion","z":"f983619b.1ef33","name":"","format":"mp3","audiochannels":"mono","x":670,"y":160,"wires":[["4bfbc1b.c69904"]]},{"id":"47a7b4a5.dd0ecc","type":"delay","z":"f983619b.1ef33","name":"","pauseType":"delay","timeout":"0.5","timeoutUnits":"seconds","rate":"1","nbRateUnits":"1","rateUnits":"second","randomFirst":"1","randomLast":"5","randomUnits":"seconds","drop":false,"x":430,"y":200,"wires":[["90f5ea70.d3d8a8"]]},{"id":"e5489e36.fbd97","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"wav","pt":"flow","to":"payload","tot":"msg"}],"action":"","property":"","from":"","to":"","reg":false,"x":430,"y":120,"wires":[[]]},{"id":"2e61d519.eefbaa","type":"template","z":"f983619b.1ef33","name":"","field":"payload","fieldType":"msg","format":"handlebars","syntax":"mustache","template":"<!DOCTYPE html>\n<html>\n <head>\n <title>Download Recording</title>\n <style>\n * { font-family: Arial; }\n body { margin: 20px 40px; }\n a { color: #666; }\n </style>\n </head>\n <body>\n <h1>Download Audio File</h1>\n <ul>\n <li><a href=\"download/recording.wav\">Download recording.wav</a></li>\n <li><a href=\"download/recording.mp3\">Download recording.mp3</a></li>\n <li><a href=\"download/recording.ogg\">Download recording.ogg</a></li>\n </ul>\n <h2>Play Audio File</h1>\n <h2>wav</h2> \n <audio controls=\"controls\"><source src=\"/recording.wav\"/></audio>\n <h2>mp3</h2>\n <audio controls=\"controls\"><source src=\"/recording.mp3\"/></audio>\n <h2>ogg</h2>\n <audio controls=\"controls\"><source src=\"/recording.ogg\"/></audio>\n </body>\n</html>","output":"str","x":640,"y":540,"wires":[["2ddc8477.235f6c"]]},{"id":"3895c7e8.413cd8","type":"http in","z":"f983619b.1ef33","name":"","url":"/recording","method":"get","upload":false,"swaggerDoc":"","x":140,"y":540,"wires":[["2e61d519.eefbaa"]]},{"id":"2ddc8477.235f6c","type":"http response","z":"f983619b.1ef33","name":"","statusCode":"200","headers":{},"x":860,"y":540,"wires":[]},{"id":"47f062a6.2a66cc","type":"http in","z":"f983619b.1ef33","name":"","url":"download/recording.mp3","method":"get","upload":false,"swaggerDoc":"","x":190,"y":400,"wires":[["f39dccb.1ae453"]]},{"id":"f39dccb.1ae453","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"headers","pt":"msg","to":"{\"Content-Disposition\":\"attachment\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":450,"y":400,"wires":[["ac786546.a26df8"]]},{"id":"c9ab0702.fb8f08","type":"http in","z":"f983619b.1ef33","name":"","url":"/recording.mp3","method":"get","upload":false,"swaggerDoc":"","x":150,"y":360,"wires":[["ac786546.a26df8"]]},{"id":"9e64e6b2.4e5718","type":"http in","z":"f983619b.1ef33","name":"","url":"/download/recording.ogg","method":"get","upload":false,"swaggerDoc":"","x":180,"y":480,"wires":[["eb9e8978.b6e788"]]},{"id":"eb9e8978.b6e788","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"headers","pt":"msg","to":"{\"Content-Disposition\":\"attachment\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":450,"y":480,"wires":[["5c052f5f.c7c84"]]},{"id":"31b31a89.60ebe6","type":"http in","z":"f983619b.1ef33","name":"","url":"/download/recording.wav","method":"get","upload":false,"swaggerDoc":"","x":180,"y":320,"wires":[["15732b9f.a837b4"]]},{"id":"15732b9f.a837b4","type":"change","z":"f983619b.1ef33","name":"","rules":[{"t":"set","p":"headers","pt":"msg","to":"{\"Content-Disposition\":\"attachment\"}","tot":"json"}],"action":"","property":"","from":"","to":"","reg":false,"x":450,"y":320,"wires":[["aafd600c.b15b3"]]},{"id":"659b0462.f9eddc","type":"comment","z":"f983619b.1ef33","name":"http://localhost:1880/recording","info":"","x":170,"y":60,"wires":[]}]