views:

15

answers:

0

Hi there,

Can anyone shed some light on how to implement an online audio library? In my project, the audio files will be wav files, and they are short in length (a few seconds max). Should I put them into the database or just leave them in the file system?

I'm thinking when I play them back in the browser, I have to write them in a file anyway. If I'm using database, is the overhead too much?

Thanks for any response.