I used Audacity to record something, but it is split into 270 separate .au files so I can only hear 12 seconds at a time. How do I join them up to become a continuous file?
Audacity file playback query
(2 posts) (2 voices)-
Posted 1 year ago #
-
IF they're all in one folder, try merging them using the following command.
Open a command prompt window for the folder where the files are stored.
Example:
If the files are stored in "c:\Audio", click START > RUN... type in "cmd"
In the command window, type in: "cd C:\Audio"
Next type in: "copy /b *.au new.au"
This new file *might* work. No guarantees though. If you do try it, please post back with the results so other might benefit.
Posted 1 year ago #
Reply
You must log in to post.