Audition
From Just Solve the File Format Problem
(Difference between revisions)
(Updated PRONOM) |
(→Sample Files) |
||
(2 intermediate revisions by one user not shown) | |||
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> | ||
+ | |||
+ | ==Sample Files== | ||
+ | * [https://resources.oreilly.com/examples/110000295/-/tree/master/Working%20Files/multitrack%20sessions Multitrack Samples] | ||
+ | * [https://archive.org/details/adobe-audition-cs6-classroom-in-a-book-cd Audition CS6 Samples] | ||
== References == | == References == |
Latest revision as of 05:55, 29 July 2022
Adobe Audition is multitrack Audio editing software first developed by Cool Edit[1][2].
[edit] 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]
[edit] Sample Files
[edit] 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