| Index: webrtc/modules/audio_processing/test/conversational_speech/README.md
|
| diff --git a/webrtc/modules/audio_processing/test/py_conversational_speech/README.md b/webrtc/modules/audio_processing/test/conversational_speech/README.md
|
| similarity index 92%
|
| rename from webrtc/modules/audio_processing/test/py_conversational_speech/README.md
|
| rename to webrtc/modules/audio_processing/test/conversational_speech/README.md
|
| index 79d07fdf08edd43171a7aba8f458ddf918a854d9..415c65b0271dffe06aab21f4024dc2a35c3c7b21 100644
|
| --- a/webrtc/modules/audio_processing/test/py_conversational_speech/README.md
|
| +++ b/webrtc/modules/audio_processing/test/conversational_speech/README.md
|
| @@ -1,7 +1,7 @@
|
| -#Conversational Speech generator tool
|
| +# Conversational Speech generator tool
|
|
|
| -Python tool to generate multiple-end audio tracks to simulate conversational
|
| -speech with two or more participants.
|
| +Tool to generate multiple-end audio tracks to simulate conversational speech
|
| +with two or more participants.
|
|
|
| The input to the tool is a directory containing a number of audio tracks and
|
| a text file indicating how to time the sequence of speech turns (see the Example
|
| @@ -21,7 +21,7 @@ and silence in the conversation.
|
|
|
| IMPORTANT: **the whole code has not been landed yet.**
|
|
|
| -###Example
|
| +### Example
|
|
|
| For each end, there is a set of audio tracks, e.g., a1, a2 and a3 (speaker A)
|
| and b1, b2 (speaker B).
|
|
|