Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
C++
Can It Be Done?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Thomas Matthews, post: 1482075"] If you really want to get analytical (sp?), you will need a database. For each file you will need to have the following information: file name, phrase, phrase position within file, phrase duration. You can augment these attributes with person name and other stuff. Once you build the database, you can then search it and find the phrases (words) that you need. Place the result records into a a file. Use your favorite language (scripting ones included) and parse the result file, concatenating all the phrase data into one file. Then shove the file into your favorite audio application. By the way, this has nothing to do with the C++ language and is best discussed in Follow-ups set. -- Thomas Matthews C++ newsgroup welcome message: [URL]http://www.slack.net/~shiva/welcome.txt[/URL] C++ Faq: [URL]http://www.parashift.com/c++-faq-lite[/URL] C Faq: [URL]http://www.eskimo.com/~scs/c-faq/top.html[/URL] alt.comp.lang.learn.c-c++ faq: [URL]http://www.raos.demon.uk/acllc-c++/faq.html[/URL] Other sites: [URL]http://www.josuttis.com[/URL] -- C++ STL Library book [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
C++
Can It Be Done?
Top