• Home
Name
Date
Size
#Lines
LOC

..--

DEPSD03-May-202448 43

README.mdD03-May-2024740 1813

audio_checksum.hD03-May-20241.9 KiB6644

audio_loop.ccD03-May-20241.9 KiB6034

audio_loop.hD03-May-20241.8 KiB5727

audio_sink.ccD03-May-2024833 2712

audio_sink.hD03-May-20242 KiB7038

constant_pcm_packet_source.ccD03-May-20242.7 KiB7151

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 KiB167123

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 KiB9667

input_audio_file.hD03-May-20242.3 KiB6125

input_audio_file_unittest.ccD03-May-20241.8 KiB6038

neteq_delay_analyzer.ccD03-May-202411.6 KiB309236

neteq_delay_analyzer.hD03-May-20242.6 KiB7648

neteq_event_log_input.ccD03-May-20241.9 KiB6847

neteq_event_log_input.hD03-May-20241.6 KiB5129

neteq_input.ccD03-May-20242.5 KiB9469

neteq_input.hD03-May-20243.7 KiB10857

neteq_packet_source_input.ccD03-May-20242.8 KiB9062

neteq_packet_source_input.hD03-May-20242.1 KiB7042

neteq_performance_test.ccD03-May-20244.6 KiB12993

neteq_performance_test.hD03-May-20241.1 KiB3312

neteq_quality_test.ccD03-May-202416.6 KiB475354

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.1 KiB406362

neteq_rtpplay_test.shD03-May-20244.5 KiB184134

neteq_stats_getter.ccD03-May-20245.8 KiB142113

neteq_stats_getter.hD03-May-20243.4 KiB10771

neteq_stats_plotter.ccD03-May-20244.5 KiB10384

neteq_stats_plotter.hD03-May-20241.5 KiB4727

neteq_test.ccD03-May-202413.4 KiB342298

neteq_test.hD03-May-20244.4 KiB13091

neteq_test_factory.ccD03-May-202413.2 KiB343281

neteq_test_factory.hD03-May-20247.2 KiB172107

output_audio_file.hD03-May-20241.4 KiB5229

output_wav_file.hD03-May-20241.4 KiB4625

packet.ccD03-May-20245 KiB14498

packet.hD03-May-20245 KiB12562

packet_source.ccD03-May-2024741 2610

packet_source.hD03-May-20241.3 KiB4522

packet_unittest.ccD03-May-20247.7 KiB200152

resample_input_audio_file.ccD03-May-20241.7 KiB4931

resample_input_audio_file.hD03-May-20241.9 KiB5435

rtc_event_log_source.ccD03-May-20245.5 KiB163128

rtc_event_log_source.hD03-May-20242.2 KiB7138

rtp_analyze.ccD03-May-20246.1 KiB168130

rtp_encode.ccD03-May-202412.1 KiB360298

rtp_file_source.ccD03-May-20243.2 KiB10275

rtp_file_source.hD03-May-20242.1 KiB6937

rtp_generator.ccD03-May-20242 KiB6243

rtp_generator.hD03-May-20242.7 KiB8255

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