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

Issue 2749573002: Conversational Speech generator, unit test (Closed)

Created:
3 years, 9 months ago by AleBzk
Modified:
3 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, AleBzk, peah-webrtc, Andrew MacDonald, aleloi, tterriberry_mozilla.com, audio-team_agora.io, hlundin-webrtc, kwiberg-webrtc, minyue-webrtc, aluebs-webrtc, bjornv1
Target Ref:
refs/heads/master
Project:
webrtc
Visibility:
Public.

Description

Conversational Speech generator, adding unit test. Test for the conversational_speech::Config class and renaming. BUG=webrtc:7218 Review-Url: https://codereview.webrtc.org/2749573002 Cr-Commit-Position: refs/heads/master@{#17301} Committed: https://chromium.googlesource.com/external/webrtc/+/3b51065c55e622867db89ec50a5e3c35691ebad4

Patch Set 1 #

Patch Set 2 : non-empty values added #

Patch Set 3 : renaming #

Total comments: 2

Patch Set 4 : final comments addressed #

Patch Set 5 : rebase #

Patch Set 6 : deps fixed #

Patch Set 7 : deps fixed #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -159 lines) Patch
M webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn View 1 2 3 4 5 6 1 chunk +30 lines, -6 lines 1 comment Download
A + webrtc/modules/audio_processing/test/conversational_speech/config.h View 1 2 3 2 chunks +9 lines, -7 lines 0 comments Download
A + webrtc/modules/audio_processing/test/conversational_speech/config.cc View 1 2 3 1 chunk +6 lines, -4 lines 0 comments Download
D webrtc/modules/audio_processing/test/conversational_speech/convspeech_gen.cc View 1 2 1 chunk +0 lines, -68 lines 0 comments Download
A + webrtc/modules/audio_processing/test/conversational_speech/generator.cc View 1 2 3 3 chunks +6 lines, -6 lines 0 comments Download
A webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download
D webrtc/modules/audio_processing/test/conversational_speech/settings.h View 1 2 3 1 chunk +0 lines, -39 lines 0 comments Download
D webrtc/modules/audio_processing/test/conversational_speech/settings.cc View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 30 (18 generated)
AleBzk
Hi Fredrik, I'm creating a new tool to simulate conversation calls (for more details, see ...
3 years, 9 months ago (2017-03-13 15:19:47 UTC) #3
the sun
On 2017/03/13 15:19:47, AleBzk wrote: > Hi Fredrik, > > I'm creating a new tool ...
3 years, 9 months ago (2017-03-13 18:51:20 UTC) #4
AleBzk
Hi Fredrik, Thanks for your comments! I simplified the names. Only note the rule names ...
3 years, 9 months ago (2017-03-14 08:40:19 UTC) #5
the sun
lgtm https://codereview.webrtc.org/2749573002/diff/40001/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc File webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc (right): https://codereview.webrtc.org/2749573002/diff/40001/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc#newcode25 webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc:25: ConvSpeechGeneratorSettings settings( Here's another one of those abbreviations. ...
3 years, 9 months ago (2017-03-14 12:21:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2749573002/80001
3 years, 9 months ago (2017-03-18 09:47:52 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_ios9_dbg/builds/2682) ios_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-18 09:49:22 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2749573002/100001
3 years, 9 months ago (2017-03-18 09:57:12 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: ios32_sim_ios9_dbg on master.tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/ios32_sim_ios9_dbg/builds/2683) ios64_sim_ios10_dbg on master.tryserver.webrtc (JOB_FAILED, ...
3 years, 9 months ago (2017-03-18 09:58:44 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2749573002/120001
3 years, 9 months ago (2017-03-18 10:23:43 UTC) #24
commit-bot: I haz the power
Committed patchset #7 (id:120001) as https://chromium.googlesource.com/external/webrtc/+/3b51065c55e622867db89ec50a5e3c35691ebad4
3 years, 9 months ago (2017-03-18 10:45:36 UTC) #27
AleBzk
https://codereview.webrtc.org/2749573002/diff/40001/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc File webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc (right): https://codereview.webrtc.org/2749573002/diff/40001/webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc#newcode25 webrtc/modules/audio_processing/test/conversational_speech/generator_unittest.cc:25: ConvSpeechGeneratorSettings settings( On 2017/03/14 12:21:57, the sun wrote: > ...
3 years, 9 months ago (2017-03-20 08:38:40 UTC) #28
kjellander (google.com)
3 years, 9 months ago (2017-03-23 06:24:36 UTC) #30
Message was sent while issue was closed.
https://codereview.webrtc.org/2749573002/diff/120001/webrtc/modules/audio_pro...
File webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn
(right):

https://codereview.webrtc.org/2749573002/diff/120001/webrtc/modules/audio_pro...
webrtc/modules/audio_processing/test/conversational_speech/BUILD.gn:43:
rtc_test("conversational_speech_generator_unittest") {
Adding a test like this doesn't make it run. Please add "generator_unittest.cc"
to modules_unittests instead and delete this rtc_test target. We need to keep
the number of tests down since it's a lot of overhead introducing new ones due
to many different systems are involved in their configuration.

Powered by Google App Engine
This is Rietveld 408576698