Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lobehub/lobe-tts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.2.0
Choose a base ref
...
head repository: lobehub/lobe-tts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.3.0
Choose a head ref
  • 2 commits
  • 13 files changed
  • 2 contributors

Commits on Nov 8, 2023

  1. ✨ feat: Update README.md with new environment variables and their des…

    …criptions
    
    The README.md file was modified to include a table with new environment variables and their descriptions. Additionally, one variable was renamed and its description was updated.
    
    Changes made in the code include:
    - Configuration items and functions related to the Microsoft Speech API and the Edge Speech Service
    - Handling requests for the Azure Speech Service
    - Implementing functions for handling Azure Speech requests and getting allowed origins
    - Fetching speech synthesis data from a Microsoft Speech service by setting up the necessary configurations, sending a POST request, retrieving audio data, decoding it, and returning an audio buffer source node.
    
    This commit adds important information to the README.md file and improves the code related to the Microsoft Speech API and the Azure Speech Service.
    canisminor1990 committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    13d96ed View commit details
    Browse the repository at this point in the history
  2. 🔖 chore(release): v1.3.0 [skip ci]

    ## [Version 1.3.0](v1.2.0...v1.3.0)
    <sup>Released on **2023-11-08**</sup>
    
    #### ✨ Features
    
    - **misc**: Update README.md with new environment variables and their descriptions.
    
    <br/>
    
    <details>
    <summary><kbd>Improvements and Fixes</kbd></summary>
    
    #### What's improved
    
    * **misc**: Update README.md with new environment variables and their descriptions ([13d96ed](13d96ed))
    
    </details>
    
    <div align="right">
    
    [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
    
    </div>
    semantic-release-bot committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    10592aa View commit details
    Browse the repository at this point in the history
Loading