Skip to content

Commit

Permalink
MP3 files with ID3 tags are easy.
Browse files Browse the repository at this point in the history
  • Loading branch information
GPHemsley committed Nov 27, 2012
1 parent effedc9 commit 62969a2
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 2 deletions.
20 changes: 19 additions & 1 deletion Overview.html
Expand Up @@ -912,11 +912,29 @@ <h3 id="matching-an-audio-type-pattern"><span class="secno">7.2 </span>Matching
"<code title="">WAVE</code>". "<code title="">WAVE</code>".
</td> </td>
</tr> </tr>
<!-- http://id3.org/id3v2.4.0-structure -->
<tr>
<td>
49 44 33
</td>
<td>
FF FF FF
</td>
<td>
None.
</td>
<td>
<code title="">audio/mpeg</code>
</td>
<td>
The string "<code title="">ID3</code>", the ID3v2-tagged MP3 signature.
</td>
</tr>
</tbody> </tbody>
</table> </table>


<p class="XXX"> <p class="XXX">
MP3 audio. MP3 audio without ID3 tags.


<li> <li>
Return undefined. Return undefined.
Expand Down
20 changes: 19 additions & 1 deletion Overview.src.html
Expand Up @@ -883,11 +883,29 @@ <h3>Matching an audio type pattern</h3>
"<code title>WAVE</code>". "<code title>WAVE</code>".
</td> </td>
</tr> </tr>
<!-- http://id3.org/id3v2.4.0-structure -->
<tr>
<td>
49 44 33
</td>
<td>
FF FF FF
</td>
<td>
None.
</td>
<td>
<code title>audio/mpeg</code>
</td>
<td>
The string "<code title>ID3</code>", the ID3v2-tagged MP3 signature.
</td>
</tr>
</tbody> </tbody>
</table> </table>


<p class=XXX> <p class=XXX>
MP3 audio. MP3 audio without ID3 tags.


<li> <li>
Return undefined. Return undefined.
Expand Down

0 comments on commit 62969a2

Please sign in to comment.