Am 26.08.2013 um 05:08 schrieb Louis <[email protected]>: >>> I'd like to scan a movie to get the maximum audio volume of its soundtrack >>> over a given frame (or timing) range. Any example or suggestion ? >> Query the raw samples and look for the biggest amplitude. > Do you have an example in mind ?
No. But you can use SoundRawDataMBS, get memoryblock and search the floats with highest values. Greetings Christian -- MBS Xojo Developer Conference 2013 More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
