[webrtc-stats] RTCAudioPlayoutStats::totalSamplesCount should be an unsigned long long rather than double (#719)

Hernqvist has just created a new issue for https://github.com/w3c/webrtc-stats:

== RTCAudioPlayoutStats::totalSamplesCount should be an unsigned long long rather than double ==
Since it represents an integer number of samples. It needs to be a 64 bit integer, since a 32 bit integer would only fit about half a day of samples assuming a sample rate of 96khz.

Please view or discuss this issue at https://github.com/w3c/webrtc-stats/issues/719 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 14 December 2022 10:13:57 UTC