Skip to content

Commit

Permalink
Add basic audio signature.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPHemsley committed Feb 22, 2013
1 parent a5aa428 commit dd50d72
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Overview.html
Expand Up @@ -1154,6 +1154,24 @@ <h3 id="matching-an-audio-or-video-type-pattern"><span class="secno">8.2 </span>
The WebM signature. [TODO: Use more bytes?]
</td>
</tr>
<!-- http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AU/AU.html -->
<tr>
<td>
2E 73 6E 64
</td>
<td>
FF FF FF FF
</td>
<td>
None.
</td>
<td>
<code title="">audio/basic</code>
</td>
<td>
The string "<code title="">.snd</code>", the basic audio signature.
</td>
</tr>
<!-- http://multimedia.cx/mirror/AudioIFF1_2_1.htm -->
<tr>
<td>
Expand Down
18 changes: 18 additions & 0 deletions Overview.src.html
Expand Up @@ -1124,6 +1124,24 @@ <h3>Matching an audio or video type pattern</h3>
The WebM signature. [TODO: Use more bytes?]
</td>
</tr>
<!-- http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/AU/AU.html -->
<tr>
<td>
2E 73 6E 64
</td>
<td>
FF FF FF FF
</td>
<td>
None.
</td>
<td>
<code title>audio/basic</code>
</td>
<td>
The string "<code title>.snd</code>", the basic audio signature.
</td>
</tr>
<!-- http://multimedia.cx/mirror/AudioIFF1_2_1.htm -->
<tr>
<td>
Expand Down

0 comments on commit dd50d72

Please sign in to comment.