Unity 2022.3.7f1
I’m trying to playback an mp3 directly from memory on WebGL.
I’m using NAudio and NLayer for audio decompression (I got it working by importing the scripts directly and deleting anything relating to windows APIs) and so far all this works
now it fails on AudioClip.Create()
Here’s the code
byte[] mp3 = Convert.FromBase64String(response.audioContent);
using (MemoryStream mp3Stream = new MemoryStream(mp3))
{
var builder = new Mp3FileReader.FrameDecompressorBuilder(wf => new Mp3FrameDecompressor(wf));
using (Mp3FileReader ms = new Mp3FileReader(mp3Stream))
{
float[] output = null;
output = new float[ms.Length/2];
ISampleProvider isp = ms.ToSampleProvider();
outputClip = AudioClip.Create("", output.Length, 1, 44100, false);
outputClip.SetData(output, 0);
};
}
Here’s the error message
Error Message
Uncaught TypeError: Failed to execute ‘copyToChannel’ on ‘AudioBuffer’: The provided Float32Array value must not be shared.
at jsAudioCreateUncompressedSoundClipFromPCM (SIMLIWEB.framework.js:10:73224)
at _JS_Sound_Load_PCM (SIMLIWEB.framework.js:10:73563)
at SIMLIWEB.wasm:0x1a7d4fe
at SIMLIWEB.wasm:0x1aabd08
at SIMLIWEB.wasm:0x1aaeb95
at SIMLIWEB.wasm:0x24f0a99
at SIMLIWEB.wasm:0x43d616
at SIMLIWEB.wasm:0x43d4bd
at SIMLIWEB.wasm:0x2598938
at invoke_iiiiiii (SIMLIWEB.framework.js:10:494042)
at SIMLIWEB.wasm:0x1002840
at SIMLIWEB.wasm:0x1003317
at SIMLIWEB.wasm:0x16785b4
at SIMLIWEB.wasm:0x397251
at SIMLIWEB.wasm:0x25988b6
at invoke_viii (SIMLIWEB.framework.js:10:493715)
at SIMLIWEB.wasm:0x13d2b22
at SIMLIWEB.wasm:0x13d7d14
at SIMLIWEB.wasm:0x25988ec
at invoke_viiiii (SIMLIWEB.framework.js:10:495719)
at SIMLIWEB.wasm:0x1678371
at SIMLIWEB.wasm:0x15d22fa
at SIMLIWEB.wasm:0x397251
at SIMLIWEB.wasm:0x25988b6
at invoke_viii (SIMLIWEB.framework.js:10:493715)
at SIMLIWEB.wasm:0x15d1630
at SIMLIWEB.wasm:0x15d14b7
at SIMLIWEB.wasm:0x15cbafe
at SIMLIWEB.wasm:0x15c9271
at SIMLIWEB.wasm:0x148cb5f
at SIMLIWEB.wasm:0x1421435
at SIMLIWEB.wasm:0x1004219
at SIMLIWEB.wasm:0x100423f
at SIMLIWEB.wasm:0x16785b4
at SIMLIWEB.wasm:0x397251
at SIMLIWEB.wasm:0x25988b6
at invoke_viii (SIMLIWEB.framework.js:10:493715)
at SIMLIWEB.wasm:0x13d2b22
at SIMLIWEB.wasm:0x13d7d14
at SIMLIWEB.wasm:0x25988ec
at invoke_viiiii (SIMLIWEB.framework.js:10:495719)
at SIMLIWEB.wasm:0x1678371
at SIMLIWEB.wasm:0x16789ac
at SIMLIWEB.wasm:0x397251
at SIMLIWEB.wasm:0x25988b6
at invoke_viii (SIMLIWEB.framework.js:10:493715)
at SIMLIWEB.wasm:0x118ed78
at SIMLIWEB.wasm:0x118ec8e
at SIMLIWEB.wasm:0x118ef88
at SIMLIWEB.wasm:0x17a0ede
jsAudioCreateUncompressedSoundClipFromPCM @ SIMLIWEB.framework.js:10
_JS_Sound_Load_PCM @ SIMLIWEB.framework.js:10
$func91449 @ SIMLIWEB.wasm:0x1a7d4fe
$func91835 @ SIMLIWEB.wasm:0x1aabd08
$func91879 @ SIMLIWEB.wasm:0x1aaeb95
$func110604 @ SIMLIWEB.wasm:0x24f0a99
$func11778 @ SIMLIWEB.wasm:0x43d616
$func11777 @ SIMLIWEB.wasm:0x43d4bd
$dynCall_iiiiiii @ SIMLIWEB.wasm:0x2598938
invoke_iiiiiii @ SIMLIWEB.framework.js:10
$func53031 @ SIMLIWEB.wasm:0x1002840
$func53033 @ SIMLIWEB.wasm:0x1003317
$func77632 @ SIMLIWEB.wasm:0x16785b4
$func8563 @ SIMLIWEB.wasm:0x397251
$dynCall_viii @ SIMLIWEB.wasm:0x25988b6
invoke_viii @ SIMLIWEB.framework.js:10
$func68358 @ SIMLIWEB.wasm:0x13d2b22
$func68436 @ SIMLIWEB.wasm:0x13d7d14
$dynCall_viiiii @ SIMLIWEB.wasm:0x25988ec
invoke_viiiii @ SIMLIWEB.framework.js:10
$func77630 @ SIMLIWEB.wasm:0x1678371
$func75150 @ SIMLIWEB.wasm:0x15d22fa
$func8563 @ SIMLIWEB.wasm:0x397251
$dynCall_viii @ SIMLIWEB.wasm:0x25988b6
invoke_viii @ SIMLIWEB.framework.js:10
$func75137 @ SIMLIWEB.wasm:0x15d1630
$func75136 @ SIMLIWEB.wasm:0x15d14b7
$func75065 @ SIMLIWEB.wasm:0x15cbafe
$func75017 @ SIMLIWEB.wasm:0x15c9271
$func70975 @ SIMLIWEB.wasm:0x148cb5f
$func69482 @ SIMLIWEB.wasm:0x1421435
$func53036 @ SIMLIWEB.wasm:0x1004219
$func53037 @ SIMLIWEB.wasm:0x100423f
$func77632 @ SIMLIWEB.wasm:0x16785b4
$func8563 @ SIMLIWEB.wasm:0x397251
$dynCall_viii @ SIMLIWEB.wasm:0x25988b6
invoke_viii @ SIMLIWEB.framework.js:10
$func68358 @ SIMLIWEB.wasm:0x13d2b22
$func68436 @ SIMLIWEB.wasm:0x13d7d14
$dynCall_viiiii @ SIMLIWEB.wasm:0x25988ec
invoke_viiiii @ SIMLIWEB.framework.js:10
$func77630 @ SIMLIWEB.wasm:0x1678371
$func77639 @ SIMLIWEB.wasm:0x16789ac
$func8563 @ SIMLIWEB.wasm:0x397251
$dynCall_viii @ SIMLIWEB.wasm:0x25988b6
invoke_viii @ SIMLIWEB.framework.js:10
$func58999 @ SIMLIWEB.wasm:0x118ed78
$func58998 @ SIMLIWEB.wasm:0x118ec8e
$func59003 @ SIMLIWEB.wasm:0x118ef88
$func85452 @ SIMLIWEB.wasm:0x17a0ede
$func86412 @ SIMLIWEB.wasm:0x17b7dbf
$dynCall_iiii @ SIMLIWEB.wasm:0x259886b
invoke_iiii @ SIMLIWEB.framework.js:10
$func86397 @ SIMLIWEB.wasm:0x17b6eb6
$func1343 @ SIMLIWEB.wasm:0x101a06
$func111424 @ SIMLIWEB.wasm:0x253355c
$func108003 @ SIMLIWEB.wasm:0x249cd2e
$func107465 @ SIMLIWEB.wasm:0x246ce93
$func107395 @ SIMLIWEB.wasm:0x246437f
$func107395 @ SIMLIWEB.wasm:0x24643f2
$func112285 @ SIMLIWEB.wasm:0x2578751
$dynCall_v @ SIMLIWEB.wasm:0x2598894
browserIterationFunc @ SIMLIWEB.framework.js:10
callUserCallback @ SIMLIWEB.framework.js:10
runIter @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10
requestAnimationFrame (async)
requestAnimationFrame @ SIMLIWEB.framework.js:10
Browser_mainLoop_scheduler_rAF @ SIMLIWEB.framework.js:10
Browser_mainLoop_runner @ SIMLIWEB.framework.js:10