Add code to generate python visualization to neteq_rtpplay
This adds a command line flag to generate a python visualization script from neteq_rtpplay. Bug: webrtc:8614 Change-Id: Ia6f10d7ff0abac6fdbe9302e7f97a8a12a5bb65b Reviewed-on: https://webrtc-review.googlesource.com/29940 Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Reviewed-by: Alessio Bazzica <alessiob@webrtc.org> Reviewed-by: Henrik Lundin <henrik.lundin@webrtc.org> Cr-Commit-Position: refs/heads/master@{#21116}
This commit is contained in:
@ -48,6 +48,11 @@ class NetEqDelayAnalyzer : public test::NetEqPostInsertPacket,
|
||||
// as provided by CreateGraphs.
|
||||
void CreateMatlabScript(const std::string& script_name) const;
|
||||
|
||||
// Creates a python script with file name |script_name|. When executed in
|
||||
// Python, the script will generate graphs with the same timing information
|
||||
// as provided by CreateGraphs.
|
||||
void CreatePythonScript(const std::string& script_name) const;
|
||||
|
||||
private:
|
||||
struct TimingData {
|
||||
explicit TimingData(double at) : arrival_time_ms(at) {}
|
||||
|
||||
Reference in New Issue
Block a user