Name Date Size #Lines LOC

..--

DEPSH A D25-Apr-202548 43

README.mdH A D25-Apr-2025740 1813

audio_checksum.hH A D25-Apr-20251.8 KiB6543

audio_loop.ccH A D25-Apr-20252 KiB6235

audio_loop.hH A D25-Apr-20251.9 KiB5828

audio_sink.ccH A D25-Apr-2025833 2712

audio_sink.hH A D25-Apr-20252.1 KiB7138

constant_pcm_packet_source.ccH A D25-Apr-20252.7 KiB7252

constant_pcm_packet_source.hH A D25-Apr-20251.8 KiB5632

encode_neteq_input.ccH A D25-Apr-20253 KiB9563

encode_neteq_input.hH A D25-Apr-20252.2 KiB7039

fake_decode_from_file.ccH A D25-Apr-20256.1 KiB170127

fake_decode_from_file.hH A D25-Apr-20252.9 KiB7844

initial_packet_inserter_neteq_input.ccH A D25-Apr-20252.4 KiB8056

initial_packet_inserter_neteq_input.hH A D25-Apr-20251.6 KiB4728

input_audio_file.ccH A D25-Apr-20253.2 KiB9768

input_audio_file.hH A D25-Apr-20252.3 KiB6326

input_audio_file_unittest.ccH A D25-Apr-20251.8 KiB6038

neteq_delay_analyzer.ccH A D25-Apr-202511.4 KiB305235

neteq_delay_analyzer.hH A D25-Apr-20252.7 KiB7749

neteq_event_log_input.ccH A D25-Apr-20251.9 KiB6948

neteq_event_log_input.hH A D25-Apr-20251.6 KiB5230

neteq_input.ccH A D25-Apr-20252.5 KiB9469

neteq_input.hH A D25-Apr-20253.7 KiB10857

neteq_packet_source_input.ccH A D25-Apr-20252.9 KiB9163

neteq_packet_source_input.hH A D25-Apr-20252.1 KiB7143

neteq_performance_test.ccH A D25-Apr-20254.6 KiB12993

neteq_performance_test.hH A D25-Apr-20251.1 KiB3312

neteq_quality_test.ccH A D25-Apr-202517 KiB483362

neteq_quality_test.hH A D25-Apr-20254.8 KiB177117

neteq_replacement_input.ccH A D25-Apr-20253.8 KiB11784

neteq_replacement_input.hH A D25-Apr-20251.9 KiB5231

neteq_rtpplay.ccH A D25-Apr-202516.2 KiB407363

neteq_rtpplay_test.shH A D25-Apr-20254.5 KiB184134

neteq_stats_getter.ccH A D25-Apr-20255.7 KiB140111

neteq_stats_getter.hH A D25-Apr-20253.4 KiB10771

neteq_stats_plotter.ccH A D25-Apr-20254.9 KiB11292

neteq_stats_plotter.hH A D25-Apr-20251.5 KiB4828

neteq_test.ccH A D25-Apr-202513.7 KiB346298

neteq_test.hH A D25-Apr-20254.3 KiB13091

neteq_test_factory.ccH A D25-Apr-202513.2 KiB343281

neteq_test_factory.hH A D25-Apr-20257.2 KiB173108

output_audio_file.hH A D25-Apr-20251.5 KiB5229

output_wav_file.hH A D25-Apr-20251.4 KiB4726

packet.ccH A D25-Apr-20254.7 KiB13488

packet.hH A D25-Apr-20253.9 KiB10554

packet_source.ccH A D25-Apr-2025741 2610

packet_source.hH A D25-Apr-20251.3 KiB4421

packet_unittest.ccH A D25-Apr-20259 KiB227180

resample_input_audio_file.ccH A D25-Apr-20251.7 KiB4931

resample_input_audio_file.hH A D25-Apr-20252 KiB5636

rtc_event_log_source.ccH A D25-Apr-20255.8 KiB169132

rtc_event_log_source.hH A D25-Apr-20252.3 KiB7239

rtp_analyze.ccH A D25-Apr-20256 KiB167129

rtp_encode.ccH A D25-Apr-202511.9 KiB352291

rtp_file_source.ccH A D25-Apr-20253 KiB10173

rtp_file_source.hH A D25-Apr-20252.1 KiB6937

rtp_generator.ccH A D25-Apr-20252 KiB6142

rtp_generator.hH A D25-Apr-20252.8 KiB8456

rtp_jitter.ccH A D25-Apr-20254.6 KiB149103

rtpcat.ccH A D25-Apr-20251.4 KiB4628

README.md

1# NetEQ RTP Play tool
2
3## Testing of the command line arguments
4The 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`.
5
6Run `neteq_rtpplay_test.sh` as follows from the `src/` folder:
7```
8src$ ./modules/audio_coding/neteq/tools/neteq_rtpplay_test.sh  \
9  out/Default/neteq_rtpplay  \
10  resources/audio_coding/neteq_opus.rtp  \
11  resources/short_mixed_mono_48.pcm
12```
13
14You can replace the RTP and PCM files with any other compatible files.
15If you get an error using the files indicated above, try running `gclient sync`.
16
17Requirements: `awk` and `md5sum`.
18