Tag

Baidu TTS

1 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Sep 1, 2023 · Artificial Intelligence

Integrating Baidu Text-to-Speech API with PHP

This tutorial demonstrates how to obtain Baidu TTS credentials, construct the required signature, send an HTTP request using PHP's cURL library, and save the returned audio data as an MP3 file, providing a complete code example for developers.

API IntegrationBaidu TTSPHP
0 likes · 5 min read
Integrating Baidu Text-to-Speech API with PHP
Sohu Tech Products
Sohu Tech Products
May 12, 2021 · Mobile Development

Implementing Voice Playback for iOS Push Notifications Using Notification Service Extension and Baidu TTS

This article details the background, development steps, and debugging process for enabling dynamic voice playback in iOS push notifications via Notification Service Extension, covering iOS version constraints, integration of system AVSpeechSynthesizer and Baidu offline TTS SDK, code examples, and deployment considerations.

AVSpeechSynthesizerBaidu TTSMobile Development
0 likes · 18 min read
Implementing Voice Playback for iOS Push Notifications Using Notification Service Extension and Baidu TTS