=== Smart Audio Reader ===
Contributors: iflairwebtechnologies
Donate link: https://www.iflair.com
Tags: text to speech, accessibility, multilingual, audio reader, shortcode
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 1.1.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Smart Audio Reader converts webpage content into speech using the browser’s SpeechSynthesis API for audio playback.

== Description ==
Smart Audio Reader is a lightweight WordPress plugin that converts webpage content into speech using the browser’s built-in SpeechSynthesis API.

The plugin enables users to listen to posts, pages, and other text-based content directly in their browser without requiring external services or additional downloads.

It is designed to improve accessibility and usability by providing an alternative way to consume content, especially for users who prefer audio playback or have difficulty reading on screen.

### Features 

**Floating Reader Button:**
Displays a floating audio control button on the frontend with configurable position settings.

**Custom Button Label and Icon:**
Allows administrators to set a custom reader name and choose an icon from the settings panel.

**Paragraph Highlighting:**
Highlights the currently spoken paragraph during audio playback for better readability.

**Highlight Style Customization:**
Provides options to adjust highlight background and border colors.

**Lightweight Implementation:**
Uses minimal frontend assets to maintain fast page loading performance.

**Accessibility Support:**
Adds text-to-speech functionality to help users consume content in audio format.

**Multilingual Compatibility:**
Works with different languages supported by the browser’s SpeechSynthesis API.

== Installation ==

1. Go to the **Plugins** screen in your WordPress admin dashboard.
2. Click **Add New** and search for **Smart Audio Reader**.
3. Click **Install Now** and then **Activate** the plugin.
4. Navigate to **Smart Audio Reader** in the admin menu.
5. Configure the reader settings such as name, icon, position, and highlight styles.
6. Use the `[smart_audio_reader]` shortcode in posts or pages if you want inline placement.
7. Visit your website to experience the Smart Audio Reader in action.

== Frequently Asked Questions ==

= How do I show the reader in page content? =
Use the shortcode `[smart_audio_reader]` in your post, page, or block editor.

= Can I use both shortcode and floating mode together? =
Yes. You can use the shortcode and keep dynamic floating output enabled at the same time.

= Why is speech not working in some browsers/devices? =
The plugin uses the browser SpeechSynthesis API, so voice quality and support depend on browser and operating system availability.

== Screenshots ==

1. Frontend - Smart Audio Reader Icons 
2. Backend - Plugin General Setting 

== Changelog ==

= 1.1.0 =
* Plugin release and submit to wordPress.org

= 1.1.1 =
* Update plugin readme.txt

