webrtc/modules/audio_coding/neteq/tools
Ivo Creusen 55de08e7ef Restructure neteq_rtpplay into a library with small executable wrapper.
Most of the code in neteq_rtpplay is moved into a factory class for
NetEqTest. The factory method takes the same argc and argv arguments as
neteq_rtpplay.
This CL also adds a small public API for neteq_test to allow easy
integration into external software.

Bug: webrtc:9667
Change-Id: I5241c1f51736cb6fbe47b0ad25f4bc83dabd727d
Reviewed-on: https://webrtc-review.googlesource.com/96100
Commit-Queue: Ivo Creusen <ivoc@webrtc.org>
Reviewed-by: Karl Wiberg <kwiberg@webrtc.org>
Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org>
Reviewed-by: Minyue Li <minyue@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#24531}
2018-09-03 10:42:40 +00:00
..
audio_checksum.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
audio_loop.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
audio_loop.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
audio_sink.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
audio_sink.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
constant_pcm_packet_source.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
constant_pcm_packet_source.h Adding NOLINT for typedefs.h and common_types.h 2017-09-15 13:03:51 +00:00
DEPS Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
encode_neteq_input.cc Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
encode_neteq_input.h Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
fake_decode_from_file.cc Remove a legacy DCHEC in FakeDecodeFromFile. 2018-07-09 19:56:58 +00:00
fake_decode_from_file.h Implement PacketDuration() for FakeDecoderFromFile. 2018-06-29 08:32:36 +00:00
input_audio_file.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
input_audio_file.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
input_audio_file_unittest.cc Move some numeric utility code from rtc_base/ to rtc_base/numerics/ 2017-11-22 11:21:47 +00:00
neteq_delay_analyzer.cc Aligning time in audio jitter buffer plot to other plots in rtc event log visualizer. 2018-06-21 14:23:53 +00:00
neteq_delay_analyzer.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
neteq_event_log_input.cc Break out NetEqEventLogInput to separate source files 2018-07-02 14:15:29 +00:00
neteq_event_log_input.h Break out NetEqEventLogInput to separate source files 2018-07-02 14:15:29 +00:00
neteq_external_decoder_test.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
neteq_external_decoder_test.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
neteq_input.cc Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
neteq_input.h Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
neteq_packet_source_input.cc Break out NetEqEventLogInput to separate source files 2018-07-02 14:15:29 +00:00
neteq_packet_source_input.h Break out NetEqEventLogInput to separate source files 2018-07-02 14:15:29 +00:00
neteq_performance_test.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
neteq_performance_test.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
neteq_quality_test.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
neteq_quality_test.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
neteq_replacement_input.cc Clean up code regarding jitter buffer plot in event log visualizer. 2018-08-10 11:19:56 +00:00
neteq_replacement_input.h Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
neteq_rtpplay.cc Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_stats_getter.cc Adding NetEq lifetime stats to event log visualizer. 2018-06-26 11:27:09 +00:00
neteq_stats_getter.h Adding NetEq lifetime stats to event log visualizer. 2018-06-26 11:27:09 +00:00
neteq_stats_plotter.cc Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_stats_plotter.h Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_test.cc Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_test.h Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_test_factory.cc Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
neteq_test_factory.h Restructure neteq_rtpplay into a library with small executable wrapper. 2018-09-03 10:42:40 +00:00
output_audio_file.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
output_wav_file.h Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
packet.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
packet_source.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
packet_source.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
packet_unittest.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
resample_input_audio_file.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00
resample_input_audio_file.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rtc_event_log_source.cc Split LoggedBweProbeResult into -Success and -Failure. 2018-05-29 13:41:04 +00:00
rtc_event_log_source.h Reland "Create new API for RtcEventLogParser." 2018-04-27 14:46:51 +00:00
rtp_analyze.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtp_encode.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rtp_file_source.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtp_file_source.h Enable clang::find_bad_constructs for audio_coding (part 1/2). 2018-07-20 13:07:47 +00:00
rtp_generator.cc Reformat the WebRTC code base 2018-06-19 14:00:39 +00:00
rtp_generator.h Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rtp_jitter.cc Delete root header file typedef.h. 2018-07-25 14:59:26 +00:00
rtpcat.cc Fixing WebRTC after moving from src/webrtc to src/ 2017-09-15 05:02:56 +00:00