[要約] RFC 4723は、音声メディアタイプ「audio/mobile-xmf」の登録に関する要件を定義しています。このRFCの目的は、モバイルデバイスで使用されるXMF形式の音声ファイルを一意に識別するためのメディアタイプの登録を提供することです。

Network Working Group                                         T. Kosonen
Request for Comments: 4723                                         Nokia
Category: Informational                                         T. White
                                                                     MMA
                                                           December 2006
        

Registration of Media Type audio/mobile-xmf

メディアタイプオーディオ/モバイルXMFの登録

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 IETF Trust (2006).

Copyright(c)The IETF Trust(2006)。

Abstract

概要

The MIDI Manufacturers Association (MMA) and the Association of Musical Electronics Industry (AMEI) have produced the Mobile XMF standard, which was developed particularly for mobile MIDI applications. Mobile XMF is a very compact media type providing high-quality synthetic audio content for music downloading and messaging applications that require MIME registration. This document registers the media type audio/mobile-xmf.

MIDI Manufacturers Association(MMA)とMusical Electronics Industry Association(AMEI)は、モバイルMIDIアプリケーション向けに開発されたモバイルXMF標準を生み出しました。Mobile XMFは、MIME登録を必要とする音楽のダウンロードおよびメッセージングアプリケーションのための高品質の合成オーディオコンテンツを提供する非常にコンパクトなメディアタイプです。このドキュメントは、メディアタイプのオーディオ/モバイルXMFを登録します。

1. Introduction
1. はじめに

MIDI content is used commonly in the Internet. Typically, MIDI data is stored in the Standard MIDI File (SMF) format [8]. This MIME type registration uses the Mobile XMF file format for the encapsulation of SP-MIDI [3,4] and Mobile DLS (Downloadable Sounds) [2] data.

MIDIコンテンツは、一般的にインターネットで使用されます。通常、MIDIデータは標準のMIDIファイル(SMF)形式[8]に保存されます。このMIMEタイプの登録は、SP-MIDI [3,4]およびモバイルDLS(ダウンロード可能なサウンド)[2]データのカプセル化にモバイルXMFファイル形式を使用します。

The MIDI Manufacturers Association (MMA) and the Association of Musical Electronics Industry (AMEI) have produced the Mobile XMF standard [1], which was developed particularly for mobile MIDI [7] applications.

MIDI Manufacturers Association(MMA)とMusical Electronics Industry Association(AMEI)は、モバイルMIDI [7]アプリケーション向けに開発されたモバイルXMF標準[1]を生み出しました。

2. Registration of audio/mobile-xmf
2. オーディオ/モバイルXMFの登録

Type name: audio

タイプ名:オーディオ

Subtype name: mobile-xmf

サブタイプ名:モバイルXMF

Required parameters: none

必要なパラメーター:なし

Optional parameters:

オプションのパラメーター:

revision: Mobile XMF file type revision ID

リビジョン:モバイルXMFファイルタイプリビジョンID

revision is the Mobile XMF file type revision ID number from the XmfFileTypeRevisionID field of the XMF Meta File format 2.00. revision is encoded in hex in US-ASCII.

改訂は、XMF Meta File Format 2.00のxmffiletyperevisionidフィールドからのモバイルXMFファイルタイプリビジョンID番号です。リビジョンは、US-ASCIIの16進数でエンコードされています。

prl: Playback resource list

PRL:再生リソースリスト

prl contains the playback resources included in all Content Description MetaDataItems of the Mobile XMF file. prl contains two-digit hexadecimal numbers representing data bytes from the Content Description Meta Data. Each resource is listed exactly once. A playback resource contains two parts: a prefix and data. prl is a sequence of two-digit hexadecimal numbers encoded in US-ASCII. Thus, prl has an even number of hexadecimal digits.

Example: If the file includes Playback Resource Lists such as [00h 01h 00h 02h] and [00h 01h 00h 03h], the corresponding prl is 000100020003 containing playback resources 01, 02, and 03 each with the prefix 00.

例:ファイルに[00H 01H 00H 02H]や[00H 01H 00H 03H]などの再生リソースリストが含まれている場合、対応するPRLは、プレフィックス00とそれぞれそれぞれ01、02、および03を含む000100020003です。

minimum-pr: Minimum playback requirements

最小PR:最小再生要件

minimum-pr contains the Maximum Instantaneous Resource (MIR) values from the first row of all MIR Count Tables corresponding to the playback resources listed in prl. Only the largest value from the values of the same resource is chosen. minimum-prl is a sequence of two-digit hexadecimal numbers encoded in US-ASCII. Thus, minimum-prl has an even number of hexadecimal digits.

最小PRは、PRLにリストされている再生リソースに対応するすべてのmiRカウントテーブルの最初の行からの最大瞬間リソース(miR)値を含んでいます。同じリソースの値からの最大値のみが選択されます。最小PRLは、US-ASCIIでエンコードされた2桁の16進数のシーケンスです。したがって、最小PRLには偶数16進数桁があります。

minimum-pr requires the use of prl, and the values in minimum-pr must be in the same order as the resources in prl. minimum-pr is the more important of minimum-pr and total-pr, because it defines the minimum playback requirements.

最小PRLの使用が必要であり、最小値の値はPRLのリソースと同じ順序でなければなりません。最小プレーバック要件を定義するため、最小PRとTotalPRのより重要なことです。

Example: If the file includes the first rows of MIR Count Tables such as [02h 00h] and [01h 01h] corresponding to the above Playback Resource Lists, the corresponding minimum-pr is 020001. (02 is the largest of 2 and 1, 00 is the largest of 0, and 01 is the largest of 1.)

例:ファイルに、上記の再生リソースリストに対応する[02H 00H]や[01H 01H]などのmiRカウントテーブルの最初の行が含まれている場合、対応する最小PRは020001です。(02は2と1の最大です。00は0の最大で、01は1の最大です。)

total-pr: Total playback requirements

総再生要件

total-pr contains the MIR values from the last row of all MIR Count Tables corresponding to the playback resources listed in prl. Only the largest value from the values of the same resource is chosen. total-pr is a sequence of two-digit hexadecimal numbers encoded in US-ASCII. Thus, total-pr has an even number of hexadecimal digits.

Total-PRには、PRLにリストされている再生リソースに対応するすべてのmiRカウントテーブルの最後の行のmiR値が含まれています。同じリソースの値からの最大値のみが選択されます。Total-PRは、US-ASCIIでエンコードされた2桁の16進数のシーケンスです。したがって、Total-PRには16進数桁の偶数があります。

total-pr requires the use of prl, and the values in total-pr must be in the same order as the resources in prl.

Total-PRにはPRLの使用が必要であり、Total-PRの値はPRLのリソースと同じ順序でなければなりません。

Example: If the file includes the last rows of MIR Count Tables such as [05h 02h] and [06h 01h] corresponding to the above Playback Resource Lists, the corresponding total-pr is 060201. (06 is the largest of 5 and 6, 02 is the largest of 2, and 01 is the largest of 1.)

例:ファイルに、上記の再生リソースリストに対応する[05H 02H]や[06H 01H]などのmiRカウントテーブルの最後の行が含まれている場合、対応する合計は060201です。(06は5および6の最大です。02は2の最大で、01は1の最大です。)

Encoding considerations:

考慮事項のエンコード:

mobile-xmf data is binary data and must be encoded for non-binary transport; Base64 [9] is suitable for Email.

モバイルXMFデータはバイナリデータであり、非バイナリトランスポート用にエンコードする必要があります。Base64 [9]は電子メールに適しています。

Security considerations:

セキュリティ上の考慮事項:

Many synthetic audio compositions have associated intellectual property rights. It is conceivable that the rights owners of mobile-xmf content will want to protect their rights by applying security mechanisms that prohibit the rendering of the content without a legally acquired license to do so. These mechanisms would be applied externally to the Content-Type defined here; mobile-xmf content itself is not encrypted internally. mobile-xmf streams do not contain executable content. Mobile XMF players are robust against corrupted mobile-xmf content, because Mobile XMF players ignore unidentified content. prl, minimum-pr, and total-pr parameters can be used to represent Mobile DLS playback memory requirements for protecting against the excessive usage of playback memory.

多くの合成オーディオ構成は、知的財産権に関連しています。モバイルXMFコンテンツの権利所有者は、法的に取得したライセンスなしでコンテンツのレンダリングを禁止するセキュリティメカニズムを適用することにより、権利を保護したいと考えています。これらのメカニズムは、ここで定義されているコンテンツ型に外部的に適用されます。モバイルXMFコンテンツ自体は、内部的に暗号化されていません。モバイルXMFストリームには、実行可能なコンテンツが含まれていません。モバイルXMFプレーヤーは、モバイルXMFプレーヤーが未確認のコンテンツを無視するため、破損したモバイルXMFコンテンツに対して堅牢です。PRL、最小PR、およびTotal-PRパラメーターを使用して、再生メモリの過剰な使用を防ぐためのモバイルDLS再生メモリ要件を表すことができます。

Interoperability considerations:

相互運用性の考慮事項:

Mobile XMF is a Musical Instrument Digital Interface (MIDI) specification developed by MMA and AMEI. Mobile XMF is based on the XMF Meta File Format Specification v2.00 [5,6], which standardizes a meta file format for the electronic distribution of music. mobile-xmf data is stored in XMF file format [5,6].

モバイルXMFは、MMAとAMEIが開発した楽器デジタルインターフェイス(MIDI)仕様です。モバイルXMFは、XMF Metaファイル形式の仕様v2.00 [5,6]に基づいており、音楽の電子配信のメタファイル形式を標準化しています。モバイルXMFデータはXMFファイル形式[5,6]に保存されます。

Published specification:

公開された仕様:

Mobile XMF Content Format Specification, MMA specification v1.0., RP-42, Los Angeles, CA, USA. 2004.

モバイルXMFコンテンツフォーマット仕様、MMA仕様v1.0。、RP-42、ロサンゼルス、カリフォルニア州、米国。2004年。

Specification is available from: http://www.midi.org/about-midi/specshome.shtml

仕様は、http://www.midi.org/about-midi/specshome.shtmlから入手できます

Applications which use this media type:

このメディアタイプを使用するアプリケーション:

mobile-xmf is a synthetic audio format for the flexible presentation of SP-MIDI and Mobile DLS instrument data on a wide range of playback devices, particularly portable appliances such as mobile phones, PDAs, and palmtop computers.

Mobile-XMFは、SP-MIDIおよびモバイルDLSの柔軟なプレゼンテーションの合成オーディオ形式であり、特に携帯電話、PDA、Palmtopコンピューターなどのポータブルアプライアンスの幅広い再生デバイスに関する機器データです。

Additional information:

追加情報:

Magic number(s):

マジックナンバー:

First twelve bytes: \130\115\106\137\062\056\060\060\000\000\000\002 File extension(s): mxmf

最初の12バイト:\ 130 \ 115 \ 106 \ 137 \ 062 \ 056 \ 060 \ 060 \ 000 \ 000 \ 000 \ 002ファイルエクステンション:MXMF

Macintosh File Type Code(s): mxmf

Macintoshファイルタイプコード:MXMF

Person & email address to contact for further information:

詳細については、連絡先への個人およびメールアドレス:

Timo Kosonen Email: timo.kosonen@nokia.com

Timo Kosonenメール:timo.kosonen@nokia.com

Intended usage: COMMON

意図された使用法:共通

Restrictions on usage: none

使用に関する制限:なし

Authors:

著者:

Timo Kosonen Email: timo.Kosonen@nokia.com

Timo Kosonenメール:timo.kosonen@nokia.com

Tom White Email: twhite@midi.org

トムホワイトメール:twhite@midi.org

Change controller:

Change Controller:

MIDI Manufacturers Association P.O. Box 3173 La Habra, CA 90632-3173 Tel (714) 736-9774 Fax (714) 736-9775 Point of contact: Tom White Email: twhite@midi.org

Midi Manufacturers Association P.O.Box 3173 La Habra、CA 90632-3173 Tel(714)736-9774 Fax(714)736-9775連絡先:Tom White Email:twhite@midi.org

3. Security Considerations
3. セキュリティに関する考慮事項

Security considerations are specified in the MIME subtype registration contained in Section 2.

セキュリティ上の考慮事項は、セクション2に含まれるMIMEサブタイプ登録で指定されています。

4. IANA Considerations
4. IANAの考慮事項

Section 2 of this document registers one MIME subtype.

このドキュメントのセクション2は、1つのMIMEサブタイプを登録します。

5. Normative References
5. 引用文献

[1] Mobile XMF Content Format Specification, MMA specification v1.0., RP-42, Los Angeles, CA, USA. 2004.

[1] モバイルXMFコンテンツフォーマット仕様、MMA仕様v1.0。、RP-42、ロサンゼルス、カリフォルニア州、米国。2004年。

[2] Mobile DLS, MMA specification v1.0., RP-41, Los Angeles, CA, USA. 2004.

[2] モバイルDLS、MMA仕様v1.0。、RP-41、ロサンゼルス、カリフォルニア州、米国。2004年。

[3] Scalable Polyphony MIDI Specification. December 2001, RP-034, The MIDI Manufacturers Association, Los Angeles, CA, USA.

[3]

[4] Scalable Polyphony MIDI Device 5-24 Note Profile for 3GPP, December 2001, RP-035, The MIDI Manufacturers Association, Los Angeles, CA, USA.

[4]

[5] Specification for XMF Meta File Format, Version 1.00b. The MIDI Manufacturers Association, Los Angeles, CA, USA, 2001.

[5] XMFメタファイル形式の仕様、バージョン1.00b。米国カリフォルニア州ロサンゼルスのMIDIメーカー協会、2001年。

[6] XMF Meta File Format 2.00, RP-043, MIDI Manufacturers Association, Los Angeles, CA, USA, 2004

[6] XMFメタファイルフォーマット2.00、RP-043、MIDI Manufacturers Association、ロサンゼルス、カリフォルニア州、米国、2004年

[7] MIDI 1.0 Detailed Specification, Document Version 4.2. February 1996, In 'The Complete MIDI 1.0 Detailed Specification, Document Version 96.1.' The MIDI Manufacturers Association., Los Angeles, CA, USA.

[7] MIDI 1.0詳細仕様、ドキュメントバージョン4.2。1996年2月、「完全なMIDI 1.0詳細仕様、ドキュメントバージョン96.1」米国カリフォルニア州ロサンゼルスのMIDI Manufacturers Association。

[8] Standard MIDI Files 1.0, In 'The Complete MIDI 1.0 Detailed Specification, Document Version 96.1.' The MIDI Manufacturers Association., Los Angeles, CA, USA.

[8] 標準MIDIファイル1.0、「完全なMIDI 1.0詳細仕様、ドキュメントバージョン96.1」米国カリフォルニア州ロサンゼルスのMIDI Manufacturers Association。

[9] Josefsson, S., "The Base16, Base32, and Base64 Data Encodings", RFC 4648, October 2006.

[9] Josefsson、S。、「Base16、Base32、およびBase64データエンコーディング」、RFC 4648、2006年10月。

Authors' Addresses

著者のアドレス

Timo Kosonen Nokia P.O. Box 100 33721 Tampere Finland

ティモコソネンノキアP.O.ボックス100 33721タンペレフィンランド

   Tel: +358 5048 35206
   Fax: +358 7180 35899
   EMail: timo.kosonen@nokia.com
        

Tom White MIDI Manufacturers Association P.O. Box 3173 La Habra, CA 90632-3173 USA

Tom White Midi Manufacturers Association P.O.Box 3173 La Habra、CA 90632-3173 USA

Tel: (714) 736-9774 Fax: (714) 736-9775 EMail: twhite@midi.org

Tel:(714)736-9774 FAX:(714)736-9775メール:twhite@midi.org

Full Copyright Statement

完全な著作権声明

Copyright (C) The IETF Trust (2006).

Copyright(c)The IETF Trust(2006)。

This document is subject to the rights, licenses and restrictions contained in BCP 78, and except as set forth therein, the authors retain all their rights.

この文書は、BCP 78に含まれる権利、ライセンス、および制限の対象となり、そこに記載されている場合を除き、著者はすべての権利を保持しています。

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, THE IETF TRUST, 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.

このドキュメントとここに含まれる情報は、「現状」に基づいて提供され、貢献者、彼/彼女が代表する組織(もしあれば)、インターネット協会、IETFトラスト、インターネットエンジニアリングタスクフォースは免責明示的または暗示されたすべての保証。ここでの情報の使用が、商品性または特定の目的に対する適合性の権利または黙示的な保証を侵害しないという保証を含むがこれらに限定されない。

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 BCP 78 and BCP 79.

IETFは、知的財産権またはその他の権利の有効性または範囲に関して、この文書に記載されている技術の実装または使用、またはそのような権利に基づくライセンスがどの程度であるかについての使用に関連すると主張する可能性があるという立場はありません。利用可能になります。また、そのような権利を特定するために独立した努力をしたことも表明していません。RFCドキュメントの権利に関する手順に関する情報は、BCP 78およびBCP 79に記載されています。

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 http://www.ietf.org/ipr.

IETF事務局に行われたIPR開示のコピーと、利用可能にするライセンスの保証、またはこの仕様の実装者またはユーザーによるそのような独自の権利の使用のための一般的なライセンスまたは許可を取得するための試みの結果を取得できます。http://www.ietf.org/iprのIETFオンラインIPRリポジトリから。

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.

IETFは、関心のある当事者に、著作権、特許、または特許出願、またはこの基準を実装するために必要なテクノロジーをカバーする可能性のあるその他の独自の権利を注意深く招待します。ietf-ipr@ietf.orgのIETFへの情報をお問い合わせください。

Acknowledgement

謝辞

Funding for the RFC Editor function is currently provided by the Internet Society.

RFCエディター機能の資金は現在、インターネット協会によって提供されています。