Title: A/B Audio Sync
Author: jcornutt
Published: <strong>24 می 2016</strong>
Last modified: 4 مارس 2017

---

جستجوی افزونه‌ها

![](https://ps.w.org/ab-audio-sync/assets/banner-772x250.png?rev=1422793)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/ab-audio-sync/assets/icon-256x256.png?rev=1422797)

# A/B Audio Sync

 توسط [jcornutt](https://profiles.wordpress.org/jcornutt/)

[دانلود](https://downloads.wordpress.org/plugin/ab-audio-sync.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/ab-audio-sync/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/ab-audio-sync/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/ab-audio-sync/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/ab-audio-sync/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/ab-audio-sync/)

## توضیحات

**[Click here for a live demo](https://joscor.com/wordpress-ab-audio-sync/)**

The A/B Audio Sync plugin for WordPress allows developers to queue two songs (WAV,

MP3, any format the web browser can handle) and play one at a time, with a toggle
switch between them. This gives users the ability to switch tracks quickly, without
losing the track time, to hear differences in audio tracks.

This is great for demonstrating audio enhancement technology or production/post-
production
 mixes or even the differences between audio format quality.

## عکس‌های صفحه

[[

## نصب

 1. Download the plugin and unzip to your wp-content/plugins directory
 2. Alternatively, just upload the zip file via the WordPress plugins UI
 3. Activate plugin via WordPress admin
 4. Include the following elements on your page or post
 5.   [](https://fa.wordpress.org/plugins/ab-audio-sync/PATH_TO_AUDIO_A?output_format=md)
    [](https://fa.wordpress.org/plugins/ab-audio-sync/PATH_TO_AUDIO_B?output_format=md)
    Play
 6.   [](https://fa.wordpress.org/plugins/ab-audio-sync/PATH_TO_AUDIO_A?output_format=md)
    [](https://fa.wordpress.org/plugins/ab-audio-sync/PATH_TO_AUDIO_B?output_format=md)
    Play Audio A Audio B

Replace _PATH\_TO\_AUDIO\_A_ and _PATH\_TO\_AUDIO\_B_, of course with your own files.
File type will be dependent on browser support. This has been tested with MP3 and
WAV audio files with no issues on Google Chrome.

The plugin looks for HTML objects with the class of _audio-sync-group_ as its starting
point. From there, it will look for two link (a) or audio elements that have the
class _audio-sync-a_ or _audio-sync-b_. There can be only one of each within an 
audio group. There must also be _audio-btn-sync-play_ button to control play / stop.

There can be multiple audio groups on the same page and they will all act independently
from eachother. This is ideal for a “showcase” type of page with many A/B comparisons
happening in one view.

Apple iOS mobile users – Web Audio API is not fully, nor correctly, implemented 
in iPhone devices. If you experience issues with this plugin, please enable debug
logging (see support forum sticky thread) and open a ticket.

## نقد و بررسی‌ها

![](https://secure.gravatar.com/avatar/50b8f8508f90b384395d882270f6a37a087f67bbbbcd4e6037f381b945f6d66c?
s=60&d=retro&r=g)

### 󠀁[Works great and very, very useful!](https://wordpress.org/support/topic/works-great-and-very-very-useful/)󠁿

 [soundcore](https://profiles.wordpress.org/soundcore/) 8 اکتبر 2016

Definitely a must have plugin for anyone involved with music production!

![](https://secure.gravatar.com/avatar/01e9e16c1ef4ce6c8f17f4dfb85adb3a03518966470fac91bbf067a21db8c456?
s=60&d=retro&r=g)

### 󠀁[Unbelievable Plugin!](https://wordpress.org/support/topic/unbelievable-plugin-5/)󠁿

 [mcpeanut](https://profiles.wordpress.org/mcpeanut/) 3 سپتامبر 2016

Absolutely superb! I cannot rate this plugin high enough, after searching for endless
hours for a solution to doing this on WordPress I feel like I hit the jackpot with
this plugin, I have managed to style it exactly to my needs. I really hope you update
this when needed dev, as this plugin is really one of a kind. Thank you, for this
great plugin!

![](https://secure.gravatar.com/avatar/2c7d45ffae4a718b6af25e61bd517890c5750267bd2fe8addff96a08024119c4?
s=60&d=retro&r=g)

### 󠀁[Awesome Plugin/Awesome Support!](https://wordpress.org/support/topic/awesome-pluginawesome-support-1/)󠁿

 [info@edgewatersound.com](https://profiles.wordpress.org/infoedgewatersoundcom/)
3 سپتامبر 2016

I’ve been looking for a plugin like this for years! Easy to customize, lays out 
nicely across various browsers, and the support is amazing! I will definitely be
using this plugin on multiple sites!

 [ خواندن تمامی 3 نقد و بررسی‌ ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/)

## توسعه دهندگان و همکاران

“A/B Audio Sync” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ jcornutt ](https://profiles.wordpress.org/jcornutt/)

[ترجمه “A/B Audio Sync” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/ab-audio-sync)

### علاقه‌ مند به توسعه هستید؟

[Browse the code](https://plugins.trac.wordpress.org/browser/ab-audio-sync/), check
out the [SVN repository](https://plugins.svn.wordpress.org/ab-audio-sync/), or subscribe
to the [development log](https://plugins.trac.wordpress.org/log/ab-audio-sync/) 
by [RSS](https://plugins.trac.wordpress.org/log/ab-audio-sync/?limit=100&mode=stop_on_copy&format=rss).

## گزارش تغییرات

#### 1.0.0

 * COMPLETE REWRITE
 * Enhancement: Mobile support! Tested on Android 7.0, 4.4.4 Chrome and iPhone 6
   Safari.
 * Enhancement: Moved to Web Audio API with HTML5 audio fallback
 * Enhancement: Added several new dataset options (see examples)
 * Enhancement: Added automatic toggle between tracks using timer
 * Change: Removed HTML5 audio players
 * Fix: Warning message due to static method reference

#### 0.3.4

 * Enhancement: Added “disable right-click menu” using “data-show-menu” HTML5 attribute
 * Improvement: User-selected volume now persists between play/pause cycles
 * Fix: Incorrect resume state after pause

#### 0.3.3

 * Enhancement: Added “stop” button support using “data-stop” HTML5 attribute

#### 0.3.2

 * Improvement: Removed dependency that buttons be direct children of the group
 * Improvement: Pause / Play button now re-synchronizes timing
 * Fix: Race condition between “readyState” and “canplay”

#### 0.3.1

 * Enhancement: Added support for multiple A/B audio groups
 * Improvement: Removed dependency on HTML IDs
 * Fix: Audio synchronization timing

## اطلاعات

 *  نگارش **1.0.0**
 *  Last updated **9 سال پیش**
 *  نصب‌های فعال **30+**
 *  نگارش وردپرس ** 3.2 یا بالاتر **
 *  Tested up to **4.7.33**
 *  زبان
 * [English (US)](https://wordpress.org/plugins/ab-audio-sync/)
 * Tags
 * [a/b testing](https://fa.wordpress.org/plugins/tags/ab-testing/)[audio](https://fa.wordpress.org/plugins/tags/audio/)
   [sync](https://fa.wordpress.org/plugins/tags/sync/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/ab-audio-sync/advanced/)

## امتیازها

 5 از 5 ستاره.

 *  [  امتیاز 3 5-ستاره     ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/?filter=5)
 *  [  امتیاز 0 4-ستاره     ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/?filter=4)
 *  [  امتیاز 0 3-ستاره     ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/?filter=3)
 *  [  امتیاز 0 2-ستاره     ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/?filter=2)
 *  [  امتیاز 0 1-ستاره     ](https://wordpress.org/support/plugin/ab-audio-sync/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/ab-audio-sync/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/ab-audio-sync/reviews/)

## مشارکت کنندگان

 *   [ jcornutt ](https://profiles.wordpress.org/jcornutt/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/ab-audio-sync/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://joscor.com/wordpress-ab-audio-sync)