Skip to main content

Questions tagged [wav]

This tag is for questions related to the "Waveform Audio File Format", WAVE, or wav for short.

wav
-2 votes
1 answer
33 views

Why does a sound file sent by iMessage change the file name?

I have a standalone iMessage app that sends a sound file to another recipient. The sounds are .wav files, that are assets inside the app, with names like surprise.wav. When I send the file, the sender ...
coco's user avatar
  • 3,092
0 votes
0 answers
47 views

NodeJS - efficiently and correctly convert from raw PCM to WAV at scale (without FFMPEG?)

I have a stream of raw PCM buffers I need to convert to playable WAV buffers. @ffmpeg.wasm can convert an individual buffer in the stream well, but it's limited to executing 1 command at a time, so it ...
Royi Bernthal's user avatar
0 votes
0 answers
23 views

Uploading Large WAV Sound Files into Github

I'm trying to upload large WAV files into a Github Repository that I have. They have music that will play in a game I'm designing. But Github won't let me upload them to the repository because they ...
Sean Creveling's user avatar
0 votes
0 answers
26 views

Binary Audio data into .wav Format

I am working on a React-Flask project where I am sending recorded audio file as Base64 to flask. I'm converting this Base64 to Binary and writing in file which I later on want to serve to frontend ...
Adnan Ali's user avatar
0 votes
0 answers
43 views

Extract (Wav) Sound from translate.google.com using Java 17

This question is based on Extract Sound from translate.google.com I would like to get the audio of pronuntiation from google. Here my code in Java 17. package org.example; import com.fasterxml.jackson....
joseluisbz's user avatar
  • 1,589
0 votes
0 answers
25 views

AVAssetExportSession fail with wav

I try to merge wavs into one file WAV. But if I set export m4a(AAC) all is ok all is merging fine. But if wav it works only with one file composition. If few wavs , wav type become incompatible. That ...
D P's user avatar
  • 101
0 votes
0 answers
55 views

Why do I get a higher pitched sound or artifacts when sliding between notes?

I'm building a system to create melodies using specific sound waves, I'm using C# and writing into WAV files. The process is creating a melody as an array of frequencies, which indicates the frequency ...
Ian vos's user avatar
  • 39
0 votes
0 answers
34 views

How to automatically sort wav files using the aiSFX python module?

For Reference: Github Link: https://github.com/alisonbma/aiSFX Tutorial Link https://aisfx.readthedocs.io/en/latest/notebooks/tutorial.html Paper Link: https://zenodo.org/records/7316800#.ZAU5pezMLzd ...
NotADataScientist's user avatar
1 vote
1 answer
58 views

MFCC conversion returning error "TypeError: expected string or bytes-like object, got 'NoneType'"

I have a mel spectogram saved to a numpy array (in a file called spectogram.npy). In the same folder, i have a file called main.py. Essentially, this python program is supposed to take this spectogram ...
Andy K's user avatar
  • 15
0 votes
0 answers
21 views

".aus" to ".wav" convert Tools after convert Sound Problem

I'm trying to make a small application to convert ".aus" audio extension files to “.wav" in Python. But after converting, a part of the sound in ".wav" is distorted, and I can'...
Mr. Çınar's user avatar
1 vote
0 answers
29 views

Streaming WAV data as it is being generated without knowing the data size before hand

I am making an simple server for Piper TTS using FastAPI. One of the APIs allows streaming the audio as it is being generated. However, I quickly find out that my current approach, which is borrowed ...
Bill Trần's user avatar
0 votes
1 answer
35 views

Anyway to get more description about wav files?

well i have a faster-whisper model and two files: when i put the first one into the model it returns me nonsense subtitles, BUT then i put the second file into model it work perfect import wave ...
SOTERSOTERSOTERSOTERSOTERSOTER's user avatar
2 votes
1 answer
64 views

WAV file creation - basic C program

I am trying to make a small program for writing a wav file (single note 440Hz, sampling rate 44100 samples / sec). The program is as follows: #include <stdio.h> #include <stdlib.h> #...
Vinayak Deshmukh's user avatar
0 votes
0 answers
41 views

How to get IQ component file directly from SDR#

I'm using SDR# to capture the signals. I have used Baseband recorder to record the signals. But i'm getting data in .wav file. what exactly this .wav file contains(will it contain only IQ data)??And ...
Merugu Jahnavi's user avatar
0 votes
1 answer
39 views

why won't this html5 audio wav file work in Safari?

Not sure why this isn't working... Works in Chrome fine but Safari won't play it at all. <audio controls loop> <source type="audio/wav" src="https://www.dropbox.com/s/33wzzsmpe6a94l4/...
suryanaga's user avatar
  • 3,942

15 30 50 per page
1
2 3 4 5
202