http://developers.odcloud.com/docs/custom-player。
除了我看来能够找到一种办法改变波形平线的颜色(例如:)外,都是好的。
thanks
:: Ed
您可以改变在你们的国际空间站档案中填满的波段,找到位置。
.sc-scrubber .sc-played {
background-color: #333;
opacity: 0.4;
}
and change the color to whatever you prefer.
不知道这是你想要的,
您可使用后端处理(例如:对于PHP、GD或图像Magick图书馆),甚至使用Javascript和<canvas>
,以你喜欢的风格重整波形,但正如Paul所说的那样,你没有事先包装的解决办法。
http://waveformjs.org/“rel=“nofollow”
它利用一个网络服务来分析波浪变,退回高峰期,并吸引你们,因此它将只与支持Canvas的浏览器合作。
职业介绍所没有为改变波纹颜色提供任何机制。
是的,这无疑是可能的。
As others have suggested about using a server-side script to re-colour it, I have built a solution that does the following:
use javascript to listen to the onPlayerTrackSwitch.scPlayer
event emitted by soundcloud player when the track changes.
im im
用服务器上的定制PHP文字的URI来取代波形成像。
The custom PHP script takes the original waveform image url as well as RGB colour values and uses the GD image library to load it and re-colour it.
The PHP script finally renders the re-coloured image with the Content-Type: image/png
header.
Full Example: https://snipt.net/plong0/custom-deptcloud-waveform-png/
Is there a way to comment on MP3 files the way they do on Soundcloud? I.e. Users can pick a point in time on the streaming mp3, and leave a comment at a specific point. Anyone know how to do this?
Public Soundcloud track urls force a download upon browsing to them by utilizing a Content-Disposition header (I think.. ) which triggers a download for a known mime-type. Is there a way to proxy (...
Does the SoundCloud API allow messages to be sent to other users ? I looked through the docs and didn t find any action APIs.
Is it possible to extract date recorded from mp3 files? Are there any audio recorders which embed this data? Is the file s "date created" field changed during an http upload? Thanks.
I have created an iPhone application with integration of SoundCloudAPI. When I try to run the application I am getting following error message: Error Domain=SoundCloudAPIError Code=2001 "The ...
I am new to using APIs of Websites. But since a long time I wanted to learn this and today started with the simple example of how to access information from soundcloud. Here is the code of the simple ...
I have created an iPhone test application. Also I have integrated SoundCloud with the test application. Also I got consumer key and consumer secret. When I tried to run my application, I am getting ...
I am creating a music website on which i have integrated SoundCloud API. Now I want to create a playlist at run time and attach tracks to that playlist. My code is following: class Soundcloud { ...