Mixdown output of Javasound mixer to file

I'm currently using Javasound to render multiple audio files to speakers using multiple SourceDataLines obtained from the same Mixer. This allows me to easily adjust relative volumes and pan settings of the audio files during playback. Now I'd like to somehow grab the output of the Mixer and write the mixed audio to a single file. (Like a final mixdown of sorts.) Is there any way to get the raw output signal in stream form or otherwise from the Mixer? From what I can see of the TargetDataLine, it is only useful for audio capture.
Thanks,
Dan

I have done it, try using the Manager.createMergingDataSource() method
here is the code:
                    javax.media.Processor processors[]      = new Processor[ args.length ];
                    DataSource dataOutputSources[]           = new DataSource[ args.length ]; //arrreglo de Output DataSources
               for (int i=0; i < args.length; i++){                                             
                    MediaLocator m1 = new MediaLocator( args[i] );                    
                    try{
                         ProcessorModel pm = new MyPM( m1 );
                         processors[i] = /*Manager.createRealizedProcessor(pm);*/generaProcessor( m1 );                                                            
                         dataOutputSources[i] = processors.getDataOutput();                    
                         processors[i].start();                                                                                          
                         printProccessorInfo( processors[i] );
                         printDataSourceInfo( dataOutputSources[i] );
                    }catch(Exception e){
                         System.out.println("Error al generar input Processors " + e);
                         System.exit(-1);
               }//FOR
                    DataSource dataSourceMezcla = Manager.createMergingDataSource( dataOutputSources ); //mezclarlos                    
                    dataSourceMezcla.connect();
                    //System.out.println("content type de MEzcla = "+dataSourceMezcla.getContentType());////
                    dataSourceMezcla.start();
                    if (dataSourceMezcla == null){
                         System.out.println("No se pudieron mezclar data sources");
                         System.exit(-1);
                    }//if
               //     Processor processorOut = null;
                    try {
                         //ProcessorModel pmOut = null;                         
                    outputProcessor = generaProcessor( dataSourceMezcla ); /*Manager.createRealizedProcessor(pmOut); */
               //     ProcessorModel pm = new MyPMOut( dataSourceMezcla );
               //     outputProcessor = Manager.createRealizedProcessor( pm );
                    //System.out.println("Pm.contentDescripto = "+ pmOut.getContentDescriptor() );
                         printDataSourceInfo( dataSourceMezcla );
                         printProccessorInfo( outputProcessor );
                    }catch(Exception e){
                         System.out.println("Error al generar output Processor " + e);
                         System.exit(0);
                    DataSource dsOutput = outputProcessor.getDataOutput();
                    //------------- tocar Audios ya mezclados, crear clon de DS
                    /*DataSource dsCloneable = Manager.createCloneableDataSource(dsOutput);
                    DataSource DSclon1 = ((SourceCloneable)dsCloneable).createClone();
                    Processor processorDelClonado = ma.generaProcessor(dsOutput);
                    Player player = Manager.createPlayer( processorDelClonado.getDataOutput() );
                    player.start();
                    System.out.println( "tracks=" + outputProcessor.getTrackControls().length );////////////
                    javax.media.DataSink sink = null;
                    MediaLocator dest = new MediaLocator("file:/c:/newfile2.mp3");
                    try{
                         sink = Manager.createDataSink( dsOutput, dest );                    
                    sink.open();
                    }catch(javax.media.NoDataSinkException nd){
                         System.out.println("Error en DataSink - " + nd );
                    outputProcessor.addControllerListener(this );     
                    sink.addDataSinkListener( this );
                    System.out.println("Mezclando");
                    sink.start();
                    outputProcessor.start();
                    while (!fin) { // mientras no terminen audios
                         try {
                              Thread.currentThread().sleep(100);
                    } catch (InterruptedException ie) {
                    int count = 0;
                    if (outputProcessor != null &&     (int)(outputProcessor.getMediaTime().getSeconds()) > count) {
                              System.err.print(".");
                              count = (int)(outputProcessor.getMediaTime().getSeconds());
                    }//if
                    }//while
                    sink.close();

Similar Messages

  • Apps to mix sound files in real time, using two soundcards?

    Can someone recommend some applications for linux to mix audio files (mp3, ogg) between two soundcards?
    in realtime... you know, like DJs do, etc...
    TIA, and sorry for the bad english
    luciano

    I think if you use more than one card at a time you're going to run into latency issues, since there is no guarantee that the output from two or more cards will be synchronized. If you really need more than two channels out, a better solution is to purchase a professional card with as many outputs as you need. Also, I don't think Jack (the standard for audio work in Linux) supports the use of more than one card at a time.
    I can't think of a reason you would need more than two channels (one left, one right) unless you're trying to DJ in surround sound. Don't DJs using traditional gear just run a pair of turntables through a crossfader?
    I haven't used the program, but Mixxx looks like the best Linux software for DJing. You might take a look at it first.

  • An output module failed. The file may be damaged or corrupted.

    Whenever I try to render something in After Effects CC 13.1.1, an error message pops up, saying "After Effects error: Rendering error while writing to file '[not going to disclose]' An output module failed. The file may be damaged or corrupted (-1610153464)."
    Screenshot of the error message:
    I tried reinstalling QuickTime (7), repaired it, updated After Effects to the latest version(as I am writing this), checked firewall software, and used other formats such as AVI.
    Adobe Media Encoder (CC 2014-latest version) won't work with me, either.
    I sent the composition to Adobe Media Encoder, and this is what I got, no progress here.
    Screenshot:
    It took a while to connect to the dynamic link server, and failed.
    This is a log of what has happened in Adobe Media Encoder.
    - Source File: C:\Users\Default.BronyGue\Documents\not done\pinkcoverart_AME\tmpAEtoAMEProject-Pink Intro1.aep
    - Output File: C:\Users\Default.BronyGue\Documents\not done\pinkcoverart_AME\Pink Intro.mp4
    - Preset Used: YouTube HD 720p 29.97
    - Video: 1280x720 (1.0), 29.97 fps, Progressive
    - Audio: AAC, 320 kbps, 48 kHz, Stereo
    - Bitrate: VBR, 2 pass, Target 5.00 Mbps, Max 5.00 Mbps
    - Encoding Time: 00:00:12
    06/29/2014 02:29:14 PM : Encoding Failed
    The Operation was interrupted by user
    (no need to worry about the above part)
    - Source File: C:\Users\Default.BronyGue\Documents\not done\moddedchill_AME\tmpAEtoAMEProject-montage1.aep
    - Output File: C:\Users\Default.BronyGue\Videos\chilledup.wmv
    - Preset Used: Custom
    - Video: 1280x720 (1.0), 29.97 fps, Progressive
    - Audio: Windows Media Audio 10 Professional, 96000 Hz, Stereo, 24 bit
    - Bitrate: CBR, 2 pass, Max 10000.00 kbps
    - Encoding Time: 00:01:42
    11/22/2014 12:24:39 AM : Encoding Failed
    The Operation was interrupted by user
    - Source File: C:\Users\Default.BronyGue\Documents\not done\moddedchill_AME\tmpAEtoAMEProject-montage1.aep
    - Output File: C:\Users\Default.BronyGue\Videos\chilledup.mpg
    - Preset Used: Custom
    - Video: 1280x720, 29.97 fps, Progressive, Quality 75
    - Audio: MPEG Audio, 384 kbps, 48 kHz, Stereo, 16 bit
    - Bitrate: VBR, 1 Pass, Min 4.00, Target 15.00, Max 18.50 Mbps
    - Encoding Time: 00:00:11
    11/22/2014 12:52:11 AM : Encoding Failed
    The Operation was interrupted by user
    - Encoding Time: 00:00:51
    11/22/2014 12:53:51 AM : Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error.
    - Encoding Time: 00:00:46
    11/22/2014 08:39:46 AM : Encoding Failed
    Export Error
    Error compiling movie.
    Unknown error.
    - Source File: C:\Users\Default.BronyGue\Documents\not done\moddedchill_AME\tmpAEtoAMEProject-montage4.aep
    - Output File: C:\Users\Default.BronyGue\Documents\not done\moddedchill_AME\montage.mpg
    - Preset Used: Match Source - High bitrate
    - Video:
    - Audio:
    - Bitrate:
    - Encoding Time: 00:00:00
    11/22/2014 10:06:45 AM : Encoding Failed
    Could not read from the source. Please check if it has moved or been deleted.
    I need some help! Any solutions?.
    Computer Specs:
    AMD FX-6300
    8GB 1600MHz DDR3 RAM
    NVIDIA GeForce GTX 650 Ti BOOST
    1TB 7200RPM Hard Drive
    Windows 8.1 Update 1(with latest updates)
    EDIT(11/23/2014 8:31PM PST): For some reason, other projects work for me just fine. I am not sure why it is not working on one project.
    Screenshot of a new project other than this I am rendering at the time of writing this edit:

    Can other projects can output to the same output location? Yes
    Can other projects render with the same render settings (codec, format, etc.)? Yes.
    If you create a new composition and just add a solid layer to it with no effects in the same project does it render? No. I still get the error.
    Can you render that brand new comp with the same render settings, output settings, output location etc.? Yes.
    If so, what effects are present in the offending comp? Twixtor Pro in all the cinematics/clips, Motion Tile and Transform for pan/crop & wiggle, Magic Bullet Looks and Bad TV Warping preset with just Wave Warp & Venetian Blinds for color correction, Gradient Ramp for text, Bad TV Warping preset with everything for effect, Transform for fade in/out, and ReelSmart Motion Blur v4.1.2 for motion blur.
    Also, what scripts are you using? Just the Move Anchor Point script I found from one of Mt. Mograph's videos, Summit 16 - 2.5D Minecraft Steve - After Effects - YouTube.
    Have you ever installed any third-party codec packs? (I've heard of some codec packs causing weird issues like this.) Yes, (not everything I have, just everything I can think of and find) I have K-Lite codec pack, Fraps, x264vfw, and Xvid MPEG-4 codec.

  • Outputting data to a flat file

    Hi. Sorry if this is really a simple question, but I am new to PL/SQL and SQL.
    I need to select all the fields from a table and output it to a flat file. Can you tell me how to do this, ie give me a sample code.
    Thanks.

    Hey CD,
    Theres Nothing more simple than outputting values in to a flat file from PL/SQL.
    1-Open a cursor containing your field values.
    2- Use the UTL_FILE package from Oracle to output the results....
    Like so:
    PROCEDURE PROC_PROCEDURE()
    IS
    -- declare variables!
    var_FileHandle UTL_FILE.FILE_TYPE; -- file handle
    var_Values VARCHAR2(4000); -- record layout
    -- declare cursors
    CURSOR cur_cursor IS
    SELECT *
    FROM table
    WHERE {conditions}
    -- declare cursor variables
    varcur_cursor cur_cursor%ROWTYPE;
    BEGIN
    -- Open File to write...
    var_FileHandle := UTL_FILE.FOPEN(ExportFilePath, FileName, 'w', 8191);
    -- Select records...
    FOR varcur_cursor IN cur_cursor LOOP
    -- Build INSERT statements...
    var_Values := varcur_cursor.FIELDNAME1
    &#0124; &#0124;varcur_cursor.FIELDNAME2
    &#0124; &#0124; ...more fields....
    -- Insert Values into flat file...
    UTL_FILE.PUT_LINE(var_FileHandle, var_Values);
    END LOOP;
    -- Close text file...
    UTL_FILE.FCLOSE(var_FileHandle);
    END PROC_PROCEDURE;
    Hope this helps!
    Mg.

  • How to call a SP with dynamic columns and output results into a .csv file via SSIS

    hi Folks, I have a challenging question here. I've created a SP called dbo.ResultsWithDynamicColumns and take one parameter of CONVERT(DATE,GETDATE()), the uniqueness of this SP is that the result does not have fixed columns as it's based on sales from previous
    days. For example, Previous day, customers have purchased 20 products but today , 30 products have been purchased.
    Right now, on SSMS, I am able to execute this SP when supplying  a parameter.  What I want to achieve here is to automate this process and send the result as a .csv file and SFTP to a server. 
    SFTP part is kinda easy as I can call WinSCP with proper script to handle it.  How to export the result of a dynamic SP to a .CSV file? 
    I've tried
    EXEC xp_cmdshell ' BCP " EXEC xxxx.[dbo].[ResultsWithDynamicColumns ]  @dateFrom = ''2014-01-21''"   queryout  "c:\path\xxxx.dat" -T -c'
    SSMS gives the following error as Error = [Microsoft][SQL Server Native Client 10.0]BCP host-files must contain at least one column
    any ideas?
    thanks
    Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Hey Jakub, thanks and I did see the #temp table issue in our 2008R2.  I finally figured it out in a different way... I manage to modify this dynamic SP to output results into
    a physical table. This table will be dropped and recreated everytime when SP gets executed... After that, I used a SSIS pkg to output this table
    to a file destination which is .csv.  
     The downside is that if this table structure ever gets changed, this SSIS pkg will fail or not fully reflecting the whole table. However, this won't happen often
    and I can live with that at this moment. 
    Thanks
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • To download the Output of ALV to Excel file with Marco

    Hello Masters ,
    I m working on a ALV report in which either we can see the output or can download the ouptput and format that file before sending by mail..
    the following steps are currently used to download and format the ALV output .
    1. Save file form unix server
    2. Download the file to computer.
    3. Run a macro to format the execl file  and
    4. Send the file by mail.
    Apart from this I have to implement a new functionality by which we can directly send the result to spool so that it can be sent directly by mail .
    Can Anyone help me out????????
    Thanks & Regards
    Varlani Amit

    You will be having all data to be send in an internal table, same as your ALV internal table.
    you can provide a button or menu in alv screen to send directly without storing.
    for this you
    1. first write spool
    2. send it through mail.
    1. Writting a spool
    *Get the printer name from TVARVC table.
      select single low from tvarvc into l_destination
           where name = 'PRINTER'
             and type = 'P'
             and numb = '0000'.
      if sy-subrc ne 0.
         l_destination   = 'LOCL'.
      endif.
    *Get the print parameters.
      call function 'GET_PRINT_PARAMETERS'
        EXPORTING
          copies                 = 1
          department             = 'SYSTEM'
          destination            = l_destination
          expiration             = 2
          immediately            = ' '
          layout                 = 'X_65_255'
          line_count             = 65
          line_size              = 255
          list_name              = 'ABC'
          list_text              = 'XYZ
          mode                   = ' '
          new_list_id            = 'X'
          no_dialog              = 'X'
          receiver               = 'SAP*'
          release                = 'X'
          sap_cover_page         = 'X'
          user                   = sy-uname
        IMPORTING
          out_parameters         = l_params
        EXCEPTIONS
          archive_info_not_found = 1
          invalid_print_params   = 2
          invalid_archive_params = 3
          others                 = 4.
      case sy-subrc.
        when 1.
          raise get_print_info_not_found.
        when 2.
          raise get_print_invalid_prt_params.
        when 3.
          raise get_print_invalid_arch_params.
        when 4.
          raise get_print_others.
      endcase.
    *start spool writing.
      new-page print on parameters l_params no dialog.
      uline.
      skip.
      write: 27 text-022 centered. "report name
      skip.
      uline.
    Do formatting as you want.
      loop at ALV_OUTPUT_INTERNAL TABLE..
        write:/  ALV_OUTPUT_INTERNAL TABLE-fileds...
      endloop.
      uline.
    *end spool writing.
      new-page print off.
    2. Sending a mail.
    Use FM 'SO_DOCUMENT_SEND_API1' for sending a mail

  • Output of report to control file

    Hi all,
    I have to show my report output into 2 formats one is csv format and another is ctl file.
    For this I am using FND_SUBMIT.SET_REQUEST_SET in after report trigger of my report.
    For first output type I am submitting XML program to get csv output.
    After this my second progrm output type has to be control file, in this control file I have to show the Total sum of amount which is generated in first program that is csv format. How can I achieve this?
    How can I get output of report in control file?
    Could you help me in this?
    Thanks in advance

    You may have an additional layout for the .ctl file. That is a new set of frames and fields that gives you the .ctl file, without querrying again.
    As for the after report trigger, it would be best not to use it. It is obsoleted.

  • Convert Script output data to Text(.txt) file & send mail with attachment.

    Hi All,
    Requirement: I shulb be able to conver th Script output data to Text(.text) file & send a maill with attachment with this text file. Formant of text file should be like output of Print priview.
    Plese sugget with Function modules to cover as Text file.
    I am able to converting the Script output data to PDF and sending mail with attachment. So I don't want PDF file now.
    Thanks in advance.

    Hi, Thanks for responst.
    We can convert the Scirpt output to PDF file by using OTF function module and the PDF file looks like Print Privew output.
    Same like this I want Script out in NOTEPAD (.txt). Is that possible, Plz sugget with relavent Function Modules.
    Thanks.

  • Problem in outputting a string into a file

    Hi guys,
    I tried to output a string to a file. The string is 'Size : 30u201D X 13 ½u201D X17 ¾u201D(H)'.
    However, with this code :
    l_file = '/erp/reports/testgk.txt'.
    l_str = 'Size : 30u201D X 13 ½u201D X17 ¾u201D(H)'.
    OPEN DATASET l_file FOR OUTPUT IN TEXT MODE ENCODING DEFAULT.
    TRANSFER l_str TO l_file.
    It returned me a weird string: 'Size : 30M-bM-@M-] X 13 M-BM-=M-bM-@M-] X17 M-BM->M-bM-@M-](H)'
    Would you please let me know how to solve this problem?
    Thanks, gk

    Hello gk,
    I tried this code & works fine for me though:
    DATA: v_data TYPE string VALUE ' 30u201D X 13 ½u201D X17 ¾u201D(H)',
          v_file TYPE string VALUE
                  '\glbwi720InterfaceID2100I_MB_207INsdn.txt'.
    OPEN DATASET v_file FOR OUTPUT
    IN TEXT MODE
    ENCODING DEFAULT.
    IF sy-subrc = 0.
      TRANSFER v_data TO v_file.
      CLOSE DATASET v_file.
    ENDIF.
    Looks like the "usual" ENCODING problem
    BR,
    Suhas

  • Output chinese character to CSV file in UNIX

    Hi
    I encountered ABAP dump whenever output chinese character to CSV file in UNIX in ECC6. Error show as
    "At the conversion of a text from codepage '4102' to codepage '1100':
    - a character was found that cannot be displayed in one of the two
    codepages;
    - or it was detected that this conversion is not supported"
    The program with coding of statement OPEN DATASET xxxxx FOR OUTPUT IN TEXT MODE  ENCODING NON-UNICODE. Reason to output to OPEN statement to non-unicode as users would like to open the csv file thru Excel directly. They do not wish to open the text file in Excel. Can Experts please share with me how to overcome the problem?
    Thanks
    Kang Ring

    May be you could give a try with the following code and check
    OPEN DATASET xxxxx FOR OUTPUT IN TEXT MODE ENCODING NON-UNICODE CODEPAGE '4103'.
    Vikranth

  • Java.io.File and output.write to newly created file

    I'm using output.write(""); in conjunction with java.io.File to create a file with field data from a form submit. The file gets created and includes anything I add between the quotes rather then searching for it's value. My question is what is the syntax for putting <%= request.getParameters("") %> in the output.write brackets. I've been unsuccessful thus far so it must be my syntax.
    This works:
    try {
    File outputFile = new File("/tmp/filename");
    outputFile.createNewFile();
    FileWriter output = new FileWriter(outputFile);
    output.write("text in the file");
    output.close();
    } catch (IOException e) {
    System.out.println("Caught IOException: " + e.getMessage());
    // or.....
    System.err.println("Caught IOException: " + e.getMessage());
    %>
    I need to include the below and have the file represent <HTML> for redisplay.
    <html>
    <title><%= request.getParameter("car") %>, <%= request.getParameter("color") %></title>
    <font color=blue>Car Model: </font> <%= request.getParameter("carMod") %><br><br>
    <font color=blue>Car Color: </font> <%= request.getParameter("carColor") %><br><br>
    Can I wrap this somehow or do I need to define the field data another way?
    tks

    1)Do you want "<%= request.getParameter("car") %>" written exactly as that to the file, or 2)do you want to get the value of request.getParameter("car") and write it to the output?
    If 1):
    output.write("<title><%= request.getParameter(\"car\") %>,"+
            " <%= request.getParameter(\"color\") %></title>");else if 2):
    output.write("<title>"+ request.getParameter("car") +", "+
            request.getParameter("color")+"</title>");

  • How to download BI Queries(more than 2) Output into a single PDF file?

    Dear All,
    Requirement:
    How to download BI Queries(more than 2) Output into a single PDF file?
    Purpose:
    The user wants to see 9 queries output into a single file (preferably a zipped file), sent to his email id on daily basis.
    Constraints:
    1) The user may not have SAP GUI on his system.
    2) The user do not want to log into the portal. (otherwise I would not have needed this help)
    Please help me with all possible ways to achieve this task.
    Regards,
    Avinash.

    Hi,
    Please check this links;
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/0bfcac90-0201-0010-52a3-d5b270b86ef3
    Information Broadcasting Part 1 u2013 System Parameter Setting
    http://sapbwneelam.blogspot.com/2008/09/information-broadcasting-part-1-system.html
    Information Broadcasting-Part 2 -System Settings
    http://sapbwneelam.blogspot.com/2008/09/information-broadcasting-part-2-system.html
    Information Broadcasting Part 3 u2013 Scheduling the First Report
    http://sapbwneelam.blogspot.com/2008/09/information-broadcasting-part-3.html
    How To... Troubleshoot Information Broadcasting (BEx Workbooks)
    http://sapbwneelam.blogspot.com/2008/09/how-to-troubleshoot-information.html
    Hope it Helps
    Regards
    CSM Reddy

  • CS3 fails to output an SWC Flash Component File

    My workflow uses CS3 to create SWCs which I include in my FlashDevelop Project. But CS3 no longer outputs the SWC Flash Component File. It outputs the SWF, but not the SWC. So I set up this test FLA to see what's up...
    I used a weird name for the MovieClip (MKLop2) to avoid any possible naming collisions and added AS3 to the MovieClip's timeline (a simple this.stop(); )  to ensure Flash was "seeing" enough content to warrant an export to SWC. I also tried right clicking the MC in the library and choosing Export SWC file... from the drop down menu. Flash processes the request but does not produce an SWC. There is an instance of MKLop2 which has been dragged and dropped on the Stage. So, I have done all I can think of to encourage Flash to output an SWC that I know to do. Have I just overlooked something simple? Thanks. Mond.

    It all looks good to me and no you shouldn't have to do anything to get it to export items in the SWC other than add a linkage ID to each item you plan on accessing via code.
    Perhaps try running Flash as Administrator to rule out any filesystem permission issues.
    Lastly are you setting the SWF location every time? Make sure you hit the browse button and select the location every time you open the document. You should only need to do that once.

  • MPEG-2 Output audio & video in ONE File

    I have a lot of videos to batch in MPEG-2 and I need the output to be ONE .M2V file with audio in it. I know that I can do this with Quicktime Pro but that requires me to do this one video at a time. My Compressor presets are great but the output is a M2V file and a separate AIFF file.
    Is there any preset setting in Compressor where the MPEG-2 file includes both audio and video in same file?

    OOHH.. you need a transport stream?
    and since you did mention broadcasting, it makes sense now.
    i use the optibase encoder to create elementary .m2v and .ac3 files, then i create a .cfg file and i use manzanitas multiplexer (sp).
    but if you dont have that, you can also use MPEG Streamclip to export to your transport file.
    as far as creating transport streams on compressor, unless someone knows otherwise, the answer would be no.
    but do check out the above app i suggest. it works, but not as good as the multiplexer, but it IS free
    Mikey
    rereading your post, i see you are asking about a batch transport encoder. the closest i can think of is the above mentioned app by manzanita.
    here is the link:
    http://www.lilapple.com/mp2tsme.html
    it is both a gui based app, but is more powerful (IMHO) command line.
    the gui does have a batch option, but you can just as fast write the command syntax.
    it works wonders for me! also, it has a trial version, check it out!
    Mikey
    Message was edited by: Mikey M.

  • Itunes mix down file too big?

    Greetings from the bayou,
    I am trying to e-mail a band mate a mix of a song from GB in itunes. I didn't notice this before, but the file is 24.3 MB. Is there a way/program or a setting in itunes to compress these files to meet my 10MB limit. Also, I would like to give some direction on the other end for him to open it in windows/itunes if possible. Should I store these songs in such a large file format for that matter? Mix down to itunes then transfer to smaller file size, then delete large files...
    Thanks for your time,
    -deltonfoster
    Powerbook G4 15" 1.67 1GB Ram   Mac OS X (10.4.4)   PreSonus FirePod, icontrol, Maxtor 200GB-HD

    Is there a way/program or a
    setting in itunes to compress these files to meet my 10MB limit.
    http://www.thehangtime.com/gb/gbfaq2.html#converttomp3
    Should I store these
    songs in such a large file format for that matter?
    That's up to you. The uncompressed AIFF files are of the highest quality, but you can always make another mixdown from the GB file if you want to.
    --HangTime [Will Compute for Food] B-|>

Maybe you are looking for

  • ITunes no longer finds music on another PC upgraded to Windows 8

    We store all of our music on a central home theater PC, and the itunes library running on a Vista laptop refers to all of these files. Windows on the laptop has no issues still accessing the music files on the PC after upgrading to Windows 8 but now

  • Erasing video downloads

    i have downloaded a tv series and transfered to my ipod video.the memory on my hard drive is full.can i erase the file on my computer and still keep it on my ipod even when it updates and the video is no longer in my library.

  • Quality score

    how to do setting of quality score for vendor materials as per our requirements which are as under. 1 ) weightage of  rejection at incoming stage 2 ) weightage of sorting at incoming stage 3 ) weightage of return from production 4 ) weightage of cust

  • Nokia 3110 - vibrating alert

    Bought 2 (company) 3110's today - another company phone is already 3110. Neither of the new ones vibrate when ringing although I have set both to do so both in Profiles and Settings. The older 3110 does. (Older only by about 6mths) This is crucial fo

  • HT4623 not able to update past iOS 4.2.1

    how update ipod touch past ios 4.2.1?