Recording Sound

Hey,
Im into online gaming, and with the team we have a lot of discussions on the PS2.
What we want to do is start recording these discussions and post them on the net.
We communicate through a USB headset. Is there a way that i can record the talk going through my headset on to my mac?
Thanks
Ben

Hi Troy,
Thanks for your very fast reply, i havent downloaded the programme yet, but im guessing it records, an output from your mac.
The thing is i have a USB headset that is connected to my game console. I would need to find a way that i could split the USB so that one goes into my Mac, and one goes into my games console.
Then i would use that software to record the sound.

Similar Messages

  • Recording sound from DVD and CD play

    I just bought a Zen V Plus. Could someone please tell me how to record sound from a DVD and/or CD to my MP3? Thank you!

    Try this:
    1. Connect the Line IN jack on your player to the line output of an external stereo source, such as a CD or MiniDisc player, using the supplied line-in cable.
    2. Press the Back/Options .You may need to do this more than once until the main menu appears.
    3. Select Extra button to start a line-in encoding.
    5. On your external stereo source, start playing the song you want to encode.
    6. While encoding, you can press and hold the Back/Options button and select one of the following items:
    Pauses the encoding. You can also pause the encoding by pressing the Play/Pause button.
    Stops and saves the encoding. You can also stop the encoding by pressing the Record
    Split Ends and saves current recording session, and begins a new one.
    7. Press the Record button to end the line-in recording. The recorded track is named LINE followed by the date and time of the recordin YYYY-MM-DD HH:MM:SS<. For example, if you record a track on March 5, 2004 at 2:57 pm, the track is named LINE
    This information can also be found in your user's guide, it's a .chm file found in your installation cd.

  • Can you record sounds and save as a ringtone with the IPhone4?

    I'm new to the IPhone. All other phones I' ve used in the past I could save sounds and use them as a ringtone. I just can't seem to figure it out with the I4. Can it be done?

    You can record sounds with the Voice Memos app, then sync them to your computer by selecting "Include voice memos" on the Music tab of y0ur iTunes sync settings and syncing your phone.  Once synced to your computer they will appear in a Voice Memos playlist that iTunes creates on the left sidebar.  Then you have to convert it to a ringtone using iTunes as shown here: Create free ringtones with iTunes 10.  After this is done, you can check the ringtone in your iTunes library, then check Sync Tones on the Tones tab of your iTunes sync settings and sync.  Custom ringtones will appear in Settings>Sounds>Ringtone at the top of the list.

  • Applet that records sound

    Hi all.. I am developing an applet that records sound and stores it in a WAV file... The applet is signed and loads in the browser well but it does not give the output, i.e. the WAV file in the specified directory.
    Can you please have a look at my code and tell me where Im going wrong?
         public void init()
              b1=new Button("Record");
              add(b1);
              b1.addActionListener(this);
              b2=new Button("Stop");
              add(b2);
              b2.addActionListener(this);
         public void run()
         public void start()
              try
              audioFile = new File(filename);
              audioFormat = new AudioFormat(AudioFormat.Encoding.PCM_SIGNED,44100.0F, 16, 2, 4, 44100.0F, false);
              info = new DataLine.Info(TargetDataLine.class, audioFormat);
              targetType = AudioFileFormat.Type.WAVE;
                   targetDataLine = (TargetDataLine)AudioSystem.getLine(info);
                   targetDataLine.open(audioFormat);
              catch (LineUnavailableException e)
                   msg="Exception occured"+e;
              repaint();
         public void actionPerformed(ActionEvent ae)
              String cmd=ae.getActionCommand();
              if(cmd.equals("Record"))
                   try{
                   virtual_line           = targetDataLine;
                   virtual_audioInputStream= new AudioInputStream(virtual_line);
                   virtual_targetType     = targetType;
                   System.in.read();
                   virtual_outputFile     = audioFile;
                   virtual_line.start();
                   AudioSystem.write(virtual_audioInputStream,virtual_targetType,virtual_outputFile);
                   }catch(Exception e)
                        msg="Exception here"+e;
                   msg="Recording..";
              if(cmd.equals("Stop"))
                   virtual_line.stop();
                   virtual_line.close();
                   msg="Stopped";
              repaint();
         public void paint(Graphics g)
              g.drawString(msg,8,80);
    }

    how can i will play a .wav file in applet

  • How to use a recorded sound in voice memos as a ringtone.

    How to use a recorded sound in voice memos as a ringtone.

    You may have better luck dumping those to computer and using an application that includes the ability to scrub.
    Try the Mac App Store for choices.

  • In my first iPhone 5, the speaker didn't work and people could not hear me on Speaker phone when I used it. When I used the video recording it did not record sound at all only a hissing/static sound, no voice.

    In my first iPhone 5, the speaker didn't work and people could not hear me on Speaker phone when I used it. When I used the video recording it did not record sound at all only a hissing/static sound, no voice. I wished for a software fix. I did a hard reset, nothing. I did a full restore to factory settings not putting my backup on and the problem persisted.
    i have been provided with this info
    You can find troubleshooting tips, how-to articles, and moderated
    > > discussion forums on our support website:
    > >
    > > www.apple.com/support
    > >
    > > iPhone: Basic troubleshooting
    > > http://support.apple.com/kb/HT1737
    > >
    I did every step in the link that i have been provided with (thank you), but I’m
    still experiencing the same issue. My experience with Apple has been
    excellent and this has been the first time I have experienced something
    like this with an Apple product. I hope we can find a quick solution.
    In order to get the iPhone 5 as soon as it launched (being a major fan of
    Apple products!), I purchased my iPhone 5 from the UK through a friend of
    mine who lives there.
    My question is: can I have the faulty device replaced within Saudi by one
    of the official resellers here (we have 3: STC, Mobily and Zain)? I want to
    avoid the disruption, complication and expense of sending it back to the
    UK.
    Could you advise whether this is possible or not, and if not how should I
    go about having the device replaced?
    Thank you in advance for your cooperation.

    Nice try! Take a hike.

  • Does the ipod nano can record sounds?

    Does the iPod nano can record sounds connecting "headphones with microphone"?

    Hi uptight,
    Yes, the iPod Nano does support MP4 files.
    You can find more information about the files the iPod supports here: http://www.apple.com/ipodnano/specs.html
    You can convert many videos right from iTunes. This article: http://support.apple.com/kb/HT1211 will walk you through the process with sample files.
    -Jason

  • How can I record sound

    I use this code below to record sound, but it failed. The output is :
    Press ENTER to start the recording.
    Recording...
    Press ENTER to stop the recording.
    Recording stopped.
    After I pressed ENTER, it stoped recording immediately.
    The code is:
    *     SimpleAudioRecorder.java
    *     This file is part of jsresources.org
    import java.io.IOException;
    import java.io.File;
    import javax.sound.sampled.DataLine;
    import javax.sound.sampled.TargetDataLine;
    import javax.sound.sampled.AudioFormat;
    import javax.sound.sampled.AudioSystem;
    import javax.sound.sampled.AudioInputStream;
    import javax.sound.sampled.LineUnavailableException;
    import javax.sound.sampled.AudioFileFormat;
    * <titleabbrev>SimpleAudioRecorder</titleabbrev> <title>Recording to an audio
    * file (simple version)</title>
    * <formalpara><title>Purpose</title> <para>Records audio data and stores it
    * in a file. The data is recorded in CD quality (44.1 kHz, 16 bit linear,
    * stereo) and stored in a <filename>.wav</filename> file.</para></formalpara>
    * <formalpara><title>Usage</title> <para> <cmdsynopsis> <command>java
    * SimpleAudioRecorder</command> <arg choice="plain"><option>-h</option></arg>
    * </cmdsynopsis> <cmdsynopsis> <command>java SimpleAudioRecorder</command>
    * <arg choice="plain"><replaceable>audiofile</replaceable></arg>
    * </cmdsynopsis> </para></formalpara>
    * <formalpara><title>Parameters</title> <variablelist> <varlistentry> <term><option>-h</option></term>
    * <listitem><para>print usage information, then exit</para></listitem>
    * </varlistentry> <varlistentry> <term><option><replaceable>audiofile</replaceable></option></term>
    * <listitem><para>the file name of the audio file that should be produced from
    * the recorded data</para></listitem> </varlistentry> </variablelist>
    * </formalpara>
    * <formalpara><title>Bugs, limitations</title> <para> You cannot select audio
    * formats and the audio file type on the command line. See AudioRecorder for a
    * version that has more advanced options. Due to a bug in the Sun jdk1.3/1.4,
    * this program does not work with it. </para></formalpara>
    * <formalpara><title>Source code</title> <para> <ulink
    * url="SimpleAudioRecorder.java.html">SimpleAudioRecorder.java</ulink> </para>
    * </formalpara>
    public class SimpleAudioRecorder extends Thread {
         private TargetDataLine m_line;
         private AudioFileFormat.Type m_targetType;
         private AudioInputStream m_audioInputStream;
         private File m_outputFile;
         public SimpleAudioRecorder(TargetDataLine line,
                   AudioFileFormat.Type targetType, File file) {
              m_line = line;
              m_audioInputStream = new AudioInputStream(line);
              m_targetType = targetType;
              m_outputFile = file;
          * Starts the recording. To accomplish this, (i) the line is started and
          * (ii) the thread is started.
         public void start() {
               * Starting the TargetDataLine. It tells the line that we now want to
               * read data from it. If this method isn't called, we won't be able to
               * read data from the line at all.
              m_line.start();
               * Starting the thread. This call results in the method 'run()' (see
               * below) being called. There, the data is actually read from the line.
              super.start();
          * Stops the recording.
          * Note that stopping the thread explicitely is not necessary. Once no more
          * data can be read from the TargetDataLine, no more data be read from our
          * AudioInputStream. And if there is no more data from the AudioInputStream,
          * the method 'AudioSystem.write()' (called in 'run()' returns. Returning
          * from 'AudioSystem.write()' is followed by returning from 'run()', and
          * thus, the thread is terminated automatically.
          * It's not a good idea to call this method just 'stop()' because stop() is
          * a (deprecated) method of the class 'Thread'. And we don't want to
          * override this method.
         public void stopRecording() {
              m_line.stop();
              m_line.close();
          * Main working method. You may be surprised that here, just
          * 'AudioSystem.write()' is called. But internally, it works like this:
          * AudioSystem.write() contains a loop that is trying to read from the
          * passed AudioInputStream. Since we have a special AudioInputStream that
          * gets its data from a TargetDataLine, reading from the AudioInputStream
          * leads to reading from the TargetDataLine. The data read this way is then
          * written to the passed File. Before writing of audio data starts, a header
          * is written according to the desired audio file type. Reading continues
          * untill no more data can be read from the AudioInputStream. In our case,
          * this happens if no more data can be read from the TargetDataLine. This,
          * in turn, happens if the TargetDataLine is stopped or closed (which
          * implies stopping). (Also see the comment above.) Then, the file is closed
          * and 'AudioSystem.write()' returns.
         public void run() {
              try {
                   AudioSystem.write(m_audioInputStream, m_targetType, m_outputFile);
              } catch (IOException e) {
                   e.printStackTrace();
         public static void main(String[] args) {
              if (args.length != 1 || args[0].equals("-h")) {
                   printUsageAndExit();
               * We have made shure that there is only one command line argument. This
               * is taken as the filename of the soundfile to store to.
              String strFilename = args[0];
              File outputFile = new File(strFilename);
               * For simplicity, the audio data format used for recording is hardcoded
               * here. We use PCM 44.1 kHz, 16 bit signed, stereo.
              AudioFormat audioFormat = new AudioFormat(
                        AudioFormat.Encoding.PCM_SIGNED, 44100.0F, 16, 2, 4, 44100.0F,
                        false);
               * Now, we are trying to get a TargetDataLine. The TargetDataLine is
               * used later to read audio data from it. If requesting the line was
               * successful, we are opening it (important!).
              DataLine.Info info = new DataLine.Info(TargetDataLine.class,
                        audioFormat);
              TargetDataLine targetDataLine = null;
              try {
                   targetDataLine = (TargetDataLine) AudioSystem.getLine(info);
                   targetDataLine.open(audioFormat);
              } catch (LineUnavailableException e) {
                   out("unable to get a recording line");
                   e.printStackTrace();
                   System.exit(1);
               * Again for simplicity, we've hardcoded the audio file type, too.
              AudioFileFormat.Type targetType = AudioFileFormat.Type.WAVE;
               * Now, we are creating an SimpleAudioRecorder object. It contains the
               * logic of starting and stopping the recording, reading audio data from
               * the TargetDataLine and writing the data to a file.
              SimpleAudioRecorder recorder = new SimpleAudioRecorder(targetDataLine,
                        targetType, outputFile);
               * We are waiting for the user to press ENTER to start the recording.
               * (You might find it inconvenient if recording starts immediately.)
              out("Press ENTER to start the recording.");
              try {
                   System.in.read();
              } catch (IOException e) {
                   e.printStackTrace();
               * Here, the recording is actually started.
              recorder.start();
              out("Recording...");
               * And now, we are waiting again for the user to press ENTER, this time
               * to signal that the recording should be stopped.
              out("Press ENTER to stop the recording.");
              try {
                   System.in.read();
              } catch (IOException e) {
                   e.printStackTrace();
               * Here, the recording is actually stopped.
              recorder.stopRecording();
              out("Recording stopped.");
         private static void printUsageAndExit() {
              out("SimpleAudioRecorder: usage:");
              out("\tjava SimpleAudioRecorder -h");
              out("\tjava SimpleAudioRecorder <audiofile>");
              System.exit(0);
         private static void out(String strMessage) {
              System.out.println(strMessage);
    }

    I've never used it, but I believe Garage Band has a recording option.

  • Can't record sound using the jack in/out on macbook pro 13 os x

    hi
    i bought a new macbook pro 13' intel core i5 4gb with the latest os x version 10.8.2. mainly for sound and video editing
    yesterday i tried to record sound using garage band and through the mini jack port. once i connected an mp3 player to the mini jack port, the sound prefrences window recognized it as headphones and not as input jack as it did on my friend's same mac with leopard os on it.
    it seems like no matter what i try to do (changing instument set up on garage band, restarting the computer with the jack in or out etc...) nothing worked
    i bought this mac just so i wouldn't have to deal with these kind of problems....suppose to be a very user friendly os and hardwear.
    very dissapointing. please if any one has a clue what can be done?

    i'm aware of my other audio interface options, but i would expact this machine to have the basic options every 20 year old pc has, a simple plug and play difault to get audio into my computer. i bought it at b and h in NY and in their specs it says that it's a 'combo kack' - meaning both in and out analog audio ports. after cheaking mac's site it says only headphones.
    also tryied to connect a digidesign mini mbox2, through the usb port, and i had to unplug it, shut down the mbp, restart it again etc.. and it also doesn't always work propely and makes all kinds of digital error sounds.
    although in this case i can't that the mbox is not damaged.
    over all it's very dissapointing. it's my first mac and i figured it would be a much more idiot proof, user freindly work tool.
    if you got any other tips i'd appreciate that
    thanx alot for the focusrite link

  • Recording sound is quiet and dusty!?

    Hi guys!
    I have problems when recording my guitars. I have M-audio Fast Track Pro Interface and new 6.02 garageband. When I record any voice, the volume is really quiet and dusty. If I'm trying to turn more gain from my Interface the sound gets scratsy. Sound is also realy dusty. I can't undestand what is the problem. When I had Ubuntu and Ardour, recording sound was just great... Please help me!
    Cheers!

    Ah, my mistake i didn't realise you were using a USB audio interface.
    I'm not familiar with Fast Track Pro, but i think there is a supposed to be a preference pane for this device in system preferences... have a look and see if it has it's own separate input volume.
    Also i'd check that the device has enough power (otherwise the pre-amp might not be working properly even though the interface is), it looks like it's bus powered, so it is possible your mac simply doesn't have enough amps to give or that other devices are using it up. plug in a separate power adapter just incase.
    Then as with any kind of audio problem of this nature just go through the the whole chain of devices and check that each of them have reasonable volume... especially at the source, if that hasn't got a good enough output then you are going to have to do unnecessary amplification and pick up a lot of noise (which sounds like your "dusty" description).
    If your still stuck you might be better off going to an m-audio forum for advice.

  • Recording sound from computer?

    Ok so I have a file that is .vrf (Ventrilo sound) and Sb doesn't open it. But if i play the sound can Sb record it off the computer (via Stereo Mix)? I know Audacity will record sounds off my computer, but i was wondering if Sb would. and if so how?
    Thanks!

    >>What settings? In the toolbar settings or IE7's settings?<<
    It's in the "Freecorder" toolbar (mine shows near the top of IE) and is an icon located there for Freecorder's "Settings".  On my installation, it's the second icon from the right end of the toolbar and is located between the "bell" ("Record and Auto-Tag MP3's ...") and the right-facing 'arrow (the "Play" icon). The "Settings icon" looks like two opposite-facing maracas.
    Click this Settings icon and a window will pop up.  In its upper-left corner you'll see three places that allow you to place/click a "check mark".  I've put a check in the top line which says "Record From Freecorder Audio Driver", and it has worked well for me.  (Note that in this "Settings window" you can also set the "Recording Destination", the "Output Format", and time at which you want the program to "Prompt for a filename".)
    What I do is: 1) click the red "Record" icon in Freecorder's toolbar, 2) start playing the music source so I can hear it out of the speakers, and 3) when it's done playing, save the file.
    Hope this helps a little more.

  • Recording sound from internal microphone problem

    I am trying to record sound with my internal microphone.
    From quicktime no sound records
    From ISHOW U microphone becomes really loud and rings.
    Below are my sound settings
    http://scrappity.com/files/jpg4onw6bhsmxn561zxj.png
    http://scrappity.com/files/3gcaq6wu748b5byje7bm.png
    Can someone help?
    Message was edited by: teawithmilk

    You've selected *Line In* instead of *Internal Microphone* as your input source.
    I have no idea what iSHOW U is.

  • Recording sound from the PC

    I am currently running a mixer into the front audio input jack on my PC, and have all external stuff (mic, mini disk, etc) coming through that.
    Am I able to set up audition so that it can also record sound from the PC. For example, if I want to grab audio from a you tube video, or have an online voice chat or something enabled, can I open audition and record it? I have tried, but not been successful. My only idea is having to run the audio out of the PC, into a channel in the mixer, and then back into the PC with everything else.
    Any help?

    Evergyro wrote:
    Where is the link?
    This so-called 'forum' has absolutely no use for its FAQs any more. Fortunately, AudioMasters has saved them all, and you can find that particular one here.

  • Recording audio from the web without recording sound from the internal microphone...

    Is there a way to record audio sound sources, for example a webcast in a browser, without without also recording sound thru the built in internal microphone on the MacPro laptop running Mountain Lion?

    You need something along the lines of Audio Hijack Pro or WireTap Studio.  The latter is currently broken in Lion and Mountain Lion for your purposes, so that leaves Audio Hijack Pro.  Neither is free, but both are worth their asking price (well, WireTap Studio will be once they deign to repair it).
    HTH.

  • HP Mini 110-1160SA problem recording sound from sound card

    I am trying to record sound from the sound card itself rather than an external or internal microphone, using a free software called Sonarca Sound Recorder. For example, I play radio from the internet using the BBC Iplayer. I have Windows 7 Starter. When I use the Windows Control Panel > Hardware and Sound > Manage Audio Devices, I get a window called Sound. I press the Recording tab, and get a choice of Internal Microphone, External Microphone, and Stereo Mix. According to my sound recorder software's documentation, I need to select that Stereo Mix, because it means "record whatever the sound card is playing". However, the Stereo Mix recording device, despite having a red tick mark next to it is "Currently Unavailable". How do I make it available?

    to be honest, i am not sure about your problems, normally, you need to set stereo mix as default device, then using recording devices to record sound on windows 7. Since you cannot make it, why not insall a virtual sound device, it works like a real one, install this streaming music recorder on your system, start recording. Just test it out by yourself.

  • Recording sound directly from a DVD into your computer

    Can you record sound directly into your computer from a DVD playing on your computer?

    Audio Hijack also creates large files, size-wise. This can be a problem if you are working with putting music on audio cds. Google "ripdifferent" for a site that discusses various methods of legally backing up legally purchased media. The gray area here actually has to do with breaking encryption- under US copyright law, users have always been allowed to make a single back-up (Fair Use) of any recorded media they have purchased. It is possible that media companies are, themselves, in violation of copyright law by making it difficult to make said backups by encrypting their media. Also, copying (ripping, recording, etc.) any DVD in any way would seem to be covered by the warning at the start of all DVDs (including soundtracks), which would include Audio Hijack, for instance. This all came about when the digital revolution made it possible to create exact copies. Back in the day, copying an LP to cassette, for instance, was not considered a problem, because you would lose a generation. BTW, ripping music DVDs can be problematic, as they are mastered differently than are "movies," and some Mac ripping programs have difficulty with them. Proceed cautiously and consider legal ramifications, but also consider retaining YOUR legal rights as well.

Maybe you are looking for

  • Desperate!! :(  iTunes does not recognize my iPhone 3GS

    I just bought a new iPhone 4S, and the plan was for my husband to take over my old 3GS.  We had the phones switched and activated at our local AT&T Store yesterday afternoon.  (The AT&T sales person had the SIM cards changed in our phones.)  I was to

  • Itunes won't sync iphone 3G

    itunes hates me lols. i've uninstalled/reinstalled itunes twice because itunes keeps telling me whatever is in my usb is not recognised but sometimes appears in my computer as a camera. finally, it is recognised and begins to sync my iphone 3G and th

  • Display Images using READ_IMAGE_FILE in 10g forms

    Hello all, i have a simple question that I'm trying to resolve really quick. I've created a field on a form in 10g forms that is of IMAGE type. I've given it a name and has given it a FILE_TYPE of GIF. I've put some code in a POST-QUERY trigger of a

  • Modelling databases in Oracle Designer environment

    Today I had laboratory's which subject was: "Modelling data and designing databases scheme in Oracle Designer environment" and I have to make a report for tommorow. I can't find some answers for questions which our Professor told us to include in the

  • Question related to building cube

    Hi, we are in the stage of developing the cube by understanding the report requirements. we have 7 dimensions in our cube in which for some reports the metadata exists from all the dimensions and for some reports(expenses),the source data is through