If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!
Help:Contents/Audio
Jump to navigation
Jump to search
This is a sub-page of Help:Contents.
All you need to know about uploading, embedding, and formatting audio.
Audio Guidelines
- Upload files in .ogg format.
- This can be done using Audacity by clicking "File" > "Export", then selecting "Ogg Vorbis Files" from the "Save as type:" drop-down menu.
- Use descriptive filenames.
- Please try to include all or at least part of the game's title. This helps prevent future filename conflicts, and makes it easier to identify orphaned files.
- For example, SotC-Unused_Battle_Track.ogg is an acceptable filename; Unused_Track.ogg is not.
- Provide a text summary of what is in the audio file.
- Remember to describe its significance, if known.
- Ensure that the primary focus of the audio file is the sound or music track in question.
- Make sure the full track plays at least once in full, before fading out the track.
Uploading Audio
- Click "Upload file" under the Toolbox heading on the left sidebar. (Or click here.)
- Choose a filename and write a description of what you're uploading in the summary box.
- Choose an appropriate tag that describes what platform the game is for, and include it in the description box.
- Use the format {{soundfile|system}} for sounds ripped from a game. (Replace system with the proper name of the platform, for example: {{soundfile|PlayStation}})
- Use the format {{prerelease-sound|game}} for sounds taken from outside the game, whether it be on a soundtrack release or from a general outside source. (Replace game with the proper name of the game, for example: {{prerelease-sound|Undertale}})
- Use the format {{development-sound|game}} for sounds assets taken from official but unplayable builds. (Replace game with the proper name of the game, for example: {{development-sound|Undertale}})
- Check out existing categories for the sound files and for the prerelease sounds.
Formatting Audio
Add the audio file to your wiki page with the following code.
Code: | [[File:Name.ogg|300px]] |
An audio player will then appear on the page:
Let's add a title to the audio player using the following code:
Code: | '''Title'''<br />
[[File:Name.ogg|300px]] |
If we replace "Title" with "E3 Title Theme", this is what the result will look like:
E3 Title Theme
Changing the value of 300px to a higher or lower value will change the length of the player. For example, 400px will look like:
Code: | '''E3 Title Theme'''<br />
[[File:Name.ogg|400px]] |
E3 Title Theme