Due to login confusion, i\'m repeating this question. If any moderator sees this, i\'d like to keep this one current, as I no longer can access my former login.
I\'m new to XCode and I开发者_开发技巧 have this project that I want to get on with. I want to create a small app for OS X that can get an audio input from whatever output and input device I set on Sy
I am using Windows 7 and developing a chat-like application with Visual Studio 2010. I am looking for an EASY way of capturing audio from a microphone (or rather, from the default recording device), c
I am working on a browser-based applicatio开发者_如何学编程n that is essentially a Digital Audio Workstation.I\'ve seen one out there (at http://www.indabamusic.com), and it looks like it is a Java ap
I have a ListView of a music albums that are 开发者_如何学运维on my SD. I want to make another list that displays the songs that are on the album, when i click it. How to I query MediaStore only for t
I\'m trying to play a sound when my App is in the background. I use AVAudioPlayer, and it works correctly when the app is active, but in the background AVAudioPlayer doesn\'t play anything and I don\'
In my program it is necessary to 开发者_如何学Pythonbe able to select the midi device in java. I have tried using another sequencer that i got from MidiSystem.getDevice().
While using AVAudioPlayer .... Sound not playing at instant if i click button... and in that class i have one NSTimer which keep changing image so for that purpose i have to ring sound.
How to do pitchshifting with DirectSound in C#? I didn\'t find anything useful in Google. SetFrequency isn\'t good for me, beacuse this changes also the speed of the sound. I don\'t want to create a w
Is it possible to cache audio files for an offline access in a mobile w开发者_如何转开发eb app using an HTML5 cache manifest ?