createAudioDispatcher

open override fun createAudioDispatcher(numOfThread: Int, componentName: String): ExecutorCoroutineDispatcher

Creates a CoroutineDispatcher for audio processing with audioThreadPriority.

Return

the created CoroutineDispatcher

Parameters

numOfThread

number of threads in the pool

componentName

name of the component using the dispatcher