This reverts commit d93b7b91e09e9700efcab22e0c810dab918ce656. Reason for revert: Breaks downstream tests Original change's description: > Unifying the handling of the events in NetEqInput. > > Bug: webrtc:14763 > Change-Id: I9615a9ce41c9b577c4ebd4cdcc9885bfbc5dac48 > Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/293040 > Reviewed-by: Sam Zackrisson <saza@webrtc.org> > Commit-Queue: Jesus de Vicente Pena <devicentepena@webrtc.org> > Reviewed-by: Björn Terelius <terelius@webrtc.org> > Reviewed-by: Jakob Ivarsson <jakobi@webrtc.org> > Cr-Commit-Position: refs/heads/main@{#39706} Bug: webrtc:14763 Change-Id: If076c8fc59a38f011dfa20829f2dd91dd2f914b2 No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/299420 Owners-Override: Björn Terelius <terelius@webrtc.org> Auto-Submit: Björn Terelius <terelius@webrtc.org> Commit-Queue: Björn Terelius <terelius@webrtc.org> Bot-Commit: rubber-stamper@appspot.gserviceaccount.com <rubber-stamper@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#39711}
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.