- [ ] audio file as a readStream - [ ] piped into sox for audio conversion - [ ] [piped into PiFmRds](https://github.com/ChristopheJacquet/PiFmRds) It would mean that once a file is read, an `end` event would be emitted. Two possibilities then: - to keep the pipes process open and unpipe the audio stream - to kill the child process anyway
It would mean that once a file is read, an
endevent would be emitted. Two possibilities then: