telegram/TMessagesProj/jni/voip/webrtc/modules/audio_coding/neteq/tools
2025-11-22 14:04:28 +01:00
..
audio_checksum.h Repo created 2025-11-22 14:04:28 +01:00
audio_loop.cc Repo created 2025-11-22 14:04:28 +01:00
audio_loop.h Repo created 2025-11-22 14:04:28 +01:00
audio_sink.cc Repo created 2025-11-22 14:04:28 +01:00
audio_sink.h Repo created 2025-11-22 14:04:28 +01:00
constant_pcm_packet_source.cc Repo created 2025-11-22 14:04:28 +01:00
constant_pcm_packet_source.h Repo created 2025-11-22 14:04:28 +01:00
DEPS Repo created 2025-11-22 14:04:28 +01:00
encode_neteq_input.cc Repo created 2025-11-22 14:04:28 +01:00
encode_neteq_input.h Repo created 2025-11-22 14:04:28 +01:00
fake_decode_from_file.cc Repo created 2025-11-22 14:04:28 +01:00
fake_decode_from_file.h Repo created 2025-11-22 14:04:28 +01:00
initial_packet_inserter_neteq_input.cc Repo created 2025-11-22 14:04:28 +01:00
initial_packet_inserter_neteq_input.h Repo created 2025-11-22 14:04:28 +01:00
input_audio_file.cc Repo created 2025-11-22 14:04:28 +01:00
input_audio_file.h Repo created 2025-11-22 14:04:28 +01:00
input_audio_file_unittest.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_delay_analyzer.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_delay_analyzer.h Repo created 2025-11-22 14:04:28 +01:00
neteq_event_log_input.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_event_log_input.h Repo created 2025-11-22 14:04:28 +01:00
neteq_input.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_input.h Repo created 2025-11-22 14:04:28 +01:00
neteq_performance_test.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_performance_test.h Repo created 2025-11-22 14:04:28 +01:00
neteq_quality_test.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_quality_test.h Repo created 2025-11-22 14:04:28 +01:00
neteq_replacement_input.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_replacement_input.h Repo created 2025-11-22 14:04:28 +01:00
neteq_rtp_dump_input.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_rtp_dump_input.h Repo created 2025-11-22 14:04:28 +01:00
neteq_rtpplay.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_rtpplay_test.sh Repo created 2025-11-22 14:04:28 +01:00
neteq_stats_getter.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_stats_getter.h Repo created 2025-11-22 14:04:28 +01:00
neteq_stats_plotter.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_stats_plotter.h Repo created 2025-11-22 14:04:28 +01:00
neteq_test.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_test.h Repo created 2025-11-22 14:04:28 +01:00
neteq_test_factory.cc Repo created 2025-11-22 14:04:28 +01:00
neteq_test_factory.h Repo created 2025-11-22 14:04:28 +01:00
output_audio_file.h Repo created 2025-11-22 14:04:28 +01:00
output_wav_file.h Repo created 2025-11-22 14:04:28 +01:00
packet.cc Repo created 2025-11-22 14:04:28 +01:00
packet.h Repo created 2025-11-22 14:04:28 +01:00
packet_source.cc Repo created 2025-11-22 14:04:28 +01:00
packet_source.h Repo created 2025-11-22 14:04:28 +01:00
packet_unittest.cc Repo created 2025-11-22 14:04:28 +01:00
README.md Repo created 2025-11-22 14:04:28 +01:00
resample_input_audio_file.cc Repo created 2025-11-22 14:04:28 +01:00
resample_input_audio_file.h Repo created 2025-11-22 14:04:28 +01:00
rtp_analyze.cc Repo created 2025-11-22 14:04:28 +01:00
rtp_encode.cc Repo created 2025-11-22 14:04:28 +01:00
rtp_file_source.cc Repo created 2025-11-22 14:04:28 +01:00
rtp_file_source.h Repo created 2025-11-22 14:04:28 +01:00
rtp_generator.cc Repo created 2025-11-22 14:04:28 +01:00
rtp_generator.h Repo created 2025-11-22 14:04:28 +01:00
rtp_jitter.cc Repo created 2025-11-22 14:04:28 +01:00
rtpcat.cc Repo created 2025-11-22 14:04:28 +01:00

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.