|
@@ -43548,6 +43548,9 @@ var BABYLON;
|
|
|
if (url.indexOf(".wav", url.length - 4) !== -1) {
|
|
|
codecSupportedFound = true;
|
|
|
}
|
|
|
+ if (url.indexOf("blob:") !== -1) {
|
|
|
+ codecSupportedFound = true;
|
|
|
+ }
|
|
|
if (codecSupportedFound) {
|
|
|
// Loading sound using XHR2
|
|
|
if (!this._streaming) {
|