Releases: andresayac/edge-tts-php
v1.2.9
Release v1.2.9 - October 16, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: v1.2.8...v1.2.9
v1.2.8
Release v1.2.8 - October 16, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance. #1
Full Changelog: v1.2.7...v1.2.8
v1.1.4
Release v1.1.4 - October 6, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: v1.1.3...v1.1.4
v1.1.3
Release v1.1.3 - October 3, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: v1.1.2...v1.1.3
v1.1.2
Release v1.1.2 - October 6, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: v1.1.1...v1.1.2
v1.1.1
Release v1.1.1 - October 3, 2024
🛠️ Updates
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: andresayac/edge-tts@v1.1.0...v1.1.1
v1.1.0
Release v1.1.0 - October 3, 2024
🛠️ Updates
We are excited to introduce Edge TTS version 1.1.0! This release brings new features, code restructuring, and several improvements to enhance functionality.
✨ New Features
- toBase64: Returns the audio as a Base64 string.
- toFile: Saves the audio to a specified file (e.g., output.wav).
- toRaw: Returns the raw audio stream for further processing.
🔧 Improvements - Code Restructuring: Refactored the internal structure for improved maintainability and performance.
- CLI Enhancements: Improved command structure and functionality for the CLI.
- Voice Retrieval: Added more detailed voice data when accessing voices from the PHP library.
🐞 Bug Fixes
- Various minor bug fixes to enhance stability and performance.
Full Changelog: andresayac/edge-tts@v1.0.2...v1.1.0
v1.0.2
Release v1.0.2 - October 2, 2024
🛠️ Updates
We are pleased to announce the release of Edge TTS version 1.0.2! This update includes important bug fixes and improvements to enhance your experience.
🐞 Bug Fixes
- CLI Access Correction: Resolved binary cli.
Full Changelog: andresayac/edge-tts@v1.0.1...v1.0.2
v1.0.1
Release v1.0.1 - October 2, 2024
🛠️ Updates
We are pleased to announce the release of Edge TTS version 1.0.1! This update includes important bug fixes and improvements to enhance your experience.
🐞 Bug Fixes
- CLI Access Correction: Resolved issues with accessing the CLI commands, ensuring smooth execution.
- Library Fixes: Fixed minor bugs within the library that affected functionality.
Full Changelog: andresayac/edge-tts@v1.0.0...v1.0.1
v1.0.0
Release v1.0.0 - October 2, 2024
🎉 Introduction
We are excited to announce the first stable release of Edge TTS! This package provides a convenient way to use Microsoft Edge's Text-to-Speech capabilities in your PHP applications.
📦 Features
- Text-to-Speech Synthesis: Generate speech from text using Microsoft's TTS API.
- Voice List Command: Retrieve and display the available voices for TTS.
- CLI Support: Use the command line interface for easy interaction and automation.