Skip to content
New issue

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

Hoa-renderer #103

Open
rgvieira opened this issue May 2, 2019 · 0 comments
Open

Hoa-renderer #103

rgvieira opened this issue May 2, 2019 · 0 comments

Comments

@rgvieira
Copy link

rgvieira commented May 2, 2019

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant