browser-waveform
文件大小: unknow
源码售价: 5 个金币 积分规则     积分充值
资源说明:
Experiment to get client-side waveform rendering of an audio track.

http://fixplz.blourp.com/wavevis/waveform.html

Currently works in Chrome through the 'webkitAudioContext' object.

Firefox only has their own useless nonstandard sound API thing that makes Flash look good.

----

Remember to run Chrome locally with --allow-file-access-from-files.

----

    Waveform :: ({file, canvas, onStatus, onReady}) -> {
      playback :: { moveCursor :: (Num) -> () }
      view :: {
        play     :: -> ()
        playAt   :: (Num) -> ()
        getTime  :: -> Num
        pause    :: -> ()
        isPaused :: -> Bool
      }
    }

本源码包内暂不包含可直接显示的源代码文件,请下载源码包。