python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to measure voice frequency (pitch) in R from a WAV file?
I tried to use the analyze() from Soundgen library but it takes a lot of time to run because it analyzes everything. Is there a different library or function to get just the frequency?
MalekTheNoob
Votes: 0
Answers: 0
Google Text to Speech volume too low on iOS devices
I am using Google TTS API in a website to sound out a text string returned by a backend server. We have followed this blog's steps to setup audio streaming from browser microphone to a server and retu...
alpha_centauri
Votes: 0
Answers: 0
System error when opening Wav File passed as an argument to Fastapi endpoint
As the title states I am trying to pass a path of a wav file to a FastAPI endpoint
The purpose of this program is to convert speech to text using speechbrain, this is a portion of my code
@app.get(&qu...
Dhouibi iheb
Votes: 0
Answers: 0
Save beep sound in a .wav file
I generaed a beep sound in Python, that exists for 5ms, and repeats after every 1s, for next 10s.
The codes are as such:
## Import modules
import time
import sys
import winsound
import soundfile as sf...
LearnerABC
Votes: 0
Answers: 1