I am currently using Audio Queues on the iPhone to record and playback audio. What I would like to be able to do is to record some audio, allow the user to pause the record queue, and to seek back an
I need to monitor my audio line-in in linux, and in the event that audio is played, the sound must be recorded and saved to a file. Similiar to how motion monitors the video feed.
Are there any options for recording audio in a GWT application ? Options seem to include 开发者_Python百科flex, perhaps a java applet or some other form of flash ?Unfortunately it doesn\'t appear tha
I plan to build a small audio-recorder app in C#. My laptop has a built in Microphone that\'s always active, so I want to use that as an early-stage test. I would simply star开发者_如何学编程t recordi
I\'m currently involved in a research project that requires me to access a Windows Mobile Camera and sound recorder with J2ME to, well take pictures and record sound... the ph开发者_如何学运维one has
I have an app where I need the user to record their voice, and then come back to my application.I would like to give the user the ability to adjust/edit and verify their audio before they get back to
I\'m a developer looking to create an Android application to record phone calls. This spawned out of my own personal need to record phone calls for my own purposes and for my records.
The RtAudio documentation says. Windows (DirectSound): The configure script provides support for the MinGW compiler. DirectSound support is specified with the \"--with-ds\" flag.
Consider aurioTouch sample application provided by Apple. I wanted to simulate a lengthy processing of the recorded audio and modified the sample by introducing a delay of 0.1 second in the render cal
I currently use AudioRecord to record audio in from the mic of an Android device and then pipe that straight to an AudioTrack that plays it out the Earpiece of an Android device.