Finds and returns the ID of a free (stopped) audio channel.
int obtainFreeChannel(List<int>? targetChannels) { return _backend.obtainFreeChannel(targetChannels); }