我的主要目的是改变我的声音的音调,然后将其输入到语音房间/语音呼叫中,例如缩放呼叫或hangouts会议,而不将其回放给我。 我在类似的话题上发现了两个问题: 1. Playing mp3 file through microphone with python 2. How to play MP3 files into the microphone input jQuery 但是这些并没有恰当地回答这个问题。 与此类似的代码:https://github.com/jremmons/pyfakewebcam/blob/master/pyfakewebcam/pyfakewebcam.py 但是
我正在创建一个简单的程序,它接受一个字符串,将其发送到Google的文本语音转换服务器,然后将文本语音转换为mp3/wav文件下载到计算机上。我有下面的代码,但它只能与100个字符(谷歌的限制)。如何循环将字符串切成100个字符部分,然后将其保存在计算机上的一个mp3/wav文件中?我知道使用javascript和actionscript (正如我所见)可以做到这一点,但是我如何在C#中做到这一点呢?
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Syste