wav

how to programming for play .wav file on iPhone

I used this code for play .wav file. yes! it OK when I open file name open.wav but! with other file I can't play pleas help me. //[self playASound:@"open.wav"]; [self playASound:@"kang.wav"]; AudioServicesAddSystemSoundCompletion(soundID, NULL, NULL, endSound, NULL); //** -(void) playASound: (NSString *) file { NSString *path = [NS...

Playing Speex audio in RIFF-WAV container on Mac OS X

There are speex audio embeded in RIFF-WAV container (The files obtained in Windows system through encoding using Speex ACM codec, WAVEFORMATEX.wFormatTag = 41225 (0xA109) is used). Now I need to write an application, that will play such wav files. I just started to learn programming under Mac OS X, so I am looking for right start points...

C# Wav File Playing freezes GUI

Problem: The wav files plays, but GUI does not respond at all. The lbl_PhonoString.Text is not updated every loop. User cannot pause or cancel until all the files are played completely. I know I have to use a seaparate thread to play the Wav file. I am not at all familiar with threading. Can someone suggest what I should do here? My Co...

Real low level sound generation in C#?

Hi. Anyone knows of a sensible way to create an ARBITRARY sound wave in C# and play it back from the speakers? This issue has been coming back to every now and then for years, I always end up giving it up after a lot of failure without finding a solution. What I want to do is like a reverse-visualizer, that is, I don't want to generat...

What libraries/how to play wav file on Windows32 in C?

What libraries for C do I need to play a wav file on a Win32 system? And what is the code to use those libraries? ...

Converting a 32 bit wave form to a 16 bit wave form

I've been capturing audio using the loopback capture mode. The captured waveform is a 32 bit waveform. I'm struggling with converting this to a 16 bit waveform so encoders like lame can deal with it (it says Unsupported data format: 0x0003). I've tried shifting the bits (not my strong point) in the wave stream itself from 32 bit to 16...

Stremaing a wav file to embedded Windows Media Player (wmp)

Hello, I have some questions about wav files (located in virtual directory in IIS) and streaming to an ASP.NET web page with an embedded Windows Media Player. 1) Is the wav file streamed or does playback wait until the whole file is downloaded to the client? 2) If wav files are not streamed what are some options to do so? 3) For secu...

class for convert wav 2 mp3 in java

is there a class for convert wav 2 mp3 in java ...

Using AudioTrack in Android to play a WAV file

I'm working with Android, trying to make my AudioTrack application play a Windows .wav file (Tada.wav). Frankly, it shouldn't be this hard, but I'm hearing a lot of strange stuff. The file is saved on my phone's mini SD card and reading the contents doesn't seem to be a problem, but when I play the file (with parameters I'm only PRETTY...

What does a audio frame contain?

Im doing some research on how to compare sound files(wave). Basically i want to compare stored soundfiles (wav) with sound from a microphone. So in the end i would like to pre-store some voice commands of my own and then when Im running my app I would like to compare the pre-stored files with input from the microphone. My thought was to...

vb6: looking for activeX audio component (load/play/display wav)

hi, i'm looking for an activeX component which allows loading .wav files, displaying + playing it - and also is capable of displaying/setting the current playing position. any ideas? thanks ...