Do you may have a number of audio recordsdata you wish to mix into one file? In that case, you may have a number of methods to do this in your Home windows 11 PC. I’ll present you ways to do this utilizing each graphical and command-line strategies.
Merge A number of Sound Tracks Graphically Utilizing Audacity
The best graphical option to merge audio recordsdata on Home windows 11 is through the use of the free and open-source Audacity app. You should utilize this app to edit your music tracks in some ways, together with combining your recordsdata.
To make use of it, go to the Audacity site and obtain and set up the app in your PC. Launch the app. From the menu bar, choose File > Import > Audio (or press Ctrl+Shift+i).
Within the Choose One or Extra Information window, open the folder containing your audio recordsdata. Spotlight all of the recordsdata you wish to merge and choose “Open.” In case your recordsdata are in numerous folders, choose File > Import > Audio once more and select these further recordsdata.
Your recordsdata will seem in Audacity. You’ll now put these recordsdata one after one other to then mix them. To do this, choose all recordsdata by selecting Choose > All from the menu bar or urgent Ctrl+A.
You’re able to align your recordsdata. To do this, from the app’s menu bar, choose Tracks > Align Tracks > Align Finish to Finish.
Your recordsdata at the moment are one after one other. To now mix these recordsdata right into a single observe, from Audacity’s menu bar, select Tracks > Combine > Combine and Render.
Your recordsdata at the moment are merged into one observe. You’ll be able to play this observe by clicking the Play button within the toolbar. To deliver this observe outdoors of Audacity as a music file, from the app’s menu bar, choose File > Export Audio (or press Ctrl+Shift+E).
On the How Would You Prefer to Export window, select “Export to Pc” because you wish to save the ensuing file in your PC.
The Export Audio window will launch. Click on the “File Title” subject and sort a reputation for the ensuing file. Choose “Browse” subsequent to Folder and select the folder wherein you wish to save the file. Click on “Format” and choose an audio format for your file (select “MP3 Information” in case you aren’t positive, as this format performs on almost all units).
Optionally, configure different choices. Then, click on “Export.”
Anticipate Audacity to complete merging your recordsdata. This may take anyplace from a number of seconds to a number of minutes, relying on the variety of recordsdata you’ve chosen and your recordsdata’ playback period. When the recordsdata are all merged, you’ll see the ensuing file in your chosen folder.
Mix A number of Audio Information From Command Immediate With FFmpeg
When you’re searching for a command-line methodology to merge a number of audio recordsdata, FFmpeg is the easiest way to do this. This free and open-source software permits you to edit your media recordsdata utilizing some ways, together with combining them.
To do this, launch the FFmpeg site and obtain the app’s archive to your PC. Extract the archive and duplicate all of the extracted folders. Entry the C drive’s root folder, create a brand new folder referred to as ffmpeg right here, and paste the copied folders on this new folder. Open the “bin” folder, choose the handle bar, and copy the folder’s full path to your clipboard.
Launch Home windows Search (press Home windows+S), kind Edit Surroundings Variables for Your Account, and choose the merchandise with that title. On the open window, within the Person Variables for [Your Username] part, select “Path” and click on “Edit.”
Within the Edit Surroundings Variable’s proper sidebar, click on “New.” Paste the trail you copied earlier than and select “OK” on the backside.
Shut all open home windows. Launch File Explorer (press Home windows+E) and discover the folder containing your audio recordsdata. Click on the handle bar and duplicate the total path to the folder. Then, entry Home windows Search (press Home windows+S), kind Command Immediate, and choose “Run as Administrator.” Select “Sure” within the Person Account Management immediate.
On the Command Immediate window, kind the next command changing “PATH” with the trail you’ve copied, and press Enter.
cd “PATH”
Then, kind the next command and press Enter. This command makes an inventory of all of the MP3 recordsdata within the present folder and saves that checklist within the filelist.txt file. It then engages FFmpeg to merge all of the recordsdata listed within the file checklist right into a single file referred to as merged_audio.mp3.
(for %i in (*.mp3) do @echo file '%i') > filelist.txt && ffmpeg -f concat -safe 0 -i filelist.txt -c copy merged_audio.mp3
When Command Immediate (through FFmpeg) has merged your recordsdata, you’ll discover the ensuing file in the identical folder as the unique recordsdata.
Use Sound Recorder to Manually Report Your Audio Information
When you’re searching for a primary option to merge two or extra audio recordsdata, ideally quick ones, you possibly can use Windows 11’s built-in Sound Recorder app. With this app, you mainly file your a number of audio recordsdata, making a single output file. Notice that this methodology may add some noise out of your environment as properly, because the app mainly data the audio out of your PC’s microphone.
To make use of this methodology, launch Home windows Search (press Home windows+S), kind Sound Recorder, and open the app. Then, open File Explorer (press Home windows+E), discover your first audio file, and play it utilizing your favourite media participant. As quickly because the file begins enjoying, in Sound Recorder, click on “Begin Recording” (the pink button) or press Ctrl+R.
When the primary file finishes enjoying, play the subsequent file you wish to merge. This manner, if you’ve recorded all of your audio recordsdata, click on “Cease Recording” (the black button) or press Esc.
In Sound Recorder’s left sidebar, you’ll see the ensuing file. This file incorporates your a number of audio recordsdata. To play it, click on the file and select the Play button. To view the file in File Explorer, right-click the file and select “Present in Folder.”
When you don’t wish to set up and use a desktop app to mix audio recordsdata, use one of many many web-based instruments. These instruments run out of your net browser and mean you can merge a number of of your audio recordsdata into one. Two such instruments you should use are Clideo and Audio Joiner.
To make use of Clideo, for instance, launch its website. Click on “Select Information” and choose the recordsdata you wish to merge. It’s also possible to drag and drop your recordsdata onto the positioning to add them. So as to add recordsdata from Google Drive, Google Images, or Dropbox, click on the down-arrow icon subsequent to Select Information and choose the suitable possibility.
Anticipate the recordsdata to be uploaded. When that’s executed, on the timeline, drag the audio clips and organize them the way in which you need them within the ensuing file. So as to add extra recordsdata, click on “Add Extra Audios” and select your recordsdata.
While you’re pleased with the choice, within the website’s bottom-right nook, click on “Export.”
The location will start merging your recordsdata. When that’s executed, on the fitting aspect, click on “Obtain” to save lots of the ensuing file to your PC. If you wish to make any adjustments, click on “Edit.” To upload the file directly to Google Drive or Dropbox, subsequent to Obtain, click on the down-arrow icon and select the suitable possibility.
And that’s the way you make one file out of a number of audio recordsdata in your Home windows 11 PC. Like that, you possibly can convert your media files from one format to another as properly.