在线音频剪辑工具 SoundCite

码农软件 · 软件分类 · 多媒体处理 · 2019-09-13 17:29:48

软件介绍

音频是一个功能强大的功能,可以添加情感或上下文的故事。不幸的是音频剪辑非常不方便使得读或听不能两者兼得。而 SoundCite 是一个简单易用的工具,允许您添加内嵌音频来讲述你的故事。可以在你选择的文本上直接播放音频。

使用代码:

 Clip.prototype.track_progress = function() {
        var totalTime = this.end - this.start;
        var position = this.sound.position;
        var relative_position = position - this.start;
        var percentage = (relative_position / totalTime) * 100

        // change the css to customize your player

        $(this.el).css({
            'background' : '-webkit-linear-gradient(left, white, #ccc ' + percentage + '%, white)'
        });
    }

本文地址:https://codercto.com/soft/d/14522.html

Effective JavaScript

Effective JavaScript

David Herman / Addison-Wesley Professional / 2012-12-6 / USD 39.99

"It's uncommon to have a programming language wonk who can speak in such comfortable and friendly language as David does. His walk through the syntax and semantics of JavaScript is both charming and h......一起来看看 《Effective JavaScript》 这本书的介绍吧!

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

HEX CMYK 转换工具
HEX CMYK 转换工具

HEX CMYK 互转工具