SWA
From Just Solve the File Format Problem
(Difference between revisions)
(Added another reference.) |
(Added sample files) |
||
Line 15: | Line 15: | ||
* [https://web.archive.org/web/20000817093650/http://www.macromedia.com/support/soundedit/how/shock/sound_devtools.html Shockwave Developer Tools for SoundEdit 16 plugin & samples] | * [https://web.archive.org/web/20000817093650/http://www.macromedia.com/support/soundedit/how/shock/sound_devtools.html Shockwave Developer Tools for SoundEdit 16 plugin & samples] | ||
* [https://archive.org/details/macromediasoundedit16v1.0.1cd1994 Macromedia SoundEdit 16 v1.0.1 CD] | * [https://archive.org/details/macromediasoundedit16v1.0.1cd1994 Macromedia SoundEdit 16 v1.0.1 CD] | ||
+ | * [[FFmpeg]] | ||
+ | |||
+ | == Sample files == | ||
+ | * https://telparia.com/fileFormatSamples/audio/shockWaveAudio/ | ||
==References== | ==References== | ||
<references/> | <references/> |
Revision as of 16:40, 17 March 2022
Macromedia licensed the MP3 technology in 1995 to use in their Shockwave product. .SWA or Shockwave Audio was originally added as a free plugin (Xtras) to SoundEdit 16 to export AIFF files to .SWA.[1][2][3]
Contents |
File Format
.SWA files have the same structure as MP3 files but with padding at the beginning of the file. Samples show the hex values 00 00 01 40 00 00 00 03 00 00
for the first 10 bytes. No ID3 tags obviously.
Software
- Shockwave Developer Tools for SoundEdit 16 plugin & samples
- Macromedia SoundEdit 16 v1.0.1 CD
- FFmpeg