diff --git a/src/voice/Playback.ts b/src/voice/Playback.ts index a9fcdf712a..5488ed6b84 100644 --- a/src/voice/Playback.ts +++ b/src/voice/Playback.ts @@ -16,7 +16,7 @@ limitations under the License. import EventEmitter from "events"; import {UPDATE_EVENT} from "../stores/AsyncStore"; -import {arrayRescale, arraySeed, arraySmoothingResample} from "../utils/arrays"; +import {arrayFastResample, arrayRescale, arraySeed, arraySmoothingResample} from "../utils/arrays"; import {SimpleObservable} from "matrix-widget-api"; import {IDestroyable} from "../utils/IDestroyable"; import {PlaybackClock} from "./PlaybackClock";