Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: webrtc/modules/audio_processing/test/conversational_speech/README.md

Issue 2740063004: C++ porting of the initial python script for conversational speech generation. (Closed)
Patch Set: rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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).

Powered by Google App Engine
This is Rietveld 408576698