Recording with Pick-Up Coil

Hi,
I've been recording phone coversations on speakerphone for podcasts in GarageBand using the iSight microphone. The quality isn't great and wondered if anyone has done using a pick-up coil that attaches to the phone receiver. The coil has a standard 1/8" jack and wondered if this would work if I got an adapter? What kind of adapter would I need, USB port? Would I still need the iSight or could I just use the built-in microphone?

Which Mac do you have?

Similar Messages

  • Picking records with distinct col values

    Hi gurus,
    I have a table with
    id col1 col2 col3
    1 a b c
    2 e f g
    3 a b c
    4 a b c
    what would be the query to pick records with distinct col1,col2,col3 values.i.e records with col values 1,a,b,c and 2,e,f,g only in the above table
    Could you please help me on this?
    Best Regards
    Sridha

    SQL> with t as
      2  (
      3  select 1 COL1,'A' COL2,'B' COL3,'C' COL4 FROM DUAL UNION ALL
      4  select 2,'D' COL1,'E' COL2,'F' COL3 FROM DUAL UNION ALL
      5  select 3,'A' COL1,'B' COL2,'C' COL3 FROM DUAL UNION ALL
      6  select 4,'G' COL1,'H' COL2,'I' COL3 FROM DUAL UNION ALL
      7  select 5,'D' COL1,'E' COL2,'F' COL3 FROM DUAL
      8  )
      9  SELECT COL1, COL2, COL3, COL4
    10  FROM T
    11  /
          COL1 C C C
             1 A B C
             2 D E F
             3 A B C
             4 G H I
             5 D E F
    SQL> with t as
      2  (
      3  select 1 COL1,'A' COL2,'B' COL3,'C' COL4 FROM DUAL UNION ALL
      4  select 2,'D' COL1,'E' COL2,'F' COL3 FROM DUAL UNION ALL
      5  select 3,'A' COL1,'B' COL2,'C' COL3 FROM DUAL UNION ALL
      6  select 4,'G' COL1,'H' COL2,'I' COL3 FROM DUAL UNION ALL
      7  select 5,'D' COL1,'E' COL2,'F' COL3 FROM DUAL
      8  )
      9  SELECT COL1, COL2, COL3, COL4
    10  FROM
    11  (
    12  SELECT COL1, COL2, COL3, COL4, ROW_NUMBER () OVER (PARTITION BY COL2, COL3, COL3 ORDER BY COL1) AS RN
    13  FROM T
    14  )
    15  WHERE RN=1
    16  /
          COL1 C C C
             1 A B C
             2 D E F
             4 G H I
    SQL>

  • Filter records with month and date

    Hi,
    i have records as follows in the table.
    custno trn_dt amount
    1 01-jan-06 100
    1 10-jan-06 200 --->
    1 15-feb-06 300
    2 15-dec-06 111
    2 15-jan-06 222 --->
    2 01-fen-06 333
    If i specify the runtime parameter as JAN-06 the output of the report should be with 2 records indicated with arrows above.
    the query should pick up the record with the highest date for a specific customer.
    in the above example for customer "1" 10-jan-06 is highest date and for customer "2" 15-jan-06 is the highest date.
    hope the requirement is clear.
    thanks in advance

    SELECT custno, trn_dt, amount
    FROM TABLE
    WHERE (custno,trn_dt) IN
    (SELECT custno, MAX(trn_dt)
    FROM TABLE
    GROUP BY custno)
    There are many examples on this in SQL and PL/SQL forum.

  • New info record with same details as archive one.

    Hi Experts,
    Due to some issue we want to archieve some standard info record which are created on vendor / material group / plant  basis.My query is does system allows to create new info record with same vendor / material group / plant combination after archiving earlier record which is on same basis.
    Thnaks & Regards
    Vinay

    Hi Jurgen,
    Thanks for reply.
    Our issue is while creating work order(IW31) having external services upon entering info record number in some cases in same client rate is picked up from info record condition but some times from last purchase order based on info update.
    We have checked following points.
    1.In all the cases work order type  is same.
    2.Info record are of standard type with same condition.info record are for vendor & material group combination.
    3.Checked after changing rate in info record and in purchase order but similar issue exists
    4.Compare vendor master also.
    5.Their are no contract /sch.agreement for vendors.
    Our requirement is to have rate from info record in all the cases in work order.So have two options.
    1.Archiving info record-But will need setting in SPRO and also need to create same record again with same combination.Also as their are recent purchase order against those info record not sure whether system will allow or not.Can you please tell what are prerequiste for archiving info record.
    or
    2.To remove only purchase order number updated in EINE table in those info record where this issue is occuring.We have checked in development system and after removing purchase order number in EINE table it picks up rate from info record.
    So thought of checking before removing order ref.from EINE table.
    Thanks
    Vinay

  • Recording with SB Audigy LS

    I have an Audigy LS that works fine as far as playing audio or streaming audio over the Internet, but I can get Audacity to record either steaming audio or line-in audio.  If I set audacity to OSS: /dev/dsp, the mixer tool bar doesn't even show up.  If I set audacity to one of the ALSA settings, the mixer tool bar does show up, but it doesn't record.  Audacity will also change the playback speed on any files I am already streaming.
      I don't know if this has anything to do with the problems, but I read somewhere that this soundcard does not have hardware mixing.  I also have to set IEC958 to mute in order to play audio files. 
      I would be willing to replace this card with either the M-Audio Revolution 5.1. or 7.1 if it would solve these problems.  M-Audio has been recommend in this forum, but no one seemed to address the recording issue.  I would be interested in any comments concerning the above problems or any experience recording with the Revolution sound cards.  I would also be interested in any differences between the two cards other than 5 channels vs. 7 channels. 
      Thanks
      Larry

    B15HOP wrote:
    I have a similar problem too. The problem is to do with the mic not turning on. If you press tab in alsamixer, it shows what the sound card will record and what volume settings for each input line. Yet for me, even with 100% volume on mic, i can not record because mic won't "turn on"
    http://bbs.archlinux.org/viewtopic.php?id=44837
    It's a real annoyance as this sound card worked worked really well in skype... not anymore.
    I admit that I am not an audio guru which is partially due to the fact that things always worked.  The joke is that I have an old SB Live (BUDGET) on my old computer which can record streaming audio and Line-in audio.  This machine is also running Arch so its not the OS. 
    One of the best suggestions I've seen on this forum is to pick up an old SB on Ebay.  It totally boggles my mind that such a mundane task should be such a problem.  I may swap cards which is NOT the solution I wanted since I also use window on the old machine to run Replay Radio. 
    Good Luck

  • Recording with Zen V P

    I am interested to get a Zen v plus. But I would like to know
    a) Whether its Line-in can record with an external microphone (without an amp)? What's its maximum single (without split) recording-time if it is on 60 Kbps? (say on a Gb zen v version)
    b) Is it true that its voice recording feature can "captures audio in WAV format at only 8 kHz"? Again, what's its maximum recording time if of this format?
    cheers

    I tried rercording with an external mic via line-in and it did not pick up anything. An amp is definately needed.

  • Record with highest sy-tabix

    Hi,
    In an internal table I have 10 records for a field like
    A
    A
    B
    C
    D
    E
    E
    D
    E
    D
    Is it possible to get the records D and E which has highest sy-index.
    good solution will be rewarded.
    Thanks and Regards,
    Neerup.

    Neerup,
    Neerup wrote:
    Is it possible to get the records D and E which has highest sy-index.
    but in your question you mention as :
    Record with highest sy-tabix
    any ways:
    just sort decending then fetch the first record then exit from loop.

  • Importing to iMovie: How do I use an external usb mic when recording with the built-in FaceTime HD Camera?

    Hello all
    I'm scheduled to work with a friend this week; I'm going to help him make a simple audition DVD.  I promised him I had the necessary equipment and such.
    I was importing from the webcam using iMovie.  If I can't use my external mic to record for the video, there is more involved in the editing process.   I was hoping to record the video and audio into one package.  I'm using the built-in FaceTime webcam on my macbook pro and a ZoomH1 on usb.
    I've tried changing the audio in system preferences: input to H1.  This works when recording with audacity or anything else.  I even changed the input on FaceTime to H1.  There aren't any preferences I can find in iMovie to change the input for importing video directly from the webcam.
    How do I change the audio input for direct import on iMovie?   
    OR
    Is there something else I can do to have HD video and HQ audio captured in one video file on my macbook pro?
    I suppose I can record the video and audio separately but that is usually much more involved.  This is why I got this usb microphone lol.
    Thanks in advance,
    -Seth

    I just found using QuickTime Player to record a movie works great.  I can easily change the audio input.  iMovie is silly. lol
    If I missed anything let me know.
    Thanks
    -Seth

  • Recording fios tv to DVD recorder with tivo/fios cablecard

    ok this post is for my dad....and if ur thinking why the hack does he want a dvd recorder when they already have a tivo...don't ask my dad is kinda weird he still "tapes" shows on VHS tapes using vcr, and tapes radio shows on cassettes....then again he also still pyas his bills with a pen, a check and the us postal service.....
    anyway, I didn't know much about the world of dvd recorders before a couple days ago, so I have a few questions before and if I actually decide to get him one.
    Question 1: we currently have an HD TV with an HD tivo connected and a multistream verizon fios cablecard. My question is regarding copyright limitations....what prevents you from just recording any tv program onto dvd, as you still can onto a VHS? and what percentage of the channels/shows have this protection? like would he only be able to record from the original 12 or so broadcast channels? this is my main concern....he watched a lot of the sports channels like espn espn2 golf channel nbatv etc....
    Question 2: also, when doing my research I thought of another benefit a dvd recorder may have. I have been putting all the family home videos which are on vhs onto dvd, but it's a bit of a process. I use an external usb capture device made by Hauppage hooked up to the VCR then the computer captures it realtime and generates an mpeg video file on my hard drive, THEN I have to spend the 1 or 2 hours it takes to convert to DVD format and burn with Nero so it can be played on a regular DVD player......so....question being....
    can a standalone DVD recorder hook up to a VCR to transfer video direct to a DVD, or do you have to buy a DVD recorder with a built in VHS deck?
     Question 3: oh and someone once told me that you can only play the recorded DVD's on the recorder, and not other regular DVD players...I couldn't believe this was actually true...but was he right?
    TIA!

    Answers:
    Question 1: if the DVD recorder is connected to the TIVO there shouldn't be anything prohibiting him from recording. The signal sent out from the TIVO is an unencrypted feed that can be processed by anything (TV, VCR, DVD recorder, ETC). As long as theres no restrictions within the DVD recorder itself, you should be fine to record anything. This also means you have to record realtime (press play on TIVO and record on the DVD recorder and wait the amount of time for the event to end before pressing stop)
    Question 2: You would need to talk to the tech support for your DVD recorder. Its going to depend on what types of video streams and formats it will accept as a source
    Question 3nce again this is a question for the DVD recorder tech support, not Verizon. It depends on the file format that the recorder saevs the file as. Not only that, but different players also can read different formats. So you have to take a look at the recorder and the dvd play back device
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

  • How-To allow records with Overlapping Time from SAP R/3

    Hi guys,
    Made reference to SAP Note 336229.
    Maintained my Transfer Rules of <b>Data Source 0HR_PA_PA_1</b> to <b>Info Source 0HR_PA_PA_1</b> and all is green! Unfortunately, still <b>NO</b> data and error IDOC message is " <i>The data request was a full update. In this case, the corresponding table in the source system does not contain any data</i>."
    "<i>The extractor of the DataSource reads the master data tables of the Employee (0EMPLOYEE) and person (0PERSON) InfoObjects and makes changes to these time-dependent attributes available as headcount changes</i>"...<b>says SAP</b>
    Info Object person (0PERSON) works!!!, however Info Object(0EMPLOYEE) is giving me problem whereby <b>in SAP R/3</b> Data Source (Employee - Education and Training) 0EMPLOYEE_0022_ATTR <u>allows</u> time overlapping of records, <b>BUT BW</b> generates an error " The time interval ['99991231'/'19930104'] & (from/to) for the data records 46 and 47 overlaps in characteristic 0EMPLOYEE "
    For example, lets assume there is Employee X with the following entry in SAP R/3.
    Begin Date||| End Date ||| SubType
    01.09.2003||| 01.09.2004||| Professional Cert.
    01.09.2003||| 01.09.2006||| Degree
    SAP R/3 allows this overlapping of time records however, BW does NOT. How can I tackle this overlapping issue in SAP BW?
    With much appreciation!

    Hi guys,
      Please assist to resolve this.
      I attempted to assigned 0DATETO and 0DATEFROM to my attributes of 0EMPLOYEE, but it gives me the following error
    <b>  Characteristic 0EMPLOYEE: Attribute 0DATETO cannot be used w. time-dependent attribte</b>
    <b>  InfoObject 0DATETO cannot be used as an attribute if attibutes already exist that are time-dependent. Attribute 0ANSALARY is such an attribute. A field in the InfoObject 0DATETO is automatically generated in the master data table.</b>
      Once again, what I want is to be able to allow the Records with HighDate in R/3 into my BW Cubes.
      Please please assist !

  • How do I use a song in my iTunes library to record with in garage band on my iPhone?

    How do I use a song in my iTunes library to record with in garage band on my iPhone? Like music from my library I want to use invGarageBand to record over.

    Short answer:
    Click Hide Song(s), it is what you wanted to do...
    Long answer:
    iTunes in the Cloud is a feature of your iTunes store account that allows you to redownload or stream your past purchases. When you delete a purchased track that is downloaded to your computer (like the first one shown here) you are asked if you also want to hide the song from iCloud. This would remove it from the computer and also stop it showing up with the iCloud symbol as the other tracks from that album (which are not downloaded) do.
    If a track shows with the cloud symbol you can play (stream) it by double-clicking the title, or click the cloud symbol to download a local copy to your library. If you try to delete one of these tracks you get a slightly different message confirming that you want to hide the track. Clicking hide will remove the listing from the library and any other device that shows your past purchases.
    Should you want to retrieve any item hidden in this way at a later date use Store > View My Account > iTunes in the Cloud > Hidden Purchases > Manage.
    To hide all your previous purchases that are not downloaded to your computer use Edit > Preferences > Store and untick Show iTunes in the Cloud purchases.
    tt2

  • How can I make a report of all records with the date in the last two weeks?

    Hi!
    I have records with a date field, I want to create a report that only includes records with a date which is within the last two weeks of the system date, is this possible? Surely this is a basic database function, I would have thought, but I can find no help about it and there's very little in Mac Help about doing anything other than simple stuff with reports.
    I'm not a genius with databases, so help with any required formula or what have you would be great!

    Hi Jonathan,
    Here's a formula you can use with the Match function. 'Date' is the name of the date field, which must be a "Date" type field.
    'Date'>NOW()-14
    Match will select (highlight) all records matching the query. You'll then need to use Organize > Hide Unselected to show only the matches.
    Unfortunately, I haven't found a way to make the NOW() function work in a Find request, and neither Match requests nor Hide Unselected can be included in a recorded search, either of which would reduce repeating the report to a one-button operation.
    Regards,
    Barry

  • Is there a way for the Yosemite maps app to add address to an existing contact (in contacts app) instead of creating new contact record with blank name (not useful)?

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

  • Loading Hex Files with multiple records with each line starting with : record marker, how do I load this hex file into a front panel table ? thanks in advance, Jeff.

    I have written a routine that loads a Hex file, checks for record marker,length,address etc then loads the data into a table on front panel. However, my routine only loads single record hex files. I need to be able to load multiple record files, I need to identify the ':' colon record marker start for each record in the hex file, I just can't see how to loop my routine so that all records with ':' prefix marker are loaded.

    Jeff,
    I'm not exactly sure of what you are trying to do. Is it possible you could post your code, or a screen shot of the diagram in question, so that I can get a better understanding, and possibly offer some assistance?
    I am familiar with hex files, but not with the : marker separating records. This may be able to be solved with simple text parsing, and as I am not familiar with how you are retrieving and/or displaying the files, I require more information.
    Thanks

  • Printing only one line record with total of all items through alv

    hi experts,
    i am facing a problem while printing a list through alv.
    requirement is, suppose i have 3 line items under one document no.
    i have to print only one record with total amount of all items.more clearly...
    1001  10  1000/-
    1001  20    234/-
    1001  30   540/- these records in internal table then i am passing it to reuse_alv_grid_display.
    i need to display only 1001  1774/-(means sum of all the items)
    please tell me how to do this.
    thanks in advance,
    manasi

    hi ansari,
    contains in itab
         3000000004     02.11.2000     5550     27.95     27.95     0
         3000000004     02.11.2000     5550     10.95     10.95     0
         3000000005     02.11.2000     5550     27.95     27.95     0
         3000000005     02.11.2000     5550     10.95     10.95     0
         3000000006     02.11.2000     3020     52.99     52.99     0
         3000000006     02.11.2000     3020     64.99     64.99     0
         3000000006     02.11.2000     3020     49.5     49.5     0
         3000000007     02.11.2000     3730     2,228.00     2,228.00     0
         3000000007     02.11.2000     3730     1,698.00     1,698.00     0
         3000000007     02.11.2000     3730     532     532     0
    now please tell me how to print the data
    output will be
    3000000004     02.11.2000     5550     38.90     38.90       0
    3000000005     02.11.2000     5550     38.90     38.90       0
    3000000006     02.11.2000     3020     117.19     117.19     0
    like that
    please help me out
    manasi

Maybe you are looking for

  • Creation of New Acct. Determination Transaction keys in OBYC

    Hi All How do I create new Acct determination keys in OBYC . i.e. just like FR1,FR2 etc so that I can do my own asignments in pricing procedure and other accurals? I  guess it has to start with Z.. Thanks Samuel

  • Backup method in Noarchive mode

    Hi All, I have one question regarding backup methods. I have my all database in Oracle11gR2 in Noarchive mode. I want to define some backup method but no idea which one is preferable in noarchive mode. Cold backup is again not possible. can I take ta

  • Problem with createTempFile

    I am following code in Joseph Weber's Using Java2 Special Edition. I am getting an error when compiling the following code (taken from the cd accompanying the book): File tempFile = File.createTempFile("temp#que"); The following error ensues: cannot

  • Multiple Video Conferences

    Hi all,   Another question re setting up FMS to do multiple vid conferences:   Say I have 3 or 4 video feeds being generated from different locations, and those 3 or 4 video feeds are going to be consumed by others.  Can I do that through the same Ne

  • Standard Cost Validity Date

    We are going to keep our existing standards for at least some portion of fiscal 2010. The product costs that are in SAP are due to expire on 12/31/2009. My question is that can I change the validity dates on the existing costs or do I have to redo st