Tagged Questions

0
votes
0answers
11 views

Fade sounds with AVAudioPlayer

I want to infinitely loop a sound and also have it fade into itself when it loops. Idk how to accomplish this. Please help
1
vote
3answers
45 views

How to shift audio track without delay in AS2

Hi, I have written an application that plays 2 audio tracks in Flash. Now is my problem: how to make so, that after user have pressed a key, second track would be shifted(forwards/back)? This action …
0
votes
2answers
66 views

Use NSSpeechRecognizer or alternative with audio file instead of microphone input?

Is it possible to use the NSSpeechRecognizer with an pre-recorded audio file instead of direct microphone input? Or is there any other speech-to-text framework for Objective-C/Cocoa available? …
1
vote
0answers
9 views

C# audio library with smooth looping?

I'm looking for an audio library that works with .NET that allows for smooth looping. I've tried DirectX AudioVideoPlayback and Mentalis. Both are easy to use, but the looping skips a bit. I'm …
0
votes
2answers
248 views

Is it possible to downsample an audio stream at runtime with Flash or FMS?

I'm no expert in audio, so if any of you folks are, I'd appreciate your insights on this. My client has a handful of MP3 podcasts stored at a relatively high bit rate, and I'd like to be able to …
9
votes
5answers
332 views

Pitch recognition of musical notes on a smart phone

Hi. With limited resources such as slower CPUs, code size and RAM, how best to detect the pitch of a musical note, similar to what an electronic or software tuner would do? Should I use: Kiss FFT …
5
votes
4answers
424 views

Explain the FFT to me

I want to take audio PCM data and find peaks in it. Specifically, I want to return the frequency and time at which a peak occurs. My understanding of this is that I have to take the PCM data and …
0
votes
0answers
8 views

Confused about how Windows get audio line names

I'm getting very confused about how audio devices/lines/endpoints are named in windows (vista). First I go to the control panel applet "Sound". Among others, I find one input line that resides …
0
votes
0answers
2 views

Is it possible to relate the same audio device in different APIs?

I'm using the winmm api to deal with audio. I'm using waveInGetDeviceCaps and waveInMessage to uniquely identify an "audio line". Everything works fine, except that in Vista, the name of the device is …
3
votes
1answer
40 views

How do I upsample a wav file using AS3?

Hi. I am trying to upsample an 8000hz, 16-bit wav file to 11025hz in AS3. At this point, I am not concerned about applying the low-pass filters that I know I will eventually need. I've been …
0
votes
1answer
40 views

How to create a heart rate monitor using iPhone sdk? [closed]

Possible Duplicate: detecting heartbeat peakpower using iphone sdk? I've seen some application that detect your heart rate or pulse rate through mic/earphone does someone knows how to …
2
votes
4answers
147 views

waveOut (Win32API) and multithreading

Hi I cannot find any information about the thread-safety of the waveOut API. After i creating new waveOut handle, i have those threads: Thread 1: Buffers handling. Uses those API functions: …
0
votes
1answer
110 views

iPhone Audio Issue

I released an iPhone application a few months ago. Everything has been working fine and I have confirmed at least 20 different devices/users working flawlessly. In the last week though I've had two …
0
votes
1answer
14 views

playing audio files from table, iphone

I've created a list of music file names in an array which is used to populate an uitableview. I want to make the audio player take this array or table as the playlist and play them continuously one by …
2
votes
1answer
38 views

Explain this DSP notation

I'm trying to implement this extenstion of the Karplus-Strong plucked string algorithm, but I don't understand the notation there used. Maybe it will take years of study, but maybe it won't - maybe …

1 2 3 4 5 45 next
15 30 50 per page