0
votes
2answers
18 views
iPhone audio and AFSK
Here is a question for all you iPhone experts:
If you guys remember the sounds that modems used to make, or when one was trying to load a program from a cassette tape – I am tryin …
0
votes
4answers
79 views
Playing audio file using C
Hi,
Are there are any header files to be included to play audio file using C language.
2
votes
0answers
18 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 …
1
vote
2answers
18 views
iphone BPM tempo button
i want to create a button that allows the user to tap on it and thereby set a beats per minute. i will also have touches moved up and down on it to adjust faster and slower. (i hav …
0
votes
0answers
48 views
Vibrate iPhone while Recording
I'm trying to get my iPhone to vibrate while I'm recording.
I've tried this:
UInt32 category = kAudioSessionCategory_PlayAndRecord;
status |= AudioSessionSetProperty(kAudioSessi …
0
votes
1answer
24 views
How can I convince OSX to switch audio devices when I insert or remove a USB headset?
I would like for OSX to switch audio output devices when I insert a USB headset. It should switch to the headset on insertion, and switch back to Speakers when I remove the headset …
1
vote
2answers
39 views
Dektop audio app - suggestions for how to build for Win/Mac/Linux?
I am a web developer well-versed in XHTML/CSS, JavaScript, Perl, PHP, and XML/XSL. I would like to write a desktop application for music teachers that manipulates audio files. The …
0
votes
3answers
27 views
AudioSessionInitialize returning inscrutable error code
I'm calling AudioSessionInitialize like so
OSStatus result = AudioSessionInitialize(NULL,NULL,interruptionListener,NULL);
and getting the result 0xbfffde94 (i.e. -1073750040) wh …
0
votes
1answer
69 views
C++ & MP3 equalizer question
I want a library or some sort of a command that takes an MP3 file location as an input (only MP3 I don't need WAV, OGG, or any other type) and plays the file to the end of it and m …
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 …
1
vote
1answer
30 views
Open source lib for Audio based generative art (Flash/ActionScript )
I need Open source lib for Audio based generative art (Flash/Action Script)
Something like or easier than Very Interactive People example
Something more strictly formatted and m …
0
votes
1answer
30 views
Java Class AudioFormat: Byte ordering
Hi,
I'm working with java, trying to use the AudioFormat Class. I have the following piece of code:
AudioFormat Baseformat = input.getFormat();
AudioFormat Finalformat = new Au …
1
vote
1answer
19 views
Decoding Manchester biphase-mark in software (representing a SMPTE timecode audio stream)
I've never had to deal with signal/stream encoding or decoding before, at least not beyond fairly basic protocols like HTTP, so forgive me if I'm making this harder than I should b …
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
43 views
C/C++ PCM open source audio analizer
C/C++ PCM opensource audio analizer?
What do I need
Open Source Libs/wrappers for encoding/decoding.
Tutorials and blog articles on How to do it, about etc.
