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)
Use Python to trim and pad wav file using sox without saving wav file each time
I found that the best way to trim and pad wav files is to use sox. However, instead of saving the transformed file each time, how to go about just generating a variable for the transformed wav file?...
Joe
Votes: 0
Answers: 1
I'm running into an encoding error trying to use SoX with Powershell
This is the error I'm running into:
C:\Program Files (x86)\sox-14-4-2\sox.exe FAIL sox: --encoding:
`ncodedCommand' is not one of: signed-integer, unsigned-integer,
floating-point, ms-adpcm, ima-adpc...
jayphc
Votes: 0
Answers: 0
Removing white noise and static from streamed audio file in python
I'm consuming a live audio stream from a websdr via a websocket by running a generator function which grabs chunks of the audio stream and saves those chunks into a wav file. The problem is that the g...
Matthew
Votes: 0
Answers: 0
combine permutations of .wav files
I am trying to combine permutations of some .wav files.
There's 6 variations of 4 instruments. Each generated track should have one of each instrument. If my math is right, there should be 24 unique p...
Ryan Krage
Votes: 0
Answers: 1