You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker 7ee447c011
v811_spc009_project
7 months ago
..
DEPS v811_spc009_project 7 months ago
README.md v811_spc009_project 7 months ago
audio_checksum.h v811_spc009_project 7 months ago
audio_loop.cc v811_spc009_project 7 months ago
audio_loop.h v811_spc009_project 7 months ago
audio_sink.cc v811_spc009_project 7 months ago
audio_sink.h v811_spc009_project 7 months ago
constant_pcm_packet_source.cc v811_spc009_project 7 months ago
constant_pcm_packet_source.h v811_spc009_project 7 months ago
encode_neteq_input.cc v811_spc009_project 7 months ago
encode_neteq_input.h v811_spc009_project 7 months ago
fake_decode_from_file.cc v811_spc009_project 7 months ago
fake_decode_from_file.h v811_spc009_project 7 months ago
initial_packet_inserter_neteq_input.cc v811_spc009_project 7 months ago
initial_packet_inserter_neteq_input.h v811_spc009_project 7 months ago
input_audio_file.cc v811_spc009_project 7 months ago
input_audio_file.h v811_spc009_project 7 months ago
input_audio_file_unittest.cc v811_spc009_project 7 months ago
neteq_delay_analyzer.cc v811_spc009_project 7 months ago
neteq_delay_analyzer.h v811_spc009_project 7 months ago
neteq_event_log_input.cc v811_spc009_project 7 months ago
neteq_event_log_input.h v811_spc009_project 7 months ago
neteq_input.cc v811_spc009_project 7 months ago
neteq_input.h v811_spc009_project 7 months ago
neteq_packet_source_input.cc v811_spc009_project 7 months ago
neteq_packet_source_input.h v811_spc009_project 7 months ago
neteq_performance_test.cc v811_spc009_project 7 months ago
neteq_performance_test.h v811_spc009_project 7 months ago
neteq_quality_test.cc v811_spc009_project 7 months ago
neteq_quality_test.h v811_spc009_project 7 months ago
neteq_replacement_input.cc v811_spc009_project 7 months ago
neteq_replacement_input.h v811_spc009_project 7 months ago
neteq_rtpplay.cc v811_spc009_project 7 months ago
neteq_rtpplay_test.sh v811_spc009_project 7 months ago
neteq_stats_getter.cc v811_spc009_project 7 months ago
neteq_stats_getter.h v811_spc009_project 7 months ago
neteq_stats_plotter.cc v811_spc009_project 7 months ago
neteq_stats_plotter.h v811_spc009_project 7 months ago
neteq_test.cc v811_spc009_project 7 months ago
neteq_test.h v811_spc009_project 7 months ago
neteq_test_factory.cc v811_spc009_project 7 months ago
neteq_test_factory.h v811_spc009_project 7 months ago
output_audio_file.h v811_spc009_project 7 months ago
output_wav_file.h v811_spc009_project 7 months ago
packet.cc v811_spc009_project 7 months ago
packet.h v811_spc009_project 7 months ago
packet_source.cc v811_spc009_project 7 months ago
packet_source.h v811_spc009_project 7 months ago
packet_unittest.cc v811_spc009_project 7 months ago
resample_input_audio_file.cc v811_spc009_project 7 months ago
resample_input_audio_file.h v811_spc009_project 7 months ago
rtc_event_log_source.cc v811_spc009_project 7 months ago
rtc_event_log_source.h v811_spc009_project 7 months ago
rtp_analyze.cc v811_spc009_project 7 months ago
rtp_encode.cc v811_spc009_project 7 months ago
rtp_file_source.cc v811_spc009_project 7 months ago
rtp_file_source.h v811_spc009_project 7 months ago
rtp_generator.cc v811_spc009_project 7 months ago
rtp_generator.h v811_spc009_project 7 months ago
rtp_jitter.cc v811_spc009_project 7 months ago
rtpcat.cc v811_spc009_project 7 months ago

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.