I have an audio file in which there are 2 speakers, the first one recites a sentence & then the other one translates it.
I want to save an audio file for each sentence recited by speaker A & B.
Example: file -> book_translation.mp3 ( 1minute audio )
Speaker A: "How are you"
Speaker B: "wie gehts"
Speaker A: "I'm good"
Speaker B: "Mir geht's gut"
Output expected:
4 mp3 files ->
A_01.mp3
B_01.mp3
A_02.mp3
B_02.mp3