We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am trying https://github.com/GoogleChrome/omnitone/tree/master/examples/hoa-renderer.html Downloaded: resources hoa-renderer.html omnitone.min.js
The problem: no trigger: Omnitone.createBufferList(audioContext, exampleSoundPathList).then((results) => { alert("Hallo 1") }); trigger: toaRenderer.initialize().then((results) => { alert("Hallo 2") }); trigger: soaRenderer.initialize().then((results) => { alert("Hallow 3") Hallo 1 never trigger.
My exampleSoundPathList: var exampleSoundPathList = [ 'http://185.33.21.112:80/blues_128', 'http://servidor25.brlogic.com:8674/live' ]; Also: var exampleSoundPathList = [ 'http://185.33.21.112:80/blues_128', ];
I do not now what is wrong.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying https://github.com/GoogleChrome/omnitone/tree/master/examples/hoa-renderer.html
Downloaded:
resources
hoa-renderer.html
omnitone.min.js
The problem:
no trigger:
Omnitone.createBufferList(audioContext, exampleSoundPathList).then((results) => {
alert("Hallo 1")
});
trigger:
toaRenderer.initialize().then((results) => {
alert("Hallo 2")
});
trigger:
soaRenderer.initialize().then((results) => {
alert("Hallow 3")
Hallo 1 never trigger.
My exampleSoundPathList:
var exampleSoundPathList = [
'http://185.33.21.112:80/blues_128',
'http://servidor25.brlogic.com:8674/live'
];
Also:
var exampleSoundPathList = [
'http://185.33.21.112:80/blues_128',
];
I do not now what is wrong.
The text was updated successfully, but these errors were encountered: