avaudioplayer
MemoryLeak problem in following case
I am getting a memory leak when i click the play button.... I am testing with that \"Leak\" tool under \"Run and performance tool\"....on simulator[详细]
2023-03-01 06:10 分类:问答How to create a audioplayer application like pandora app?
I am created an application which play multiple audio files from locally. Audio files are long. Audio player has following options for the user[详细]
2023-03-01 01:23 分类:问答Text to Speech using iPhone sdk
I am very new to generating an speech using some input text. I tried it with the following example and I succeeded. The speech is a man\'s voice But I need to make it as woman\'s. Is it possible to ha[详细]
2023-02-28 15:03 分类:问答audioPlayerDidFinishPlaying never triggers
I created a custom class to handle audio playback. AudioPlayback.h #import <Foundation/Foundation.h>[详细]
2023-02-26 01:50 分类:问答How to record and play sound in iPhone app?
I tried using AVAudioSession and AVAudioPlayer to record and play sounds respectively but the sound volume is very low.[详细]
2023-02-25 17:40 分类:问答How to release the AVAudioPlayer in the below code
I want to release the memory which I allocated for AVAudioPlayer, but when I tried to release it then the sound is not playing.It is potential memory leak, how can I get out of this.[详细]
2023-02-25 06:51 分类:问答Playing sounds simultaneously on iOS devices
I have 10 sounds in one view. And they all play, ho开发者_Go百科wever only one sound can play at a time. I want it so you can tap the sounds you want to play, and they all play at the same time. But a[详细]
2023-02-25 03:04 分类:问答How to Make and Play A Procedurally Generated Chirp Sound
My goal is to create a \"Chirper\" class. A chirper should be able to emit a procedurally generated chirp sound. The specific idea is that the chirp must be procedurally generated, not a prerecorded s[详细]
2023-02-24 07:35 分类:问答How to increase volume of sound recorded using AVAudioRecorder
I am using the link mentioned below to record audio through my iPhone app: How do I record audio on iPhone with AVAudioRecorder?[详细]
2023-02-24 05:12 分类:问答check if music is played [closed]
Closed. This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this[详细]
2023-02-22 23:00 分类:问答