Top "Wave" questions

WAVE - this tag refers to the python module for the WAV sound format.

Reading *.wav files in Python

I need to analyze sound written in a .wav file. For that I need to transform this file into set …

python audio wav wave
Convert OutputStream to ByteArrayOutputStream

I am trying to convert an OutputStream to a ByteArrayOutput Stream. I was unable to find any clear simple answers …

java outputstream wave bytearrayoutputstream
Sine Wave Sound Generator in Java

What's the simplest way to generate a sine wave sound at any frequency in Java? A sample size more than 2 …

java audio javasound wave trigonometry
How to split a .wav file into multiple .wav files?

I have a .wav file several minutes long that I would like to split into different 10 second .wav files. This …

python audio wave
Downsampling wav audio file

I have to downsample a wav file from 44100Hz to 16000Hz without using any external Python libraries, so preferably wave …

python audio wav wave downsampling
Pass Blob through ajax to generate a file

I'm trying to capture audiorecorder (https://github.com/cwilso/AudioRecorder) and send the blob through Ajax a php file, which …

jquery ajax file-upload blob wave
ffmpeg to convert from flac to wav

I need to convert a flac file to a wav file without changing sample rate and bit depth. As far …

ffmpeg wav wave flac
What is the easiest way to read wav-files using Python [summary]?

I want to use Python to access a wav-file and write its content in a form which allows me to …

python audio wav scipy wave
Wav file convert to byte array in java

My project is 'Speech Recognition of Azeri speech'. I have to write a program that converts wav files to byte …

java arrays audio javasound wave
Generating waveform from any music file ios

I'm looking for how to draw the sound waves according to music. I want waves like this image here is …

ios iphone signal-processing waveform wave