- From: Robert Clouth <rob.clouth@gmail.com>
- Date: Fri, 2 Dec 2011 14:33:29 +0000
- To: public-audio@w3.org, crogers@google.com
Received on Friday, 2 December 2011 14:33:56 UTC
Hi, AudioBufferSourceNode is missing a playbackPosition attribute that is essential for wave views and playback position displays. We think it requires only a simple change to the code. What's is the procedure for change requests? Proposed additions: AudioBufferSourceNode.h: float playbackPosition() { return m_virtualReadIndex / sampleRate; } AudioBufferSourceNode.idl: readonly attribute float playbackPosition; Thanks, Rob Clouth
Received on Friday, 2 December 2011 14:33:56 UTC