This reverts commit 0a23279e33e48c88cc1336128f10090564df61af. Reason for revert: Breaks internal Google builds. Original change's description: > Propagate arrival time inside NetEq > > Bug: webrtc:341266986 > Change-Id: I1532ba2329272d6ca1602924f4e9ee61b19ad890 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/352201 > Commit-Queue: Lionel Koenig <lionelk@webrtc.org> > Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#42405} Bug: webrtc:341266986 Change-Id: I92c12df3d1c3f6584f2ead3d965d78988a7b5405 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/352822 Commit-Queue: Jakob Ivarsson <jakobi@webrtc.org> Auto-Submit: Lionel Koenig Gélas <lionelk@google.com> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#42410}
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.