Skip to content

Releases: andresayac/edge-tts-php

v1.2.9

16 Oct 15:39
Compare
Choose a tag to compare

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

16 Oct 15:07
Compare
Choose a tag to compare

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

07 Oct 00:28
Compare
Choose a tag to compare

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

07 Oct 00:24
Compare
Choose a tag to compare

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

07 Oct 00:20
Compare
Choose a tag to compare

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

04 Oct 12:52
Compare
Choose a tag to compare

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

04 Oct 12:48
Compare
Choose a tag to compare

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

02 Oct 19:43
Compare
Choose a tag to compare

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

02 Oct 19:35
Compare
Choose a tag to compare

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

02 Oct 19:21
Compare
Choose a tag to compare

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.