English 中文(简体)
Custom熟的演员,改变波纹的颜色?
原标题:Custom soundcloud player, change waveform png colour?
  • 时间:2012-05-17 11:45:35
  •  标签:
  • soundcloud
问题回答

您可以改变在你们的国际空间站档案中填满的波段,找到位置。

.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的浏览器合作。

职业介绍所没有为改变波纹颜色提供任何机制。





相关问题
Soundcloud-style commenting on MP3 files in Drupal?

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?

Can my django app act as a header-stripping proxy?

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 (...

Send Message API for SoundCloud

Does the SoundCloud API allow messages to be sent to other users ? I looked through the docs and didn t find any action APIs.

Getting date recorded data from mp3 file?

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.

No RequestToken to Authorize

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 ...

Why am I getting OAuth errors when using the SoundCloud API?

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 ...

Create playlist in SoundCloud with PHP

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 { ...

热门标签