A really weird question from a newbie

This section is now closed.
Forum rules
Audacity 1.2.x is now obsolete. Please use the current Audacity 2.1.x version.

The final version of Audacity for Windows 98/ME is the legacy 2.0.0 version.
Locked
nesster
Posts: 1
Joined: Fri Dec 31, 2010 10:39 am
Operating System: Please select

A really weird question from a newbie

Post by nesster » Fri Dec 31, 2010 10:46 am

Hi, I just started Audacity for the purpose of music for my fangame in progress, Earthbound 2. But, I am really confused.

I looked at the FAQ, manual, everything! I can't seem to find an answer to my problem...

Ok, so here is the deal.
In my game, I wanted to use music from 2 games that were NOT fan made. I got the songs (.mp3 and .ogg files... if this helps) and I wanted to edit them, so it wouldn't be the same. I downloaded Audacity, and imported The Earthbound theme song. I wanted to give it a twist, maybe make it in a remix, but I can't seem to find something that lets me edit songs that I did not record. Is there a way to do that? And if there is, where do I go and what do I do? I've just started, so sorry for this really dumb question. :?

Thanks.

steve
Site Admin
Posts: 81653
Joined: Sat Dec 01, 2007 11:43 am
Operating System: Linux *buntu

Re: A really weird question from a newbie

Post by steve » Fri Dec 31, 2010 1:59 pm

I would highly recommend upgrading to Audacity 1.3.12 http://audacityteam.org/download/

Audacity works in its own format called "Audacity Projects"
An Audacity Project is made up of two parts - the .AUP file, and a whole bunch of data files.
The data files contain the actual audio data, whereas the .AUP file tells Audacity what to do with the data.
When you record in Audacity, the audio data is initially stored in a temporary folder, then written to a data folder when the project is saved. For example if you save an Audacity Project called "myproject" then there will be a file called "myproject.aup" and a folder called "myproject_data".

To edit files that have not been recorded directly in Audacity, you can Import the files into an Audacity Project.
You need to be a little bit careful here:
For compressed audio files (such as MP3 and OGG), Imported files are copied into the Audacity Project.
Where you need to be careful is that by default, if you import uncompressed audio files (such as WAV files) the Imported files are NOT automatically copied. Audacity can access these files directly and will only copy data if the data is changed. This means that if you import WAV files, some of the data that is used in the project may not exist inside the _data folder and the Audacity Project "depends" on the existence of the (external) WAV files.

Audacity Projects are not compatible with other programs - they only work with Audacity.
To create a standard audio files from an Audacity Project you must Export the audio file.

An Exported file is a standard audio file and once exported it does not depend on the Audacity Project.

In Audacity 1.3.12, Files can be Imported and Exported from the File menu.

It may be worth having a look at some of the tutorials to become familiar with how Audacity works. (see link at top of page or directly below this post).
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked