2
votes
1answer
26 views
Soundflower input applications
Hello,
I've downloaded the source of Soundflower and I am trying to retrieve a list of all applications currently sending data to Soundflower.
I'd like to manipulate each applicat …
0
votes
3answers
47 views
iPhone - lot of noise in audio file
Hi
I am writing raw audio bytes from two files into a new wav file to combine the two files. The resultant file which is created has the contents of both the audio clips but there …
1
vote
2answers
18 views
Framework not found AudioUnit
Been banging my head agains the wall for awhile now.
My Xcode project went a little haywire while refactoring, and refused to build. I've squashed all the other errors, except one …
0
votes
0answers
18 views
How To Determine What Input Bus Is Active When AUEffectBase::Render Is Called?
It's clearly a n00b question, as this has been implemented successfully in applications. But it's 2009 and I'm still unclear how input/output buses work with AUBase.
I'll crib th …
0
votes
0answers
24 views
How can I play multiple sounds at once in the iPhone SDK?
How can I play multiple sounds at once in the iPhone SDK?
1
vote
3answers
241 views
Play pure tones in Cocoa Touch
I've seen countless infos on how to play a sound file, but how can I generate a specific audio tone (or several) at given Hertz in cocoa touch?
2
votes
2answers
250 views
How to get bitrate of audio file in cocoa
I need to get bitrate information from audio files, for some reason AudioFileGetProperty function with kAudioFilePropertyBitRate constant always returns 0 for me. The same with kAu …
1
vote
0answers
49 views
iPhone - cannot update two level meters simultaneously
Hi
I am using the AQLevelMeter class from iPhone samples to show record and playback feedback (with a few modifications for it to work for both)
I noticed that if I play just one …
5
votes
5answers
2k views
Text to speech on iPhone
Hi
Is there any way we can convert text to speech in an iPhone app?
Is it possible using the SDK?
Thanks
Are there any third-party TTS engines available for the iPhone? (AFAIK A …
4
votes
6answers
873 views
How to program a real-time accurate audio sequencer on the iphone?
Hi...
I want to program a simple audio sequencer on the iphone but I can't get accurate timing. The last days I tried all possible audio techniques on the iphone, starting from Au …
0
votes
2answers
31 views
reading audio encoding
I have wave files that I want to read their header content. I was just wondering if there is a quick library I can use or any free software that I can open my audio with, and give …
0
votes
2answers
213 views
How can I detect if headphones are connected to an iPod touch G1?
There are many articles on how to detect if a microphone is connected to an iPod touch G2 via AudioSessionGetProperty / kAudioSessionProperty_AudioInputAvailable, but I have not se …
0
votes
1answer
40 views
iPhone - get duration of linear PCM audio file
Hi
I have a linear PCM file (.wav) in my app and I would like to get it's duration programatically. I could find the following using AudioStreamBasicDescription but could not make …
1
vote
1answer
82 views
Sounds effects in iPhone game
I'm making an opengl game for iPhone. And I'm about to start adding sound effects to the app. I wonder what's the best framework for this purpose.
Is AV foundation my best option …
0
votes
1answer
58 views
Can Xcode build against older versions of frameworks, statically?
Some MP3 files can't be opened by CoreAudio in OS X and iPhone OS 3.x. This was a bug that I submitted to Apple and has been fixed in 10.6.2. Unfortunately, I must still support iP …
