Audition
From Just Solve the File Format Problem
(Difference between revisions)
(Updated PRONOM) |
|||
Line 2: | Line 2: | ||
|formattype=electronic | |formattype=electronic | ||
|subcat=Audio and Music | |subcat=Audio and Music | ||
− | |extensions={{ext|sesx}} | + | |extensions={{ext|sesx}}, {{ext|cdlx}} |
|wikidata={{wikidata|Q74551622}} | |wikidata={{wikidata|Q74551622}} | ||
|pronom={{PRONOM|fmt/1499}} | |pronom={{PRONOM|fmt/1499}} | ||
Line 9: | Line 9: | ||
==File Information== | ==File Information== | ||
− | Adobe Audition saves the session project to an [[XML]] based .SESX file which contains the track information and paths to audio tracks used in the session. Conversion software exists to migrate older .SES files to this newer XML format<ref>https://www.aatranslator.com.au/ses2sesx.html</ref>. | + | Adobe Audition saves the session project to an [[XML]] based .'''SESX''' file which contains the track information and paths to audio tracks used in the session. Conversion software exists to migrate older .SES files to this newer XML format<ref>https://www.aatranslator.com.au/ses2sesx.html</ref>. |
<pre> | <pre> | ||
Line 15: | Line 15: | ||
<sesx version="1.1"> | <sesx version="1.1"> | ||
</pre> | </pre> | ||
+ | |||
+ | Audition also has a CD Layout [[XML]] format with the extension '''CDLX'''<ref>https://community.adobe.com/t5/audition-discussions/audition-how-two-create-bin-and-cue-files/m-p/9206451</ref> | ||
== References == | == References == |
Revision as of 00:20, 23 November 2021
Adobe Audition is multitrack Audio editing software first developed by Cool Edit[1][2].
File Information
Adobe Audition saves the session project to an XML based .SESX file which contains the track information and paths to audio tracks used in the session. Conversion software exists to migrate older .SES files to this newer XML format[3].
<!DOCTYPE sesx> <sesx version="1.1">
Audition also has a CD Layout XML format with the extension CDLX[4]
References
- ↑ https://en.wikipedia.org/wiki/Adobe_Audition
- ↑ https://community.adobe.com/t5/audition/faq-what-is-a-sesx-file-an-intro-to-multitrack-editing/td-p/11143787?page=1
- ↑ https://www.aatranslator.com.au/ses2sesx.html
- ↑ https://community.adobe.com/t5/audition-discussions/audition-how-two-create-bin-and-cue-files/m-p/9206451