Outputting via one Audacity & Recording in the other
Forum rules
This forum is for Audacity on macOS 10.4 and later.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Please state which version of macOS you are using,
and the exact three-section version number of Audacity from "Audacity menu > About Audacity".
Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
-
quantumpotato
- Posts: 8
- Joined: Sun Mar 05, 2017 5:12 am
- Operating System: macOS 10.15 Catalina or later
Outputting via one Audacity & Recording in the other
OSX 10.12.1
Audacity 2.0.6
I have a short (0.048 second) clip I want to repeat many times. So I try shift+space for looping playback, then I cannot record in the other audacity project.
Duplicate duplicates below in another track, not forward in time.
I try outputting via Soundflower or a MultiOutput Device, but Audacity will not let me record in one window while looping playback in another. How do I do this?
Audacity 2.0.6
I have a short (0.048 second) clip I want to repeat many times. So I try shift+space for looping playback, then I cannot record in the other audacity project.
Duplicate duplicates below in another track, not forward in time.
I try outputting via Soundflower or a MultiOutput Device, but Audacity will not let me record in one window while looping playback in another. How do I do this?
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Outputting via one Audacity & Recording in the other
Either the playback or the record will have to be in another program or machine. Audacity will not run two different instances of itself doing two different jobs.
Koz
Koz
-
quantumpotato
- Posts: 8
- Joined: Sun Mar 05, 2017 5:12 am
- Operating System: macOS 10.15 Catalina or later
Re: Outputting via one Audacity & Recording in the other
That sucks. Anyway I can get around this with extra hardware + one machine?kozikowski wrote:Either the playback or the record will have to be in another program or machine. Audacity will not run two different instances of itself doing two different jobs.
Koz
-
quantumpotato
- Posts: 8
- Joined: Sun Mar 05, 2017 5:12 am
- Operating System: macOS 10.15 Catalina or later
Re: Outputting via one Audacity & Recording in the other
(I didn't see an edit button)
The clip is too short for VLC to play, or I would try playback in VLC then record in Audacity
The clip is too short for VLC to play, or I would try playback in VLC then record in Audacity
-
kozikowski
- Forum Staff
- Posts: 69374
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Outputting via one Audacity & Recording in the other
There's a trick to that. You make a loop until it's long enough. VLC thinks it's playing a minute loop. The minute is really 6, ten-second pieces jammed together in Audacity pre-production. Change the numbers as appropriate.
Koz
Koz
Re: Outputting via one Audacity & Recording in the other
Use the Terminal?
Adjust number and file path. Repeats seemlessly.
Use Jack or soundflower to route?
Code: Select all
repeat 2 afplay /Users/user/Desktop/cassette-player-button-1.wav Use Jack or soundflower to route?
-
quantumpotato
- Posts: 8
- Joined: Sun Mar 05, 2017 5:12 am
- Operating System: macOS 10.15 Catalina or later
Re: Outputting via one Audacity & Recording in the other
I didn't know about repeat, thank you! (Looks like `watch` on OSX will do the trick).cyrano wrote:Use the Terminal?
Adjust number and file path. Repeats seemlessly.Code: Select all
repeat 2 afplay /Users/user/Desktop/cassette-player-button-1.wav
Use Jack or soundflower to route?
I ended up piping into Soundflower 2CH and recording in Quicktime as needed. Thanks everyone!