1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333
|
<pre>Network Working Group P. Frojdh
Request for Comments: 4613 U. Lindgren
Category: Informational M. Westerlund
Ericsson
September 2006
<span class="h1">Media Type Registrations for Downloadable Sounds</span>
<span class="h1">for Musical Instrument Digital Interface (MIDI)</span>
Status of This Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.
Copyright Notice
Copyright (C) The Internet Society (2006).
Abstract
This document serves to register a media type for Downloadable
Sounds.
Table of Contents
<a href="#section-1">1</a>. Introduction ....................................................<a href="#page-1">1</a>
<a href="#section-2">2</a>. Security Considerations .........................................<a href="#page-2">2</a>
<a href="#section-3">3</a>. IANA Considerations .............................................<a href="#page-2">2</a>
<a href="#section-3.1">3.1</a>. Media Type for Downloadable Sounds .........................<a href="#page-3">3</a>
<a href="#section-4">4</a>. References ......................................................<a href="#page-5">5</a>
<a href="#section-4.1">4.1</a>. Normative References .......................................<a href="#page-5">5</a>
<a href="#section-4.2">4.2</a>. Informative References .....................................<a href="#page-5">5</a>
<span class="h2"><a class="selflink" id="section-1" href="#section-1">1</a>. Introduction</span>
The present document seeks to register a media type for Downloadable
Sounds (DLSes). The DLS format is used to define instruments for
widely used wavetable synthesizers associated with the standards
[<a href="#ref-DLS1" title=""Downloadable Sounds Level 1.1b"">DLS1</a>, <a href="#ref-DLS2" title=""Downloadable Sounds Level 2.1"">DLS2</a>, <a href="#ref-MDLS" title=""Mobile Downloadable Sounds 1.0"">MDLS</a>]. DLSes and their associated standards are
maintained and defined by two organizations, the Musical Instrument
Digital Interface (MIDI) Manufacturers Association (MMA) and the
Association of the Musical Electronics Industry (AMEI).
The media type defined here is needed to identify DLS files correctly
when they are served over HTTP, included in multi-part documents, or
used in other places where media types are used.
<span class="grey">Frojdh, et al. Informational [Page 1]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-2" ></span>
<span class="grey"><a href="./rfc4613">RFC 4613</a> Media Type Registrations for MIDI September 2006</span>
<span class="h2"><a class="selflink" id="section-2" href="#section-2">2</a>. Security Considerations</span>
The DLS format may contain audio, displayable text data, and modeling
parameters (a.k.a. articulation parameters). In addition, the DLS
format contains a so-called conditional chunk that is 'active' in the
sense that it affects the execution of a DLS file parser. However,
the DLS format does not currently define any scripting mechanism.
Clearly, it is possible to author malicious files that, for example,
contain large amounts of data always blocked by a conditional
statement; i.e., no synthesizer loads the instruments.
However, for DLS, clients can and usually do protect themselves
against these kinds of attacks. A key point is that conditional
chunks are optional, that is, a parser does not have to execute a
conditional chunk. However, if a parser evaluates a conditional
chunk, it is still possible to parse its content and draw to a
conclusion as to whether it is usable for a particular synthesizer
engine.
Note that selected metadata fields may include information partly
intended to protect the media against unauthorized use or
distribution. In this case, the intention is that alteration or
removal of the data in the field would be treated as an offense under
national agreements based on World Intellectual Property Organization
(WIPO) treaties.
DLS have an extensible structure, making it theoretically possible to
define metadata fields or media formats in the future that could be
used to induce particular actions of the recipient, and thus that
would present additional security risks. However, this type of
capability is currently not supported in the referenced
specifications.
There is no current provision in the DLS standard for encryption,
signing, or authentication within the file formats.
<span class="h2"><a class="selflink" id="section-3" href="#section-3">3</a>. IANA Considerations</span>
The IANA has registered the media type audio/dls, as specified in
<a href="#section-3.1">Section 3.1</a>. The registration uses the template present in
[<a href="./rfc4288" title=""Media Type Specifications and Registration Procedures"">RFC4288</a>].
<span class="grey">Frojdh, et al. Informational [Page 2]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-3" ></span>
<span class="grey"><a href="./rfc4613">RFC 4613</a> Media Type Registrations for MIDI September 2006</span>
<span class="h3"><a class="selflink" id="section-3.1" href="#section-3.1">3.1</a>. Media Type for Downloadable Sounds</span>
Type name: audio
Subtype name: dls
Required parameters: None
Optional parameters: 'dls-type'
A comma-separated list of the
dls types (one or more) that the
file content conforms to. The
following values are specified:
0, 1, and 2 signify Downloadable
Sounds Level 1.1b content,
Downloadable Sounds Level 2.1
content, and Mobile Downloadable
Sound content, respectively. All
types that the content conforms
to should be indicated. Further
values (integers) may be
specified in the future, and any
unknown values shall be ignored.
If the parameter is not
specified, it corresponds to a
value equal to 0; i.e., the
content conforms to Downloadable
Sound level 1.1b.
Encoding considerations: DLS files are binary and should
be transmitted in a suitable
encoding without CR/LF
conversion, 7-bit stripping
etc.; base64 [<a href="./rfc3548" title=""The Base16, Base32, and Base64 Data Encodings"">RFC3548</a>] is a
suitable encoding.
Security considerations: see the security considerations
in <a href="./rfc4613#section-2">Section 2 of RFC 4613</a>.
Interoperability considerations: This media type is for
consumption by a MIDI player
capable of utilizing
downloadable sounds for its
synthesizers. A general-purpose
audio player will not be capable
of utilizing the audio within
the format without explicit
support of the format.
<span class="grey">Frojdh, et al. Informational [Page 3]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-4" ></span>
<span class="grey"><a href="./rfc4613">RFC 4613</a> Media Type Registrations for MIDI September 2006</span>
Published specification: Downloadable Sounds Level 1.1b
[<a href="#ref-DLS1" title=""Downloadable Sounds Level 1.1b"">DLS1</a>], Downloadable Sounds
Level 2.1 [<a href="#ref-DLS2" title=""Downloadable Sounds Level 2.1"">DLS2</a>], and Mobile
Downloadable Sounds [<a href="#ref-MDLS" title=""Mobile Downloadable Sounds 1.0"">MDLS</a>]. MMA
specifications can be ordered
from the MMA web site,
www.midi.org.
Applications that use this media type: Multi-media
Additional information:
Magic number(s): The ninth to twelfth bytes of
the file must equal (in
hexadecimal notation) 44, 4c,
53, and 20, respectively.
File extension(s): .dls is declared at
<a href="http://www.nist.gov/nics">http://www.nist.gov/nics</a>
Person & email address to contact for further information:
Ulf A. Lindgren,
ulf.a.lindgren@ericsson.com
Intended usage: COMMON
Restrictions on usage: None
Author: Per Frojdh
Ulf A. Lindgren
Magnus Westerlund
Change controller: MIDI Manufacturers Association
<a href="http://www.midi.orginfo@midi.org">http://www.midi.org</a>
<a href="http://www.midi.orginfo@midi.org">info@midi.org</a>
<span class="grey">Frojdh, et al. Informational [Page 4]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-5" ></span>
<span class="grey"><a href="./rfc4613">RFC 4613</a> Media Type Registrations for MIDI September 2006</span>
<span class="h2"><a class="selflink" id="section-4" href="#section-4">4</a>. References</span>
<span class="h3"><a class="selflink" id="section-4.1" href="#section-4.1">4.1</a>. Normative References</span>
[<a id="ref-DLS1">DLS1</a>] "Downloadable Sounds Level 1.1b", MMA/AMEI specification
v1.1b, Los Angeles, CA, USA, 2004.
[<a id="ref-DLS2">DLS2</a>] "Downloadable Sounds Level 2.1", MMA/AMEI specification
v1.0, Los Angeles, CA, USA, 2001.
[<a id="ref-MDLS">MDLS</a>] "Mobile Downloadable Sounds 1.0", MMA specification v1.0,
Los Angeles, CA, USA, 2004.
[<a id="ref-RFC4288">RFC4288</a>] Freed, N. and J. Klensin, "Media Type Specifications and
Registration Procedures", <a href="https://www.rfc-editor.org/bcp/bcp13">BCP 13</a>, <a href="./rfc4288">RFC 4288</a>, December 2005.
<span class="h3"><a class="selflink" id="section-4.2" href="#section-4.2">4.2</a>. Informative References</span>
[<a id="ref-RFC3548">RFC3548</a>] Josefsson, S., "The Base16, Base32, and Base64 Data
Encodings", <a href="./rfc3548">RFC 3548</a>, July 2003.
Authors' Addresses
Per Frojdh
Ericsson AB
Ericsson Research
SE-164 80 Stockholm
Sweden
EMail: per.frojdh@ericsson.com
Ulf A. Lindgren
Ericsson AB
Ericsson Research
SE-417 56 Goteborg
Sweden
EMail: ulf.a.lindgren@ericsson.com
Magnus Westerlund
Ericsson AB
Ericsson Research
SE-164 80 Stockholm
Sweden
EMail: magnus.westerlund@ericsson.com
<span class="grey">Frojdh, et al. Informational [Page 5]</span></pre>
<hr class='noprint'/><!--NewPage--><pre class='newpage'><span id="page-6" ></span>
<span class="grey"><a href="./rfc4613">RFC 4613</a> Media Type Registrations for MIDI September 2006</span>
Full Copyright Statement
Copyright (C) The Internet Society (2006).
This document is subject to the rights, licenses and restrictions
contained in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a>, and except as set forth therein, the authors
retain all their rights.
This document and the information contained herein are provided on an
"AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
Intellectual Property
The IETF takes no position regarding the validity or scope of any
Intellectual Property Rights or other rights that might be claimed to
pertain to the implementation or use of the technology described in
this document or the extent to which any license under such rights
might or might not be available; nor does it represent that it has
made any independent effort to identify any such rights. Information
on the procedures with respect to rights in RFC documents can be
found in <a href="https://www.rfc-editor.org/bcp/bcp78">BCP 78</a> and <a href="https://www.rfc-editor.org/bcp/bcp79">BCP 79</a>.
Copies of IPR disclosures made to the IETF Secretariat and any
assurances of licenses to be made available, or the result of an
attempt made to obtain a general license or permission for the use of
such proprietary rights by implementers or users of this
specification can be obtained from the IETF on-line IPR repository at
<a href="http://www.ietf.org/ipr">http://www.ietf.org/ipr</a>.
The IETF invites any interested party to bring to its attention any
copyrights, patents or patent applications, or other proprietary
rights that may cover technology that may be required to implement
this standard. Please address the information to the IETF at
ietf-ipr@ietf.org.
Acknowledgement
Funding for the RFC Editor function is provided by the IETF
Administrative Support Activity (IASA).
Frojdh, et al. Informational [Page 6]
</pre>
|