0
votes
1answer
12 views
how to covert dialogic adpcm vox to wav in java
Need to convert vox files (dialogic adpcm) to wav ones.
Do you know java solution?
0
votes
2answers
27 views
Nothing Heard When Using PlaySound
Hello,
I'm developing a simple appplication to play WAV files using PlaySound, with this code:
#region DllImport
private enum Flags
{
SND_SYNC = 0x0000,
SND_ASYNC = 0x000 …
0
votes
1answer
26 views
WAV file data recovery
I have a situation where there is a corrupt WAV file from which I'm trying to recover data.
My colleagues have sliced up the large WAV file into smaller WAV files with proper head …
0
votes
2answers
40 views
Embedd .wav files in HTML page in all browsers (no controls)
Hi, all.
I need to play few wav files on button click. I found solution working in IE but it requires QickTime plugin for firefox.
Is there any other way?
<html>
<h …
2
votes
2answers
77 views
Convert little endian string to integer
I have read samples out of a wave file using the wave module, but it gives the samples as a string, it's out of wave so it's little endian (for example, '`\x00').
What is the easi …
0
votes
4answers
234 views
Java Sound API noise after processing the byte array with a fraction number
Hi,
I'm trying to process my byte array which I got from the sampled sourcedataline (Java Sound API). If I'm multiplying the byte array with a fraction number, I will get noise w …
1
vote
3answers
202 views
How do I use afconvert to convert all the files in a directory from wav to caf?
I have a directory with about 50 wav files that I need to convert to caf, because AudioServicesCreateSystemSoundID() returns an error for some of them (but not all).
Here's an exa …
0
votes
1answer
64 views
How to convert from Inverse Fast Fourier Transform to .wav?
Hello,
I used made a fft to make a band pass filter.
After that I made the ifft to inverse it and pass it to time domain.
My ifft has the same length of the fft.
The ifft must b …
0
votes
0answers
56 views
Converting .wav (CCITT A-Law format) to .mp3 using LAME [closed]
I would like to convert wav files to mp3 using the lame encoder (lame.exe). The wav files are recorded along the following specifications:
Bit Rate: 64kbps
Audio sample size: 8 bi …
0
votes
3answers
195 views
http headers to send file to html5 <audio>
I want use html5's new tag to play a wav file (currently only supported in FF.)
https://developer.mozilla.org/En/HTML/Element/Audio
I"m using php's readfile command to get the w …
0
votes
1answer
89 views
How to record to .wav from microphone after applying fast fourier transform and a high pass filter on it?
Hello,
I receive input from the microphone and I apply the fft on it.
After that, I put frequencies higher than 1KHz with zero (the high pass filter).
I want to know how can I re …
0
votes
0answers
16 views
LameShell - Cross threading error / Cannot find lame.exe?
Hi, just has really got me wondering if it's me there's something wrong with or what.
In my previous thread I was asking how to connect the progress of lame.exe processing a wav t …
0
votes
1answer
113 views
Convert wav to mp3 with Lame.exe - ProgressBar?
Hi, I'm doing some converting of wav-files to mp3 and I use lame.exe.
Now, when using "lame.exe sourcefile.wav endfile.mp3" in cmd it works great and shows it's own progressbar. Bu …
0
votes
3answers
61 views
How to prevent Internet Explorer from playing wav files?
Hi everyone!
Unfortunately I've a problem with IE =( I have a service on IIS that returns me a wav file. So if I go to the URL of the service, IE tries to play returned wav file wi …
1
vote
4answers
747 views
How to convert a .WAV audio data sample into an double type?
Hi,
I'm working on an application that processes audio data.
I'm using java (I've added MP3SPI, Jlayer, and Tritonus). I'm extracting the audio data from a .wav file to a byte ar …
