How to pipe multiple readable streams, from multiple api requests, to a single writeable stream?
- Desired Behaviour - Actual Behaviour - What I've Tried - Steps To Reproduce - Research Desired Behaviour Pipe multiple readable streams, received from multiple api requests, to a single writeable stream. The api responses are from ibm-watson's textToSpeech.synthesize() method. The reason multiple requests are required is because the service has a 5KB limit on text input. Therefore a string of 18KB , for example, requires four requests to complete. Actual Behaviour The writeable stream file is incomplete and garbled. The application seems to 'hang'. When I try and open the incomplete .mp3