Exporting loop points to WAV

This section is now closed.
Forum rules
This forum is now closed.

For help with current Audacity, please post to the 2.x. board for your operating system.

Please post feedback about the current 2.x version on the 2.x.feedback board.
Locked
jwatte
Posts: 5
Joined: Mon May 19, 2008 12:40 am
Operating System: Please select

Exporting loop points to WAV

Post by jwatte » Mon May 19, 2008 12:42 am

How do I export a loop point into a WAV? I'd like to have an attack, a sustain/loop section, and a release. In Audacity, the only way I can find to label sections is to use a marker, but this marker doesn't get exported when exporting to WAV.
I want to load this into Microsoft XACT, which recognizes sound file loop points. I suppose what I want to have written is a 'cue ' chunk?

jwatte
Posts: 5
Joined: Mon May 19, 2008 12:40 am
Operating System: Please select

Re: Exporting loop points to WAV

Post by jwatte » Tue May 20, 2008 6:11 am

I can't believe nobody else is interested in this?

Locopomo
Posts: 140
Joined: Tue Jul 31, 2007 7:22 pm
Operating System: Please select

Re: Exporting loop points to WAV

Post by Locopomo » Wed May 21, 2008 10:08 pm

jwatte wrote:I can't believe nobody else is interested in this?
A little patience may be in order - this forum doesn't have a huge user base, so it may take a little longer than a day before someone answers.

Audacity markers are internal to Audacity projects and so as you say are not exported in WAVs. I may be wrong, but I don't think Audacity deals with embedded loop points (I usually define loop points in whatever soft-sampler I'm using, so it's never been an issue for me). Have you tried the other free audio editor Wavosaur? A quick Google suggests that it handles loop points.

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

Re: Exporting loop points to WAV

Post by steve » Wed May 21, 2008 11:39 pm

Audacity does not at present support loop points. Even if it did, that would not be enough. People would then want Audacity to play loops. They would want to be able to see both ends of a loop simultaneously. They would want automated loop point detection. They would want beat slicing, audio scrub, and a host of other things to help with loop creation. There are other programs that do this, but Audacity doe not.

At some point, the developers need to set out what functionality they want to include, and what is outside of their intentions - without some sort of bounds Audacity wouldn't be a multi-track audio editor, it would be an operating system.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

waxcylinder
Forum Staff
Posts: 14685
Joined: Tue Jul 31, 2007 11:03 am
Operating System: Windows 10

Re: Exporting loop points to WAV

Post by waxcylinder » Thu May 22, 2008 8:59 am

stevethefiddle wrote: At some point, the developers need to set out what functionality they want to include, and what is outside of their intentions - without some sort of bounds Audacity wouldn't be a multi-track audio editor, it would be an operating system.
The Wiki carries a Roadmap for future developments: http://audacityteam.org/wiki/index.php?title=Roadmap

and a short-term roadmap in the release llist: http://audacityteam.org/wiki/index.php? ... _Checklist

WC
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * FAQ * * * * * Tutorials * * * * * Audacity Manual * * * * *

JuicyPork
Posts: 1
Joined: Sun Jun 15, 2008 7:51 pm
Operating System: Please select

Re: Exporting loop points to WAV

Post by JuicyPork » Sun Jun 15, 2008 7:57 pm

It's because of this lack of feature I switched to Wavosaur

jan.kolar
Posts: 273
Joined: Sat May 24, 2008 7:01 pm
Operating System: Please select

Re: Exporting loop points to WAV

Post by jan.kolar » Mon Jun 16, 2008 4:05 am

jwatte wrote:How do I export a loop point into a WAV? I'd like to have an attack, a sustain/loop section, and a release. In Audacity, the only way I can find to label sections is to use a marker, but this marker doesn't get exported when exporting to WAV.
I want to load this into Microsoft XACT, which recognizes sound file loop points. I suppose what I want to have written is a 'cue ' chunk?
I think chunks would not be what you want. If eventually what you want would be implemented, I think that would be via labels (Is that what you call marker?).
You can create label track by Tracks->Addnew->Label Track, or directly by creating first label (Ctrl+B if you have placed cursors somewhere for 'normal' label, or for 'selection' label if you made a selection).

I don't think labels are curently exported to wav, but if wav files support some labels/marks, you could make a 'feature request' to export them.

However, labels can be exported in a simple plain text format and perhaps used by another program to include in wav. (does perhaps XACT itself have any text import of markers?)

Also when your labels are created, you can use File>Export Multiple to split it to multiple files.
Or, perhaps more interestingly: if there is any command line utility manipulating the loop marks in wave,
the Export Labels or Export Mulitple command could be used together with the utility to get the goal.

<<Wavosaur>>
The support of ACIDized waves was not intruduced in it more than one year ago: http://www.wavosaur.com/forum/fr-acidiz ... -t340.html

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

Re: Exporting loop points to WAV

Post by steve » Mon Jun 16, 2008 5:31 pm

Another potential problem with loop point support, is that it would really need to be in one of the common formats, such as "Acidized", "Groove Clips" or "Audio Warp". If it was not compatible with any of these, then it would be of limited usefulness to anyone. Unfortunately, these are all proprietary formats and would probably not allow Audacity to be distributed as open-source software. It's the same old problem as with ASIO and VST. This is not a problem for programs such as Wavosaur as it is not open source.

For anyone interested in the open source alternatives, there's a good selection (at various stages of development) that include GDAM, Ardour, Freecycle, Freewheeling and SooperLooper. Audacity makes a great companion to these programs, taking care of all the editing need, while they get on and do what they are best at. I think all of these programs are Linux only, so Windows users may need to consider upgrading their operating system if they want to use them.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)

Locked