Skip to main content
0 votes
1 answer
59 views

I am receiving my ".wav" file in a django view as an "InMemoryUploadedFile" then converting it to bytes: views.py import functions.bytes_to_wav_wave if voice_value: ...
Mohammed Baashar's user avatar
0 votes
0 answers
49 views

val transformer = Transformer.Builder(this) .setAudioMimeType(MimeTypes.AUDIO_WAV) .build() Tried to build simple transformer but I get java.lang.IllegalStateException: ...
Domz's user avatar
  • 11
-5 votes
1 answer
115 views

I have legacy code where a .wav file is read as follows into a string: string ReadAllBytes() { var s = File.OpenRead("Alarm01.wav"); var reader = new StreamReader(s, Encoding.Default)...
MMDR's user avatar
  • 11
-1 votes
1 answer
58 views

I am using SeedStudio ESP32 Xiao Sense to record multiple samples of audio at once. I modified the sample code to do so. However, for some reason the header is corrupted(not sure for other parts) and ...
Himanshu_Verma's user avatar
0 votes
1 answer
46 views

I am an amateur in python, and I got an idea to help a colleague. What we need is a program which will listen to a folder of .wav files, and tell me which present a specific range of frequencies (they ...
CyberKar's user avatar
1 vote
1 answer
115 views

I'm getting my app crash when running my code under asan and executing Play method of the sound buffer object. I have several classes related to sound creating. The first one is the struct that ...
Sora Aoi's user avatar
0 votes
0 answers
29 views

I am trying to set up audio transcription using VOLK and Wave in Python. The final issue i have is that when I try to read the total frames in my audio file, the number is much higher than the actual ...
Coolest guy ever's user avatar
0 votes
0 answers
39 views

I am using monitoR to run training data (about 100 clips) through test data. I am following quick start guide to help me write the code: https://cran.r-project.org/web/packages/monitoR/vignettes/...
April's user avatar
  • 1
4 votes
0 answers
118 views

How can I correctly convert an OPUS file to a WAV file in C#? I attempted to use the Concentus.OggFile and NAudio.Core libraries to convert an OPUS file to WAV, but the resulting file contains only ...
Jay's user avatar
  • 2,422
1 vote
1 answer
48 views

Im trying to read the header of a wav file ( wav file that works with media players) in my program, but i only find invalid values ( for sample rate, number of channels ect) pub const WavObject = ...
Nicolas Boudier's user avatar
1 vote
0 answers
62 views

I'm using fir2 function (and then filter with basic settings filter(fir2,1,audio) ) to filter audio files to specific values in each spectrum band. I have two sets of dB values: the original spectrum ...
Wuchta7's user avatar
  • 11
0 votes
0 answers
49 views

I try to record a WAV file with a MaryTTS generated audio. The code I am using is: package org.marytts; import marytts.LocalMaryInterface; import java.security.CodeSource; import java.net.URL; import ...
Hervé Girod's user avatar
0 votes
1 answer
67 views

I have a some test.wav file, and I need to get the frequencies of sounds and their length from this file. To test my solution, I created a test.wav sound with these "beeps": 1500 Hz for 100 ...
kotek's user avatar
  • 29
-1 votes
1 answer
50 views

I want to make my own analogue for SSTV and I ran into a problem: when I start recording fast-changing beeps (which are 5 milliseconds long), very strange extra sounds appear For creating beeps i used ...
kotek's user avatar
  • 29
0 votes
1 answer
152 views

I have a next.js react website that uses an api to generate continuations for MIDI files. the api gets a MIDI file, processes it and uploads the processed MIDI file to cloud and returns the URL to the ...
amd60's user avatar
  • 31

15 30 50 per page
1
2 3 4 5
201