forked from xinnan-tech/xiaozhi-esp32-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Develop #28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--202507031602.sql 添加声纹接口地址参数sql --Constant.java 对应新参数的常量 --SysParamsController.java 验证声纹接口地址参数是否符合规则 --db.changelog-master.yaml 添加执行新的sql文件
--202507041018.sql 建表sql语句 --db.changelog-master.yaml 配置文件里添加执行新sql的配置
--AgentVoicePrintVO.java 智能体声纹展示vo --AgentVoicePrintService.java 智能体声纹服务层定义 1.添加智能体新的声纹 2.删除智能体的指的声纹 3.获取指定智能体的所有声纹数据 4.更新智能体的指的声纹数据 --AgentVoicePrintSaveDTO.java 智能体声纹保存dto --AgentVoicePrintUpdateDTO.java 智能体声纹修改dto --AgentVoicePrintEntity.java 智能体声纹实体 --AgentVoicePrintDao.java 智能体声纹持久层
--AgentVoicePrintServiceImpl.java 实现方法 1.添加智能体新的声纹 2.删除智能体的指的声纹 3.共用方法(获取生纹接口URI对象,获取声纹地址基础路径,获取验证Authorization)
--AgentVoicePrintServiceImpl.java 实现方法 1.获取指定智能体的所有声纹数据 2.更新智能体的指的声纹数据 3.提取共用方法(获取声纹音频资源数据,发送注册声纹http请求)
--AgentVoicePrintServiceImpl.java 1.为保存,修复,删除声纹添加事务 2.提取发送注销声纹的请求为公共方法
--AgentVoicePrintService.java 修改方法定义 --AgentVoicePrintServiceImpl.java 1.需要登录用户是此数据所有者才有权限修改,查询,删除 2.修改发送注册声纹http请求和发送注销声纹的请求的错误说明和添加日志记录
--AgentVoicePrintController.java 添加接口
--AgentChatHistoryService.java 指定智能体最近50条用户聊天记录定义 --AgentChatHistoryServiceImpl.javaAgentChatHistoryService.java 实现指定智能体最近50条用户聊天记录方法 --AgentChatHistoryType.java 添加智能体聊天记录类型枚举 --AgentChatHistoryUserVO.java 展示用户聊天记录vo --AgentController.java 添加新接口
--DeviceItem.vue 1.添加声纹设置按钮 2.添加跳转到声纹页面方法 --home.vue 修复因为添加新按钮导致卡片按钮文字换行样式问题
…ngger-api-voice-print
--VoicePrintDialog.vue 添加听取音频的功能
--agent.js 增加查询音频内容的接口 --VoicePrintDialog.vue 修复添加和修改声纹选择的时候,编辑的声纹不在里面,导致无法显示内容的问题
update:python单模块部署声纹识别对接
--AgentChatHistoryService.java 添加‘根据音频数据ID获取聊天内容’和‘查询此音频id是否属于此智能体’的方法定义 --AgentChatHistoryServiceImpl.java 实现2个新方法 --AgentController.java 增加一个获取音频内容的接口
update:修复二次声纹注册bug
update:优化声纹识别有结果时内容的展示
update:补充声纹服务启动的细节
update:补充声纹识别部署细节
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.