getWebAudioChannelCount function

int getWebAudioChannelCount()

Stub — always returns 1 (mono) on non-web.

Implementation

int getWebAudioChannelCount() => 1;