webrtc/common_audio
Dor Hen 4efc830e53 Provide test output path with OutputPathWithRandomDirectory 1/n
First commit in a series of commits to wire up the test output path utility that adds a random directory in the path, for problematic tests that run in concurrent execution environments.

Bug: webrtc:15833
Change-Id: I5e5b3940007be773d77dbbfc953efa810e4e3ea9
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/339522
Reviewed-by: Artem Titov <titovartem@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41738}
2024-02-15 07:35:00 +00:00
..
include Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
mocks In common_audio/ and modules/audio_* replace mock macros with unified MOCK_METHOD macro 2020-05-20 13:17:31 +00:00
resampler Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
signal_processing Fix pointer overflow in neon implemenation of audio filters 2023-10-13 06:41:08 +00:00
third_party [ssci] Added Shipped field to READMEs 2023-07-12 07:31:06 +00:00
vad Fix math involving enums in C++20 2022-09-27 06:55:31 +00:00
audio_converter.cc
audio_converter.h Reland "Remove RTC_DISALLOW_COPY_AND_ASSIGN usages completely" 2022-01-27 12:55:44 +00:00
audio_converter_unittest.cc Clarify and extend test support for certain sample rates in audio processing 2022-08-03 14:26:36 +00:00
audio_util.cc Removing all external access to the integer sample data in AudioBuffer 2019-08-20 08:36:47 +00:00
audio_util_unittest.cc Reland of Correct conversion between float and fixed formats 2019-08-19 12:15:07 +00:00
BUILD.gn Provide test output path with OutputPathWithRandomDirectory 1/n 2024-02-15 07:35:00 +00:00
channel_buffer.cc
channel_buffer.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
channel_buffer_unittest.cc Rename several more tests that use EXPECT_DEATH to *DeathTest. 2020-05-18 16:10:04 +00:00
DEPS
fir_filter.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_avx2.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_avx2.h Support AVX2/FMA intrinsics in audio FIR filter 2020-08-19 10:21:31 +00:00
fir_filter_c.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_c.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_factory.cc Prepare to rename RTC_NOTREACHED to RTC_DCHECK_NOTREACHED 2021-11-15 21:44:59 +00:00
fir_filter_factory.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_neon.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_neon.h
fir_filter_sse.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
fir_filter_sse.h Format almost everything. 2019-07-08 13:45:15 +00:00
fir_filter_unittest.cc Format almost everything. 2019-07-08 13:45:15 +00:00
OWNERS Remove kwiberg@webrtc.org from OWNERS files 2020-12-04 15:11:26 +00:00
real_fourier.cc
real_fourier.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
real_fourier_ooura.cc Reland "Unify OOURA implementations in one directory." 2020-04-20 16:08:19 +00:00
real_fourier_ooura.h Reland "Unify OOURA implementations in one directory." 2020-04-20 16:08:19 +00:00
real_fourier_unittest.cc
ring_buffer.c Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
ring_buffer.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
ring_buffer_unittest.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
smoothing_filter.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
smoothing_filter.h Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
smoothing_filter_unittest.cc Use backticks not vertical bars to denote variables in comments for /common_audio 2021-07-27 18:21:35 +00:00
wav_file.cc Adopt absl::string_view in common_audio/ 2022-05-13 15:00:14 +00:00
wav_file.h Adopt absl::string_view in common_audio/ 2022-05-13 15:00:14 +00:00
wav_file_unittest.cc Provide test output path with OutputPathWithRandomDirectory 1/n 2024-02-15 07:35:00 +00:00
wav_header.cc Fixes to support building in -std=c++20 mode. 2022-05-05 17:15:58 +00:00
wav_header.h Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
wav_header_unittest.cc Add floating point support for writing and reading wav files 2020-01-30 13:38:19 +00:00
window_generator.cc
window_generator.h Delete macros RTC_DISALLOW_ASSIGN and RTC_DISALLOW_IMPLICIT_CONSTRUCTORS 2020-09-29 10:19:20 +00:00
window_generator_unittest.cc