|
Hi basically I am lost in apples documentation and not sure where to start on this.
I need to record the audio from applications running on my system, similar to audio hijack and wiretap studio pro, but I am unsure where to start with the audio captuer...
Started by J T on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That allows you to send any application's sound output to Jack OS X and support for audio plugins.
|
|
The default voice recorder on iPhone OS 3.0 doesn't allow you to send large files via email, or sync it to PC. Are there any other free or $0.99 apps that do this nicely?
Started by Vin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
I haven't tried transferring large files, but they....
I have used QuickVoice for iPhone recordings and found it easy to use.
You can sync wirelessly to a pc using their iTalk application .
Griffin iTalk is a free application that does this very well .
|
|
How do I record audio from a video? There is a video I'm playing on my computer, streaming or locally and I would like to record the audio in mp3, how can I do?
Answer Snippets (Read the full thread at superuser):
If it's a YouTube video, you.
To rip the audio from a video locally, just use audio ripping software just has extra features such as audio conversion and voice changing.
And can say all work.
|
Ask your Facebook Friends
|
Hi,
is there any possibility to make audio recording with higher quality?
And how can I read information that User is saying something? In Audio Recording application you can see such indicator (I don't know the right name for it).
Thanks.
Started by Lyubomyr Dutko on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
RecordIntent, REQUEST_CODE_RECORD);
For a perfect working example of how to record audio which, you can get access to uncompressed audio via the AudioRecord class, and record that into a file/
Look at the screenshots....
|
|
Possible Duplicate:
Recording Audio from WMP Stream
I'm sure the quality will be pretty low, but there's some music I just have to have.
How do I record streaming audio on Windows XP?
Thanks
Started by Xavierjazz on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
Many of the modern manufacturers of audio cards....
There are also some pay solutions.
If you have a Stereo Mix option, you can use that along with Audacity (a free audio editor) to record anything that is coming through your speakers.
|
|
Hello,
could you point me to docs/snippets/blogs, which explain how to record Apple lossless audio files on the iPhone, please?
I've inspected the audio recorder example from the Apple Dev Center, but couldn't figure out, which setting I have use for ...
Started by Stefan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The audio stream basic description for the file to record into // record audio at the current hardware recording a .caf file using a number of different compressed audio encoding formats:
Apple Lossless sample....
|
|
In short
For a project I need an audio/video-chat for 2 people, with the ability to record (part of) the session. I am running into issues where the 2nd user's recorded video gets messed up, with massive amounts of (seemingly) skipping frames and/or audio...
Started by Dave on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The issues I've seen include a vast amount....
However, in all cases the video and audio were recorded on the server - not on the same machine as either client.
Of both audio and video as the system I had needed it for security reasons.
|
|
Hello,
I am looking for some C# code .. or .NET component to record the activity of a form on my screen (not the whole desktop) along with audio, similar to what programs like Camtasia allow to do.
Thanks
Started by GX on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
My complete source: http://deathsquad.pl/archiwum/Inne/so/answer-1934452.rar
Some DirectX audio samples: http.
For audio, DirectX also.
I think the idea is the same.
With DirectX/OpenGl/XNA.
|
|
This is probably lazy of me, but as I've mentioned before, the RIM website is a mangled mess.
Does anyone know of a good repository to get sample code for the BlackBerry? Specifically, samples that will help me learn the mechanics of recording audio, ...
Started by Sam on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Samples -> Audio&Video
Audio Recording Basically it's simple to record audio:
create Player: Package javax.microedition.media
How To - Record Audio on a BlackBerry smartphone
How To - Play audio formats....
|
|
I'm working on a couple different iphone apps that both record and play sounds concurrently. Think multitrack mixing... play one sound a save it then listen to that sound while recording the next sound to another file. My mechanism for this has been to...
Started by Jeremy Borden on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
You may need switch your output....
audio category to "play and record"? You have to do this in order to reserve the microphone for yourMaybe I'm wrong, however I have a feeling that only one (active?) audio queue can exist at a time.
|