2,386 bytes added
, 14:12, 11 May 2020
'''First Appearance:''' It appears in the [[design document]] at the beginning of the game.
The audio tool is for recording and mixing sound effects and music.
{| class="wikitable"
! style="background-color:#ffcc67;" | Feature
! style="background-color:#ffcc67;" | Description
! style="background-color:#ffcc67;" | Dependencies
! style="background-color:#ffcc67;" | Unlock Year
|-
| Audio playback
|
|
|
|-
| Recording
|
| [[Operating System]]: 8-bit audio
|
|-
| Music editor
|
| [[Operating System]]: PC speaker
[[2D Editor]]: Image rendering
|
|-
| Virtual instruments
| Guitar? MIDI Keyboard. Violin? MIDI Keyboard. Drums? MIDI Keyboard. Saxophone? Yes.
| [[Operating System]]: HD audio
| 1992
|-
| Sound library
|
| [[Audio Tool]]: Recording
[[Operating System]]: HD audio
|
|-
| Instrument library
|
| [[Audio Tool]]: Music editor
[[Operating System]]: 8-bit audio
|
|-
| Autotune
| This is a thing
| [[Operating System]]: HD audio
| 1996
|-
| Audio compression
|
|
| 1988
|}
'''Raw Source'''
<pre>
<source lang="xml">
<Software Name="Audio Tool">
<Name>Audio Tool</Name>
<Description>The audio tool is for recording and mixing sound effects and music.</Description>
<Features>
<Feature Name="Audio playback">
<Name>Audio playback</Name>
</Feature>
<Feature Name="Recording">
<Name>Recording</Name>
</Feature>
<Feature Name="Music editor">
<Name>Music editor</Name>
</Feature>
<Feature Name="Virtual instruments">
<Name>Virtual instruments</Name>
<Description>Guitar? MIDI Keyboard. Violin? MIDI Keyboard. Drums? MIDI Keyboard. Saxophone? Yes.</Description>
</Feature>
<Feature Name="Sound library">
<Name>Sound library</Name>
</Feature>
<Feature Name="Instrument library">
<Name>Instrument library</Name>
</Feature>
<Feature Name="Autotune">
<Name>Autotune</Name>
<Description>This is a thing</Description>
</Feature>
<Feature Name="Audio compression">
<Name>Audio compression</Name>
</Feature>
</Features>
<Categories></Categories>
</Software>
</source>
</pre>