Linux 软件免费装
Banner图

WaveSurfer-WP

开发者 X-Raym
更新时间 2020年8月1日 22:32
捐献地址: 去捐款
PHP版本: 4.0 及以上
WordPress版本: 5.4
版权: GPL2
版权网址: 版权信息

标签

audio player media visualization waveform

下载

1.1.0 2.0.0 2.1.0 2.1.1 2.1.2 2.1.3 2.2 2.3 2.3.1 2.5 2.5.1 2.5.2 2.5.3 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.8 2.8.1 2.8.2 2.8.3 1.0.0

详情介绍:

This plugin replaces the default WordPress audio player with a player capable of displaying audio waveforms. It can display a mix of the different audio channels (for podcast, radio replays, e-learning, music), or all channels simultaneously (for sound tutorial, sounds-packs showcases, audio products demo etc...), which is its main purpose. By working with the default audio/playlist shortcode, you have great advantages: Global colors and style settings can be overridden locally by dedicated shortcode attributes. Also, there is some attributes accessible at shortcode level: For more advanced customization, with a custom site-plugin, you can: Check this Gist for demos of how to use the filters. Extra features : The default style requires some icons of Font-Awesome 1.0. These are included in the plugin as a small custom font. Because this icon-font is already used in a lot of themes and plugins, you can deactivate this custom font if needed. You can deactivate the default WaveSurder-WP theme, and use your own theme style. I strongly encourage you to do that as custom CSS is the only way to make it fit your theme perfectly. There is a lot of dedicated CSS selectors for that. You can take one of the included theme as reference. This will allow you to have more control on icons, responsivity, mouse hover behavior etc... More Infos & Demos You can contribute by to WaveSurfer-WP development on GitHub Themes and Translations are welcome ! Optimization trick: if you only use this plugin on a couple of pages, I invite you to use a plugin like Plugin Organizer or Gonzales to globally deactivate the plugin or its style, and make it load resources only on pages which need it. No need for that on the back-end, only for front-end. This player doesn't have and will not have Like Button, Sharing Button, Play count and Download count. If you are looking for a WordPress player with such Social Features and advanced statistics like SoundCloud or Hearthis.at, take a look at ZoomSounds. For other advanced WordPress integration of wavesurfer-js, you can check WavePlayer by luigipulcini or WaveSurfer-Plus by GalleryCreator. Contrary to the other WordPress plugin based on wavesurfer-js, wavesurfer-js hasn't been modified in this plugin. This means that you can extend feature of this plugin using the wavesurfer-js methods, and that updates from the wavesurfer-js community will be pushed in WaveSurfer-WP regularly. WordPress 5 and Guteberg: Inserting [audio] with Gutenberg doesn't bring the [audio] shortcode as it use to be. As this plugin is designed to hook the audio shortcode, you can use the generic shortcode block in gutenberg to manually write your shortcode, or use the classic editor. WaveSurfer-WP Premium Add-on A premium add-on is available to add extra features to WaveSurfer-WP. You can buy it from the official product page. Thanks for considering this way to support WaveSurfer-WP !

安装:

For an automatic installation through WordPress:
  1. Go to the Add New plugins screen in your WordPress admin area
  2. Search for WaveSurfer-WP
  3. Click Install Now and activate the plugin
For a manual installation via FTP:
  1. Upload the wavesurfer-wp directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins screen in your WordPress admin area
To upload the plugin through WordPress, instead of FTP:
  1. Upload the downloaded zip file on the Add New plugins screen (see the Upload* tab) in your WordPress admin area and activate.

屏幕截图:

  • Front-End Settings Page
  • Back-End Settings Page
  • Mute, Loop and Download buttons with the Flat Icons Style

升级注意事项:

2.8.3 (2020-08-01)
  • Update dependencies (Wavesurfer 4.0.1 #1990 bug fix)
2.8.2 (2020-06-28)
  • Update dependencies (Wavesurfer 4.0.1)
2.8.1 (2020-06-22)
  • Update dependencies( Wavesurfer 4.0.0)
2.8 (2018-12-30)
  • Update dependencies (Wavesurfer 2.1.1)
2.7.5 (2017-05-16)
  • Prevent some errors with AJAX init
2.7.4 (2017-05-16)
  • Support arrays of IDs for playlist shortcode
2.7.3 (2017-04-18)
  • Filters: better logic.
  • Scripts: dependencies minification. Dev versions could be loaded thanks to WordPress SCRIPT_DEBUG variable.
  • Better compatibility with AJAX
2.7.2 (2017-04-14)
  • Continuous shortcode attribute for playlist support for the premium add-on
2.7.1 (2017-01-27)
  • Better internal hook names
2.7 (2017-01-19)
  • Add sound duration, title (fallback to post title), thumbnail and artist in playlist tracks
  • Fix 'default' shortcode attribute behavior for playlists
  • MultiSite friendly
  • Notices fixes
  • Small styles enhancements
  • Possibility to enqueue/dequeue a custom icons font (default is enqueue)
2.6.4 (2016-12-21)
  • Updated styles for WaveSurfer-WP-Premium interactive markers system
2.6.3 (2016-11-29) AJAX Page loading compatibility is back. JavaScript hook for custom WaveSurfer-WP player initialization 2.6.2 (2016-11-22) Fixed Playlist behavior and PHP warning error if only one id was set. 2.6.1 (2016-10-31) Fixed one attachment playlist shortocde PHP warning error. 2.6 (2016-10-24) Added new filters for bulk adding shortcode attributes or waveform data. Code examples on the plugin WordPress page. 2.5.3 Optimizations for WaveSurfer-WP Premium 2.5.2 Performance: Don't load audio unless play is clicked (waveforms are still drawn at page ready) 2.5.1 Fixed playlist with one file only issue. 2.5 Updated for WaveSurfer-WP Premium add-on. Possible regression for website which features ajax page transition (need testing). 2.3.1 Player can now be translated 2.3 Play one player pause the others, better resources loading, few other enhancements. 2.2 Fixes, enhancements, possibility to play while file is loading, and Height attribute 2.1.2 AJAX pages loading compatible 2.1.1 Src attribute in audio shortcode is now valid 2.1.0 Playlist shortcode support 2.0.0 New WebAudio rendering for better performance 1.0.0 Initial release.

常见问题:

The buttons appear but not the Waveform

Shortcode are interpreted but there is problem for loading the file. I/ The most common error is that the file is hosted on a CDN that isn't set to allow the kind of requests made by WaveSurfer-js. So, you can choose one of these solutions :

  • Deactivate WaveSurfer for this particular instance using player="default" in the shortcode
  • Go to your CDN settings panel and allow Access-Control-Allow-Origin for XMLHttpRequest
  • Host your file on your main server
II/ This problem may also occurs if your file is not supported by your browser. Some audio formats / browsers combo are not possible. This cannot be fixed by our side. (For ex, wav 24 bits in FireFox). Convert the file to a more web-friendly format and try again. III/ Also, check that your file is accessible via http (aka, check if the link is valid). Please report other problems on the support forum.

更新日志:

2.8.3 (2020-08-01) 2.8.2 (2020-06-28) 2.8.1 (2020-06-22) 2.8 (2018-12-30) 2.7.5 (2017-05-16) 2.7.4 (2017-05-16) 2.7.3 (2017-04-18) 2.7.2 (2017-04-14) 2.7.1 (2017-01-27) 2.7 (2017-01-19) 2.6.4 (2016-12-21) 2.6.3 (2016-11-29) 2.6.2 (2016-11-22) 2.6.1 (2016-10-31) 2.6 (2016-10-24) 2.5.3 (2016-10-22) 2.5.2 (2016-10-19) 2.5.1 (2016-10-17) 2.5 (2016-10-07) 2.3.1 (2016-03-23) 2.3 (2016-03-20) 2.2 (2016-03-15) 2.1.3 (2016-02-23) 2.1.2 (2016-01-05) 2.1.1 (2016-01-03) 2.1.0 (2016-01-03) 2.0.0 (2015-12-29) 1.1.0 (2015-11-30) 1.0.0 (2015-11-24)