|
@@ -10,7 +10,7 @@ public static partial class AudioPlaybackModule
|
|
|
|
|
|
public static async Task PlayChunk(byte[] chunk)
|
|
|
{
|
|
|
- _jsModule ??= await JSHost.ImportAsync("SvcAudioPlaybackModule", $"{GlobalModule.BasePath ?? "/"}svc-audio-playback-module.js");
|
|
|
+ _jsModule ??= await JSHost.ImportAsync("SvcAudioPlaybackModule", $"{GlobalModule.BasePath ?? "/"}audio-playback-module.js");
|
|
|
await JsPlay(chunk);
|
|
|
}
|
|
|
|