Skip to content
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

feat: add voice code #13

Merged
merged 9 commits into from
Dec 20, 2024
Merged

feat: add voice code #13

merged 9 commits into from
Dec 20, 2024

Conversation

cubxxw
Copy link
Member

@cubxxw cubxxw commented Dec 17, 2024

Signed-off-by: Xinwei Xiong [email protected]

This pull request includes significant updates to the configuration files, command-line interface, and web functionalities of the voiceflow project. The main changes involve updating environment variables, adding new commands, and enhancing the web interface for real-time audio processing.

Configuration Updates:

  • .env.example: Updated MinIO, Azure, AWS, Google, OpenAI, and VOLCENGINE configurations with new placeholders and default values.
  • configs/config.yaml: Updated server port, added AWS configuration, and made changes to logging and service provider settings. [1] [2] [3] [4] [5]

Command-Line Interface Enhancements:

Web Interface Improvements:

Dependency Updates:

  • go.mod: Added dependencies for AWS and Microsoft Cognitive Services SDKs and removed unused dependencies. [1] [2] [3]
  • go.work: Updated Go workspace configuration.

These changes collectively enhance the functionality and configurability of the voiceflow project, making it more robust and easier to use for real-time and file-based speech processing tasks.

FIX #12
FIX #8

@cubxxw cubxxw requested a review from kubbot as a code owner December 17, 2024 09:03
Signed-off-by: Xinwei Xiong <[email protected]>
Signed-off-by: Xinwei Xiong <[email protected]>
payloadSize := make([]byte, 4)
binary.BigEndian.PutUint32(payloadSize, uint32(len(payload)))

message := make([]byte, 0, len(header)+len(payloadSize)+len(payload))

Check failure

Code scanning / CodeQL

Size computation for allocation may overflow High

This operation, which is used in an
allocation
, involves a
potentially large value
and might overflow.
Signed-off-by: Xinwei Xiong <[email protected]>
Signed-off-by: Xinwei Xiong <[email protected]>
Signed-off-by: Xinwei Xiong <[email protected]>
@cubxxw cubxxw merged commit e007f1b into telepace:main Dec 20, 2024
3 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: 使用豆包 TTS 的模式去转化 Feature: 针对文字转语音的能力 TTS
1 participant