|
Posted 14 August 2010 - 10:36 AM
Recently I decided to try to capture streaming audio from a local radio station. To play the audio on my computer, I downloaded RealPlayer SP because that was recommended by the station. It plays and records nicely, but...
Started by epaul72 on
, 12 posts
by 5 people.
Answer Snippets (Read the full thread at roxio):
To play the audio on my computer, but I would like to use Creator 2010's "Capture Audio from Sound Card" using "Roxio Easy Audio Capture" to....
To try to capture streaming audio from a local radio station.
|
|
Posted 11 May 2012 - 10:45 PM
Hey guys,
When I open my Roxio Game Capure the video is working fine, but when I got to select the audio input there is no Roxio device to select. This forces me to use my 'Line In' for audio which causes some problems when...
Started by Prsma on
, 13 posts
by 4 people.
Answer Snippets (Read the full thread at roxio):
But there is still not a Roxio input for the audio? Posted 13 May 2012 - 12:56 PM
Prsma, on 13 May 2012, but there is still not a Roxio input for the audio? Posted 13 May 2012 - 12:59 PM
sknis, on 13 May 2012 - 12:56 PM not appear in either....
|
|
The traditional way to capture audio is to pick a "Stereo Mix" or "What U Hear" recording device and record in a program like Sound Recorder or Audacity. However that relies on your sound card exposing that feature.
In Vista they introduced an API to ...
Started by RandomEngy on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
In my PC, I have a Sound Blaster X-FI Xtreme Audio.
It seems it is driver dependent.
Introduced API).
|
Ask your Facebook Friends
|
Does anyone know how to programmatically capture the sound that is being played (that is, everything that is coming from the sound card, not the input devices such as a microphone).
Started by Ra on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
In order to capture the sound that is being played, you just need to open the playback device about Windows, there are essentially three ....
You can use the Waveform Audio Interface, there is an MSDN article on how to access it per PInvoke.
|
|
I want to access the audio data that my microphone is recording with Java. How would I do that?
My goal is to save the audio data that is recorded and simultaneously play it to the user.
Started by Janusz on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This optional package, which can capture, playback, stream, and transcode multiple media formats, extends VMs and has to installed as a separate....
Have a look at the Java Media Framework
The Java Media Framework API (JMF) enables audio, video.
|
|
I need to capture the input stream from a microphone in my application, which is written in VB.NET. I need to be able to stream this data to a file or over HTTP and possibly encode it using LAME MP3. Can anybody help me get started with this?
Thank you...
Started by Josh Stodola on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
This will let you open the audio to lame.exe via stdin and....
Look at the WaveInStream class (or WaveIn in the latest code) .
Post/recording-audio-in-c.html
For more professional things you probably need to take a look audio library.
|
|
Hi,
I'm trying to use VLC to capture the Video and Audio from my Webcam and stream it to an http address. The problem we're having is that under Mac OS X Lion 10.7.4 with VLC 2.0.1 it doesn't support live audio. Is this support coming in a future version...
Started by Acid0057 on
, 11 posts
by 3 people.
Answer Snippets (Read the full thread at videolan):
For transcoding & streaming, you'd need to append: Buffering....
Is VLC 2.1.0-git able to do both video and audio devices at the same time? Yes it to have both video and audio output at the same time.
And Audio Device capture.
|
|
Posted 05 July 2008 - 07:28 AM
I have emc 7.5. The audio capture function doesn't load when I click it. All the other components work and it has worked in the past. I've uninstalled and reinstalled with no success. I like recording
internet radio and ...
Started by videogeorge on
, 15 posts
by 9 people.
Answer Snippets (Read the full thread at roxio):
Posted 05 July 2008 - 08:00 AM
Did you do XP SP3??? Posted 05 July 2008 - 08:15 AM
More like 'did you 'upgrade' to Internet Explorer 7 and/or Media Player 11'?
If you did - uninstall them (you may have to do a clean install of 7.5 again tho) Posted 05... .
|
|
Posted 20 June 2010 - 08:46 PM
I am running Easy CD & DVD 10.3 DE Edition on Windows 7. I use the Easy Audio Capture gadget and it works well. But I cannot record more than 3 hours 20 minutes. Is there a way to set that limit higher? I have plenty of ...
Started by tyler353 on
, 11 posts
by 4 people.
Answer Snippets (Read the full thread at roxio):
I tested with the full commercial version of EMC 10.0 [build 100B44B] in XP quite clearly... .
Is weird--in past versions of easy audio capture as far back as Version 7.5 I could record days of audio] Easy Audio Capture.
|
|
I was able to capture audio in the WAV format through Manager.createPlayer("capture://audio"). However, is there a way to capture audio in the MP3 format in J2ME?
Answer Snippets (Read the full thread at stackoverflow):
J2ME automatically ....
Rory, what do you mean? I was really asking for the String for the createPlayer(String s) method .
It will likely depend on the platform in question, you would have to check the different device implementations you want to support .
|