Playing audio files in APEX
Hello,
I’m writing my MA thesis about denoising speech signal and I need to make some website that helps me testing my algorithm. I want to perform some public tests, so people can log into the page and rate sound samples. I work with APEX so I would like to use it.
And here comes my question – do you know how can I put wav files into my APEX application and allow users to play sound directly from page without downloading any file? User should be able to stop whenever he wants, move wherever he wants and see timeline of playing sound.
What’s more I have only a few MBs on my university server so I would like to store files on some public file server and call them remotely.
I need pure .wav format. I can’t use internet services like YouTube or some audio equivalent with their web-services, because of compression (sound quality) being used in this type of sites.
Regards,
Przemek