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

Side by Side Diff: resources/audio_processing/test/py_quality_assessment/BUILD.gn

Issue 2705363004: Sample audio files for the APM quality assessment toolbox (Closed)
Patch Set: Created 3 years, 10 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 unified diff | Download patch
« no previous file with comments | « no previous file | resources/audio_processing/test/py_quality_assessment/noise_tracks/city.wav.sha1 » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2017 The WebRTC project authors. All Rights Reserved.
2 #
3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree.
8
9 import("../../../../webrtc/webrtc.gni")
10
11 if (rtc_include_tests) {
12 copy("noise_tracks") {
13 testonly = true
14 sources = [
15 "noise_tracks/city.wav",
16 ]
17 outputs = [
18 "$root_build_dir/py_quality_assessment/noise_tracks/{{source_file_part}}",
19 ]
20 } # noise_tracks
21
22 copy("probing_signals") {
23 testonly = true
24 sources = [
25 "probing_signals/tone-880.wav",
26 ]
27 outputs = [
28 "$root_build_dir/py_quality_assessment/probing_signals/{{source_file_part} }",
29 ]
30 } # probing_signals
31 }
OLDNEW
« no previous file with comments | « no previous file | resources/audio_processing/test/py_quality_assessment/noise_tracks/city.wav.sha1 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698