mirror of
https://github.com/xinnan-tech/xiaozhi-esp32-server.git
synced 2026-07-29 04:43:56 +08:00
update:修改版本号
This commit is contained in:
@@ -227,7 +227,7 @@ public interface Constant {
|
|||||||
/**
|
/**
|
||||||
* 版本号
|
* 版本号
|
||||||
*/
|
*/
|
||||||
public static final String VERSION = "0.4.4";
|
public static final String VERSION = "0.5.1";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 无效固件URL
|
* 无效固件URL
|
||||||
|
|||||||
@@ -453,14 +453,14 @@ TTS:
|
|||||||
volume_ratio: 1.0
|
volume_ratio: 1.0
|
||||||
pitch_ratio: 1.0
|
pitch_ratio: 1.0
|
||||||
#火山tts,支持双向流式tts
|
#火山tts,支持双向流式tts
|
||||||
HuoshanTTS:
|
HuoshanDoubleStreamTTS:
|
||||||
type: huoshan
|
type: huoshan_double_stream
|
||||||
# 如果是机智云 wss://bytedance.gizwitsapi.com/api/v3/tts/bidirection
|
# 如果是机智云 wss://bytedance.gizwitsapi.com/api/v3/tts/bidirection
|
||||||
# 机智云不需要天填 appid
|
# 机智云不需要天填 appid
|
||||||
ws_url: wss://openspeech.bytedance.com/api/v3/tts/bidirection
|
ws_url: wss://openspeech.bytedance.com/api/v3/tts/bidirection
|
||||||
appid: 你的火山引擎语音合成服务appid
|
appid: 你的火山引擎语音合成服务appid
|
||||||
access_token: 你的火山引擎语音合成服务access_token
|
access_token: 你的火山引擎语音合成服务access_token
|
||||||
# 产看https://www.volcengine.com/docs/6561/1329505,volc.service_type.10029,volc.megatts.default
|
# 资源信息ID,https://www.volcengine.com/docs/6561/1329505,volc.service_type.10029,大模型语音合成及混音
|
||||||
resource_id: volc.service_type.10029
|
resource_id: volc.service_type.10029
|
||||||
speaker: zh_female_meilinvyou_moon_bigtts
|
speaker: zh_female_meilinvyou_moon_bigtts
|
||||||
CosyVoiceSiliconflow:
|
CosyVoiceSiliconflow:
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ from loguru import logger
|
|||||||
from config.config_loader import load_config
|
from config.config_loader import load_config
|
||||||
from config.settings import check_config_file
|
from config.settings import check_config_file
|
||||||
|
|
||||||
SERVER_VERSION = "0.4.4"
|
SERVER_VERSION = "0.5.1"
|
||||||
|
|
||||||
|
|
||||||
def get_module_abbreviation(module_name, module_dict):
|
def get_module_abbreviation(module_name, module_dict):
|
||||||
|
|||||||
Reference in New Issue
Block a user