Searched refs:audioCachePath (Results 1 – 2 of 2) sorted by relevance
90 std::string audioCachePath = cachePath; in Create() local91 if (audioCachePath.empty()) { in Create()98 audioCachePath = context->GetCacheDir(); in Create()99 if (audioCachePath.empty()) { in Create()118 audio_capturer_ = AudioCapturer::Create(options, audioCachePath); in Create()
147 std::string audioCachePath = cachePath; in Create() local154 if (audioCachePath.empty()) { in Create()155 audioCachePath = context->GetCacheDir(); in Create()156 if (audioCachePath.empty()) { in Create()168 audio_renderer_ = AudioRenderer::Create(audioCachePath, audioOptions); in Create()