Upload audio files and share them for free

I would like to upload audio files onto ITunes.  I would like to do this at work so that I can share it with whomever wants to listen to them for free.  Is this possible?  If so, how many audio and or visual files can I upload, what would the duration of the video be and would I have copyright to these files?
Thank you,
Ashifa

Unfortunately, LE7 doesn't include what you need, although (pre-Apple) Logic Audio 6 did - the EXS Instrument Editor. Keymap, from Redmatica, is a more robust editor, but it hasn't been released yet (second half of 2005, according to their site).
I don't know of any others, maybe someone else here does.

Similar Messages

  • Hello! I have some my violin recorded audio files and want them to be converted to printable notation throw "audio to score"from Factory. But do not have a normal result. Could someone help me, please. .

    I have some my violin recorded audio files and want them to be converted to printable notation throw "audio to score"from Factory. But do not have a normal result. Could someone help me, please. .

    seeren wrote:
    Normal result is on the sloppy side of inaccurate.
    Wish I'd started this topic so I could give you a green star!
    Great description.

  • Uploading csv files and reading them from server

    I want to read a csv file.From Flex i am able to select the
    file but when i pass it to the server using struts
    FileUploadInterceptor , am not able to pass the file to the
    server.FileUploadInterceptor in struts2 processes the request only
    if its instance of MultiPartRequestWrapper.Is there any way in Flex
    where i can pass the request as a instance of this.Is there any
    other way in which i can read the file from the server after
    uploading it through flex.Code is as follows :
    1)MXML File :
    ?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="
    http://www.adobe.com/2006/mxml"
    layout="absolute">
    <mx:Script>
    <![CDATA[
    import ImportData;
    import flash.net.FileReference;
    import flash.net.FileFilter;
    import flash.events.IOErrorEvent;
    [Bindable] var fileRef:FileReference = new FileReference();
    private function openFileDialog():void{
    fileRef.addEventListener(Event.SELECT, selectHandler);
    fileRef.addEventListener(Event.COMPLETE, completeHandler);
    fileRef.addEventListener(DataEvent.UPLOAD_COMPLETE_DATA
    ,uploadCompleteHandler);
    fileRef.addEventListener(IOErrorEvent.IO_ERROR,onIOError);
    try{
    var textTypes:FileFilter = new FileFilter("Text Files
    (*.txt,*.csv)","*.txt;*.csv");
    var allTypes:Array = new Array(textTypes);
    //var success:Boolean = fileRef.browse();
    var success:Boolean = fileRef.browse(allTypes);
    catch(error:Error){
    trace("Unable to browse for files.");
    private function onIOError(event:IOErrorEvent):void {
    trace("In here"+event.text);
    trace("In here"+event.toString());
    // when a file is selected you upload the file to the upload
    script on the server
    private function selectHandler(event:Event):void{
    //var request:URLRequest = new URLRequest("/importAction");
    var request:URLRequest = new URLRequest("
    http://localhost:8080/pack1/importAction.action");
    try
    fileRef.upload(request);
    catch (error:Error)
    trace("Unable to upload file.");
    private function completeHandler(event:Event):void{
    trace("uploaded");
    // dispatched when file has been uploaded to the server
    script and a response is returned from the server
    // event.data contains the response returned by your server
    script
    public function uploadCompleteHandler(event:DataEvent):void
    trace("uploaded... response from server: \n" +
    String(event.data));
    ]]>
    </mx:Script>
    <mx:Button label="Import" id="importBtn"
    click="openFileDialog()" height="20" width="90"
    styleName="buttonsOnSearchBar"/>
    <mx:ComboBox x="23" y="44" borderColor="#ff0000"
    themeColor="#ff0000"></mx:ComboBox>
    </mx:Application>
    2)struts.xml file
    <struts>
    <package name="pack1"
    extends="struts-default,json-default">
    <global-results>
    <result name="error" type="json"></result>
    </global-results>
    <global-exception-mappings>
    <exception-mapping result="error"
    exception="java.lang.Throwable"/>
    </global-exception-mappings>
    <action name="importAction"
    class="routing.ImportAction">
    <interceptor-ref name="fileUpload"/>
    <interceptor-ref name="basicStack"/>
    <result name="success" type="json"></result>
    </action>
    </package>
    </struts>
    3)Action Class
    package com.om.dh.orderrouting.action;
    import java.io.BufferedReader;
    import java.io.File;
    import java.io.FileNotFoundException;
    import java.io.FileReader;
    import java.util.ArrayList;
    import java.util.StringTokenizer;
    import org.apache.log4j.Logger;
    import com.opensymphony.xwork2.ActionSupport;
    public class ImportAction extends ActionSupport{
    private String contentType;
    private File upload;
    private String fileName;
    private String caption;
    private static final Logger logger =
    Logger.getLogger(ImportAction.class);
    @Override
    public String execute() throws Exception {
    * Read File Line by Line.. If the file has more than one
    word separated by comma
    * return error.
    ArrayList<String> symbolList = new
    ArrayList<String>();
    try{
    BufferedReader reader = new BufferedReader(new
    FileReader(upload));
    String line =null;
    String symbol=null;
    while((line=reader.readLine())!=null){
    StringTokenizer tokenizer = new StringTokenizer(line,"\t");
    symbol = tokenizer.nextToken();
    if(symbol!=null) symbol = symbol.trim();
    if(symbol.length()>0)
    symbolList.add(symbol);
    }catch(FileNotFoundException fne){
    if(logger.isDebugEnabled())
    logger.debug("File NotFount ", fne);
    for(String symbol1:symbolList)
    System.out.print(symbol1+" ");
    return SUCCESS;
    public String getUploadFileName() {
    return fileName;
    public void setUploadFileName(String fileName) {
    this.fileName = fileName;
    public String getUploadContentType() {
    return contentType;
    public void setUploadContentType(String contentType) {
    this.contentType = contentType;
    public File getUpload() {
    return upload;
    public void setUpload(File upload) {
    this.upload = upload;
    public String getCaption() {
    return caption;
    public void setCaption(String caption) {
    this.caption = caption;
    public String input() throws Exception {
    return SUCCESS;
    public String upload() throws Exception {
    return SUCCESS;

    quote:
    Originally posted by:
    ived
    tried this but does not work...
    var request:URLRequest = new URLRequest("
    http://localhost:8080/pack1/importAction.action");
    request.contentType="multipart/form-data";
    in the interceptor it expects the request to be instanceof
    MultiPartRequestWrapper...
    Further the document says that FileReference.upload() and
    FileReference.download() methods do not support the
    URLRequest.contentType and URLRequest.requestHeaders parameters.
    Any help ??

  • Importing My Own Audio Files And Triggering Them

    Can i impoort my own sounds(sampled Kicks,Snares,etc..) into Logic Express7 and trigger them via USB keyboard controller..if not then what can i do or use to make this happen for me?

    Unfortunately, LE7 doesn't include what you need, although (pre-Apple) Logic Audio 6 did - the EXS Instrument Editor. Keymap, from Redmatica, is a more robust editor, but it hasn't been released yet (second half of 2005, according to their site).
    I don't know of any others, maybe someone else here does.

  • How to? - Logic can now import multichannel interleaved audio files and convert them to individual mono files

    This was listed as a new feature in the 10.1 Logic Pro X update but how do you do it? I don't see it in any documentation.
    Thanks

    I haven't had time yet to investigate most of the new functions.. so no, not at this time...
    have you tried just digging around yourself and see what you can find?
    Otherwise,
    Maybe Edgar knows?
    or..
    if you post up a link here to a MCI Audio file.. Ill play around a little.....

  • In the past when I have imported my dslr video/audio files and then my zoom audio files Final Cut Pro has organized them in pairs in my library. For some reason my video/audio and my audio are being organized seperately. How do I fix this? Thanks!

    In the past when I have imported my dslr video/audio files and then my zoom audio files Final Cut Pro has organized them in pairs in my library. For some reason my video/audio and my audio are being organized seperately. How do I fix this? Thanks!

    Thank you Russ! Seems as though the timestamp on my audio files was completely incorrect so it placed the files far away from the corresponding video. I've modified the timestamp information and this has helped. The hour/minute information is incorrect but at least now I'm in the ballpark. Thank you!

  • My iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them.

    my iWeb image names are incompatible with FTP servers and must be renamed but I can't find the images in iWeb. I can upload to a desktop file and change them there but then I would need to download them to a new site in iWeb to publish them. 
    What's the answer?
    Thanks 

    Many thanks to  responded to my question and sorry not to get back sooner.
    Yes, I discovered by this unfortunate experience that the names of photos are a serious issue if the site is to ever go to an FTP server.  Apple should discuss this carefully in their "manual".
    One more question:  I uploaded the website to a folder on my desktop. When I open it, unlike the photos in iWeb, there are folders for each page which have all the photos in them. I went through each folder and changed the names to be FTP compatible. I'm using iWeb SEO Tool which allows one to upload from this local folder to an FTP server but having trouble.
    Is this because there is an imbedment in iWeb that uses the old photo names to link to the actual photos and it can't find them because of the name changes?
    Thanks again for your help ...
    Phil McP

  • I am traveling with my macbook pro and I forgot to install final cut express and quicktime pro before I left. How can I in a way download them for free on my laptop from where I am

    I am traveling with my macbook pro and I forgot to install final cut express and quicktime pro before I left. How can I in a way download them for free on my laptop from where I am? I need them and don't want naturally to buy them again!!!
    Thank you    

    Assuming you purchased QT Pro, you can always download it again at no extra charge by logging in to your Apple account.
    Regarding FCE, there is no way to download & install the product.  You need an original FCE install disk and your FCE serial number.
    Final Cut Pro X (aka FCPX) can be purchased & downloaded from the App Store.

  • Upload csv file and insert into a table for user

    Hello,
    i want to create a Page on which, the User of my Application can upload a semicolon delimited file and the data of the file should automatically be stored in a table.
    I can upload the file and the file is then stored in the htmldb_application_files table.
    But I do not no how to parse the file....
    Can anyone help me or is there anyone who have done that before?
    Thank you,
    Tim

    Tim...
    Here is what I did in a similar situation.
    Let the user download a csv file to use as an excel turnaround document.
    I check digit the primary key. They are not supposed to touch that column.
    They do their excel thing adding data in columns next to the ones they are updating. They now have the original and new data on the same row in the excel document. They save it on a share drive as a csv. A perl script wakes up and parses the csv. Verify's the check digit, checks that the old values still exist in the table... etc, and then does the update if all is well at the row level. The csv is replaced showing the success or failure of the update on each row.
    Probably lots of other ways to accomplish this but I have gotten years of use out of the script. The original csv can come out of almost any application. Mine come from apex, discoverer and some excel queries.
    Bob

  • HT3529 if I live in USA and want to text someone in new zealand that has an iPhone. Can I text them for free as long as I have internet?

    if I live in USA and want to text someone in new zealand that has an iPhone. Can I text them for free as long as I have internet?

    If you both use iMessage.
    https://sites.google.com/site/appleclubfhs/support/advice-and-articles/guide-to- built-in-apps-ios#messages

  • My computer is authorized, but when I try to open a recently downloaded audio file I get asked for my "Audible username and password"  and my AppleID and password do not work

    My computer is authorized, but when I try to open a recently downloaded audio file I get asked for my "Audible username and password"  and my AppleID and password do not work.

    thats because audible isnt apple provided, its a third party app/website so you'll have to get it from them

  • I am trying to import an mp3 audio file into garage band for editing.  drag and drop doesn't work. What now?

    I am trying to import an mp3 audio file into garage band for editing.  Drag and drop does not work. any ideas?

    Try reposting in the Garageband forums. You can find it at:
    https://discussions.apple.com/community/ilife/garageband

  • If i have an ipod and an ipad,the ipad apps that i bought can i download them for free on ipod?, If i have an ipod and an ipad,the ipad apps that i bought can i download them for free on ipod?

    If i have an ipod and an ipad,the ipad apps that i bought can i download them for free on ipod?, If i have an ipod and an ipad,the ipad apps that i bought can i download them for free on ipod?

    Some apps are universal ( noted by the "+" symbol).
    All others will only work on the ipad or iphone/ipod, not both.

  • How to import 2 separate audio tracks and keep them separate?

    I need advice about importing two separate simultaneous audio tracks and keeping them separate. I am importing footage from my Sony PDX-10 DV Cam.
    In the field I had wireless microphones on two people, a man and woman. I interviewed them separately. The man was on channel 1 and the woman was on channel 2.
    While shooting the man, for example, I could also hear the open mic of the woman who was maybe a block away talking to some friends. But her distracting sound was on CH 2 and in playback on the camera, if I dial down the volume of CH 2, I no longer hear the woman and I have a clean audio track, Ch 1, of the man who is being filmed.
    I'm trying to import the interviews into iMovies with only the relevant track turned up and the distracting track turned down. When I listen to the audio from the camera on my headsets, I can get clean sound of just the person who is on camera. But the FIREWIRE seems to grab both tracks, even though in playback i'm listening only to the clean track.
    Does anyone know how I can send just one audio track to IMovie? Any way to prevent the Firewire from importing both Ch 1 and Ch 2 at the same time?
    I only want the sound that's relevant to the person who is on camera. And I know that in the camera, it's possible to listen to just the track from one channel. I'm hearing just one track through the headsets, because I can sucessfully dial down the other track. That's the way I want to import the footage to iMovie. But the FIrewire seems to grab all the sound it can find and carry over both CH 1 and CH 2, which means I'm left with a jumble of sound that is not useful.
    And finally, if the firewire needs to grab both tracks, is there a way to assign them to two separate tracks in iMovie, so I can then simply turn one of the tracks off?
    iMacG5   Mac OS X (10.3.9)  
    iMacG5   Mac OS X (10.3.9)  
    iMacG5   Mac OS X (10.3.9)  

    welcome finecut to the  boards of discssions ...
    nope.
    iM handles the two stereo-channels as "one track", and offers 3 tracks of stereo.. (the one inside the video, 2 additional tracks...)
    I would... :
    * export clip(s) share/Quicktime/Expert Settings/aiff..
    * in a designated audio processor (Garageband, Audacity, ...) seperate the two channels, creating two "new" ones, stereo, where one channel is located in the stereo middle..
    * import these two "stereo" files into iM, into Track2 and Track 3 ...
    .. boom!done

  • No audio play through when uploading audio file

    Hello. I have been trying to use GB '08 to upload audio files of recorded interviews. Problem is when I begin uploading, no audio plays so I can't adjust levels, etc. I've tried looking through preferences/other tools for "play through" features but can't find any. It doesn't do me any good to try to upload interviews if I can't hear them to make sure the audio quality is good enough. Can anyone help with this? Thanks!

    Yes, I am importing the audio from an external recording device. I set up a basic track and then hit record but then I can't hear anything except the metronome or the timing clicks. So I have to stop it after a few minutes to check that it has recorded the audio properly - levels OK, etc. And then if the voice levels are too low or some other problem, I have to guess that I'm adjusting the input levels OK, and then I hit record again and repeat the process. I want to be able to hear the audio while I'm recording. That's what I can't seem to fix.

Maybe you are looking for

  • Hp ipod / mac compatibility

    I am a Mac owner (Mac mini, running osx 10.3.9) and recently bought a used HP ipod 20gb click wheel to replace one that was stolen. Its' from ebay and I didn't know that it was hp or that there were compatibility issues. Bottom line, the drive doesn'

  • HT4587 I cant connect itunes on my pc to airplay  - icon disappeared

    After up dating my software on Airplay, and itunes, i cant connect the PC to play itunes through airplay. Airtunes is available for iphone and ipad - however most of my libary is on itunes Annoying!!

  • Android: Consistent Segmentation Fault Crashes

    Hello, On the Nexus 7 (running Android 4.3), the DPS app consistently crashes within 5-20 seconds of running the application. I looked at the logs with the Android Device Manager and this is what I found. I have included everything that occurred betw

  • Renew Skype number before it expires?

    How can I renew my Skype number a month or so before it's up for expiration? Want to do it now while I just got paid and can't figure out how. Thanks!

  • Photoshop CS3 crashes every time I try  "safe as" command!

    Hi My Photoshop CS3 crashes every time I try "safe as" command, I am on OsX 10.5.6. I tried to reinstall the problem is still there, permissions are fixed, I have no idea what happened. It worked for years without problems and now all of the sudden t