TimeSide

Web Audio Components
Download

TimeSide Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Publisher Name:
  • Olivier Guilyardi, Paul Brossier, Guillaume Pellerin and Riccard
  • Publisher web site:
  • http://code.google.com/u/yomguyparisson/

TimeSide Tags


TimeSide Description

Web Audio Components TimeSide is a set of server and client side components for audio-enabling web sites and applications. It includes a powerful DHTML-based interactive player, with support for time-marking.The server side components provide generic APIs for easy transcoding, metadata embedding, sound visualization and audio analysis.Usage:See PythonApi, UiGuide, README and INSTALL.A fast and short example:import timesidedecoder = timeside.decoder.FileDecoder('/path/to/source.ogg')grapher = timeside.grapher.Waveform()analyzer = timeside.analyzer.MaxLevel()encoder = timeside.encoder.WavEncoder('/path/to/output.wav')(decoder | grapher | analyzer | encoder).run()grapher.render(output='/path/to/image.png')print 'Level:', analyzer.result(), analyzer.unit() Requirements: · Python


TimeSide Related Software