• Home
Name Date Size #Lines LOC

..--

DEPSD03-May-202448 43

README.mdD03-May-2024740 1813

audio_checksum.hD03-May-20241.8 KiB6543

audio_loop.ccD03-May-20242 KiB6235

audio_loop.hD03-May-20241.9 KiB5828

audio_sink.ccD03-May-2024833 2712

audio_sink.hD03-May-20242.1 KiB7138

constant_pcm_packet_source.ccD03-May-20242.7 KiB7252

constant_pcm_packet_source.hD03-May-20241.8 KiB5632

encode_neteq_input.ccD03-May-20243 KiB9563

encode_neteq_input.hD03-May-20242.2 KiB7039

fake_decode_from_file.ccD03-May-20246.1 KiB170127

fake_decode_from_file.hD03-May-20242.9 KiB7844

initial_packet_inserter_neteq_input.ccD03-May-20242.4 KiB8056

initial_packet_inserter_neteq_input.hD03-May-20241.6 KiB4728

input_audio_file.ccD03-May-20243.2 KiB9768

input_audio_file.hD03-May-20242.3 KiB6326

input_audio_file_unittest.ccD03-May-20241.8 KiB6038

neteq_delay_analyzer.ccD03-May-202411.4 KiB305235

neteq_delay_analyzer.hD03-May-20242.7 KiB7749

neteq_event_log_input.ccD03-May-20241.9 KiB6948

neteq_event_log_input.hD03-May-20241.6 KiB5230

neteq_input.ccD03-May-20242.5 KiB9469

neteq_input.hD03-May-20243.7 KiB10857

neteq_packet_source_input.ccD03-May-20242.9 KiB9163

neteq_packet_source_input.hD03-May-20242.1 KiB7143

neteq_performance_test.ccD03-May-20244.6 KiB12993

neteq_performance_test.hD03-May-20241.1 KiB3312

neteq_quality_test.ccD03-May-202417 KiB483362

neteq_quality_test.hD03-May-20244.8 KiB177117

neteq_replacement_input.ccD03-May-20243.8 KiB11784

neteq_replacement_input.hD03-May-20241.9 KiB5231

neteq_rtpplay.ccD03-May-202416.2 KiB407363

neteq_rtpplay_test.shD03-May-20244.5 KiB184134

neteq_stats_getter.ccD03-May-20245.7 KiB140111

neteq_stats_getter.hD03-May-20243.4 KiB10771

neteq_stats_plotter.ccD03-May-20244.9 KiB11292

neteq_stats_plotter.hD03-May-20241.5 KiB4828

neteq_test.ccD03-May-202413.7 KiB346298

neteq_test.hD03-May-20244.3 KiB13091

neteq_test_factory.ccD03-May-202413.2 KiB343281

neteq_test_factory.hD03-May-20247.2 KiB173108

output_audio_file.hD03-May-20241.5 KiB5229

output_wav_file.hD03-May-20241.4 KiB4726

packet.ccD03-May-20244.7 KiB13488

packet.hD03-May-20243.9 KiB10554

packet_source.ccD03-May-2024741 2610

packet_source.hD03-May-20241.3 KiB4421

packet_unittest.ccD03-May-20249 KiB227180

resample_input_audio_file.ccD03-May-20241.7 KiB4931

resample_input_audio_file.hD03-May-20242 KiB5636

rtc_event_log_source.ccD03-May-20245.8 KiB169132

rtc_event_log_source.hD03-May-20242.3 KiB7239

rtp_analyze.ccD03-May-20246 KiB167129

rtp_encode.ccD03-May-202411.9 KiB352291

rtp_file_source.ccD03-May-20243 KiB10173

rtp_file_source.hD03-May-20242.1 KiB6937

rtp_generator.ccD03-May-20242 KiB6142

rtp_generator.hD03-May-20242.8 KiB8456

rtp_jitter.ccD03-May-20244.6 KiB149103

rtpcat.ccD03-May-20241.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