• Home
Name Date Size #Lines LOC

..--

DEPSD04-Jul-202548 43

README.mdD04-Jul-2025740 1813

audio_checksum.hD04-Jul-20251.8 KiB6543

audio_loop.ccD04-Jul-20252 KiB6235

audio_loop.hD04-Jul-20251.9 KiB5828

audio_sink.ccD04-Jul-2025833 2712

audio_sink.hD04-Jul-20252.1 KiB7138

constant_pcm_packet_source.ccD04-Jul-20252.7 KiB7252

constant_pcm_packet_source.hD04-Jul-20251.8 KiB5632

encode_neteq_input.ccD04-Jul-20253 KiB9563

encode_neteq_input.hD04-Jul-20252.2 KiB7039

fake_decode_from_file.ccD04-Jul-20256.1 KiB170127

fake_decode_from_file.hD04-Jul-20252.9 KiB7844

initial_packet_inserter_neteq_input.ccD04-Jul-20252.4 KiB8056

initial_packet_inserter_neteq_input.hD04-Jul-20251.6 KiB4728

input_audio_file.ccD04-Jul-20253.2 KiB9768

input_audio_file.hD04-Jul-20252.3 KiB6326

input_audio_file_unittest.ccD04-Jul-20251.8 KiB6038

neteq_delay_analyzer.ccD04-Jul-202511.4 KiB305235

neteq_delay_analyzer.hD04-Jul-20252.7 KiB7749

neteq_event_log_input.ccD04-Jul-20251.9 KiB6948

neteq_event_log_input.hD04-Jul-20251.6 KiB5230

neteq_input.ccD04-Jul-20252.5 KiB9469

neteq_input.hD04-Jul-20253.7 KiB10857

neteq_packet_source_input.ccD04-Jul-20252.9 KiB9163

neteq_packet_source_input.hD04-Jul-20252.1 KiB7143

neteq_performance_test.ccD04-Jul-20254.6 KiB12993

neteq_performance_test.hD04-Jul-20251.1 KiB3312

neteq_quality_test.ccD04-Jul-202517 KiB483362

neteq_quality_test.hD04-Jul-20254.8 KiB177117

neteq_replacement_input.ccD04-Jul-20253.8 KiB11784

neteq_replacement_input.hD04-Jul-20251.9 KiB5231

neteq_rtpplay.ccD04-Jul-202516.2 KiB407363

neteq_rtpplay_test.shD04-Jul-20254.5 KiB184134

neteq_stats_getter.ccD04-Jul-20255.7 KiB140111

neteq_stats_getter.hD04-Jul-20253.4 KiB10771

neteq_stats_plotter.ccD04-Jul-20254.9 KiB11292

neteq_stats_plotter.hD04-Jul-20251.5 KiB4828

neteq_test.ccD04-Jul-202513.7 KiB346298

neteq_test.hD04-Jul-20254.3 KiB13091

neteq_test_factory.ccD04-Jul-202513.2 KiB343281

neteq_test_factory.hD04-Jul-20257.2 KiB173108

output_audio_file.hD04-Jul-20251.5 KiB5229

output_wav_file.hD04-Jul-20251.4 KiB4726

packet.ccD04-Jul-20254.7 KiB13488

packet.hD04-Jul-20253.9 KiB10554

packet_source.ccD04-Jul-2025741 2610

packet_source.hD04-Jul-20251.3 KiB4421

packet_unittest.ccD04-Jul-20259 KiB227180

resample_input_audio_file.ccD04-Jul-20251.7 KiB4931

resample_input_audio_file.hD04-Jul-20252 KiB5636

rtc_event_log_source.ccD04-Jul-20255.8 KiB169132

rtc_event_log_source.hD04-Jul-20252.3 KiB7239

rtp_analyze.ccD04-Jul-20256 KiB167129

rtp_encode.ccD04-Jul-202511.9 KiB352291

rtp_file_source.ccD04-Jul-20253 KiB10173

rtp_file_source.hD04-Jul-20252.1 KiB6937

rtp_generator.ccD04-Jul-20252 KiB6142

rtp_generator.hD04-Jul-20252.8 KiB8456

rtp_jitter.ccD04-Jul-20254.6 KiB149103

rtpcat.ccD04-Jul-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