-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
Description
There is something to consider:
When recording conversation on some chat app, it may be reasonable to record audio streams separately so that each source can be listen to without distraction from other stream source.
This separation can be done by using Left and Right channels of stereo recording. Like Left for microphone and Right for other selected recording source. (You can then always switch to mono when you want to listen both at the same time in your favorite audio player)
Or there is Matroska container (Open Source) that can have unlimited numbers of audio streams.
afonsoguerra, ryonakano and freshpickles23