Replies: 2 comments
-
|
I mix the two files with ffmpg: But it would be awesome if I could automate the process |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This is my Kotlin function to do it. Perhaps someone could turn it to C and include in baresip lib. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can a call recording be saved into a single file?
From previous comments, the
sndfilemodule can be used to write WAV files: #333 (comment)And it appears that
sndfiledumps the encode and decode channels to separate files: https://github.com/baresip/baresip/wiki/Using-Baresip:-Module-sndfile#usageBeta Was this translation helpful? Give feedback.
All reactions