mohayonao / web-audio-engine

Pure JS implementation of the Web Audio API
243 stars 32 forks source link

Convolver does not convolve? #27

Open AdrienFromToulouse opened 8 years ago

AdrienFromToulouse commented 8 years ago

Hi @mohayonao -san !

Many thanks for your great work. What you do is helpful for many and very well documented. Thanks a lot.

I was trying to use the convolver to apply some reverb on a song. But it sounds like no reverb is applied at all :/ I hope you could have a look and tell me if you do think it could comes from the implementation of the convolver or if I did a crappy mistake in my script :/

Here is the Gist ready to be run with wae by changing the path of the audio files: https://gist.github.com/AdrienFromToulouse/a7b8fd46c835d4a1ca642c46d9a297c8

wae convolver-test.js

Audio files on S3 in Japan :) (to be downloaded):

https://s3-ap-northeast-1.amazonaws.com/convolver-test/clean2.wav

Impulses responses:

https://s3-ap-northeast-1.amazonaws.com/convolver-test/large-church.wav https://s3-ap-northeast-1.amazonaws.com/convolver-test/piano-hall.wav

I would be very thankful if you could give me your opinion on this.

Cheers!

mohayonao commented 8 years ago

I haven't implemented some AudioNodes yet.

These are too complex for me. So, perhaps I need long time to implement those.