Hey everyone...
I'm are doing a project on a very elementary Text to Speech system. We essentially want to map letters to their respective pronunciations. So I need to make a database which will hold audio(.wav) files, or links/pointers to these audio files(whichever way is better).
My query is regarding which DBMS would be appropriate for a task such as this? As is MS-SQL 2005 or SQLite or anything else? And if possible, could you tell me how I can proceed in this task?
I've done some theoretical studying about databases, but have never practically used one, so am totally open to ANY suggestions.
Hope to hear something soon!