android13/external/webrtc/modules/audio_coding/neteq/tools
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
DEPS initial 2024-06-22 20:45:49 +08:00
README.md initial 2024-06-22 20:45:49 +08:00
audio_checksum.h initial 2024-06-22 20:45:49 +08:00
audio_loop.cc initial 2024-06-22 20:45:49 +08:00
audio_loop.h initial 2024-06-22 20:45:49 +08:00
audio_sink.cc initial 2024-06-22 20:45:49 +08:00
audio_sink.h initial 2024-06-22 20:45:49 +08:00
constant_pcm_packet_source.cc initial 2024-06-22 20:45:49 +08:00
constant_pcm_packet_source.h initial 2024-06-22 20:45:49 +08:00
encode_neteq_input.cc initial 2024-06-22 20:45:49 +08:00
encode_neteq_input.h initial 2024-06-22 20:45:49 +08:00
fake_decode_from_file.cc initial 2024-06-22 20:45:49 +08:00
fake_decode_from_file.h initial 2024-06-22 20:45:49 +08:00
initial_packet_inserter_neteq_input.cc initial 2024-06-22 20:45:49 +08:00
initial_packet_inserter_neteq_input.h initial 2024-06-22 20:45:49 +08:00
input_audio_file.cc initial 2024-06-22 20:45:49 +08:00
input_audio_file.h initial 2024-06-22 20:45:49 +08:00
input_audio_file_unittest.cc initial 2024-06-22 20:45:49 +08:00
neteq_delay_analyzer.cc initial 2024-06-22 20:45:49 +08:00
neteq_delay_analyzer.h initial 2024-06-22 20:45:49 +08:00
neteq_event_log_input.cc initial 2024-06-22 20:45:49 +08:00
neteq_event_log_input.h initial 2024-06-22 20:45:49 +08:00
neteq_input.cc initial 2024-06-22 20:45:49 +08:00
neteq_input.h initial 2024-06-22 20:45:49 +08:00
neteq_packet_source_input.cc initial 2024-06-22 20:45:49 +08:00
neteq_packet_source_input.h initial 2024-06-22 20:45:49 +08:00
neteq_performance_test.cc initial 2024-06-22 20:45:49 +08:00
neteq_performance_test.h initial 2024-06-22 20:45:49 +08:00
neteq_quality_test.cc initial 2024-06-22 20:45:49 +08:00
neteq_quality_test.h initial 2024-06-22 20:45:49 +08:00
neteq_replacement_input.cc initial 2024-06-22 20:45:49 +08:00
neteq_replacement_input.h initial 2024-06-22 20:45:49 +08:00
neteq_rtpplay.cc initial 2024-06-22 20:45:49 +08:00
neteq_rtpplay_test.sh initial 2024-06-22 20:45:49 +08:00
neteq_stats_getter.cc initial 2024-06-22 20:45:49 +08:00
neteq_stats_getter.h initial 2024-06-22 20:45:49 +08:00
neteq_stats_plotter.cc initial 2024-06-22 20:45:49 +08:00
neteq_stats_plotter.h initial 2024-06-22 20:45:49 +08:00
neteq_test.cc initial 2024-06-22 20:45:49 +08:00
neteq_test.h initial 2024-06-22 20:45:49 +08:00
neteq_test_factory.cc initial 2024-06-22 20:45:49 +08:00
neteq_test_factory.h initial 2024-06-22 20:45:49 +08:00
output_audio_file.h initial 2024-06-22 20:45:49 +08:00
output_wav_file.h initial 2024-06-22 20:45:49 +08:00
packet.cc initial 2024-06-22 20:45:49 +08:00
packet.h initial 2024-06-22 20:45:49 +08:00
packet_source.cc initial 2024-06-22 20:45:49 +08:00
packet_source.h initial 2024-06-22 20:45:49 +08:00
packet_unittest.cc initial 2024-06-22 20:45:49 +08:00
resample_input_audio_file.cc initial 2024-06-22 20:45:49 +08:00
resample_input_audio_file.h initial 2024-06-22 20:45:49 +08:00
rtc_event_log_source.cc initial 2024-06-22 20:45:49 +08:00
rtc_event_log_source.h initial 2024-06-22 20:45:49 +08:00
rtp_analyze.cc initial 2024-06-22 20:45:49 +08:00
rtp_encode.cc initial 2024-06-22 20:45:49 +08:00
rtp_file_source.cc initial 2024-06-22 20:45:49 +08:00
rtp_file_source.h initial 2024-06-22 20:45:49 +08:00
rtp_generator.cc initial 2024-06-22 20:45:49 +08:00
rtp_generator.h initial 2024-06-22 20:45:49 +08:00
rtp_jitter.cc initial 2024-06-22 20:45:49 +08:00
rtpcat.cc initial 2024-06-22 20:45:49 +08:00

README.md

NetEQ RTP Play tool

Testing of the command line arguments

The command line tool neteq_rtpplay can be tested by running neteq_rtpplay_test.sh, which is not use on try bots, but it can be used before submitting any CLs that may break the behavior of the command line arguments of neteq_rtpplay.

Run neteq_rtpplay_test.sh as follows from the src/ folder:

src$ ./modules/audio_coding/neteq/tools/neteq_rtpplay_test.sh  \
  out/Default/neteq_rtpplay  \
  resources/audio_coding/neteq_opus.rtp  \
  resources/short_mixed_mono_48.pcm

You can replace the RTP and PCM files with any other compatible files. If you get an error using the files indicated above, try running gclient sync.

Requirements: awk and md5sum.