Skip to content

translate japanese for Audio Session API#36277

Open
gurezo wants to merge 31 commits into
mdn:mainfrom
gurezo:issues/isuue/872
Open

translate japanese for Audio Session API#36277
gurezo wants to merge 31 commits into
mdn:mainfrom
gurezo:issues/isuue/872

Conversation

@gurezo
Copy link
Copy Markdown
Contributor

@gurezo gurezo commented May 30, 2026

@hmatrjp @potappo @mfuji09

issue

translated-content

以下の作業単位毎にコミットしてあります。
The following work units have been committed.

@gurezo gurezo requested a review from a team as a code owner May 30, 2026 07:48
@gurezo gurezo requested review from mfuji09 and removed request for a team May 30, 2026 07:48
@github-actions github-actions Bot added the l10n-ja Issues related to Japanese content. label May 30, 2026
@gurezo gurezo changed the title Issues/isuue/872 translate japanese for Audio Session API May 30, 2026
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 30, 2026

Preview URLs (1 page)

(comment last updated: 2026-05-30 09:03:23)

@hmatrjp
Copy link
Copy Markdown
Collaborator

hmatrjp commented May 30, 2026

翻訳ミートアップ開催中でしたので、目を通します。

Copy link
Copy Markdown
Collaborator

@hmatrjp hmatrjp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

いくつか直してほしい箇所がありました。参考になれば幸いです。


## 概念と使用法

人々はますますウェブを通じてメディアを消費するようになり、ウェブは今やオーディオやビデオコンテンツにアクセスするための主要なチャネルとなっています。しかし、ウェブ上のメディアは、基盤となるプラットフォームとのシームレスな統合が欠けている場合が少なくありません。 Audio Session API は、開発者がウェブアプリケーションで生成されたオーディオがデバイス上の他のアプリケーションのオーディオとどのように相互作用するかを指定できるようにすることで、このギャップを解消します。例えば、他のオーディオと同時に再生したり、音量を下げたり、一時停止してオーディオを単独で再生したりできます。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Audio Session が訳されず残っています。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • feat: Audio Session to オーディオセッション fc36fd9


人々はますますウェブを通じてメディアを消費するようになり、ウェブは今やオーディオやビデオコンテンツにアクセスするための主要なチャネルとなっています。しかし、ウェブ上のメディアは、基盤となるプラットフォームとのシームレスな統合が欠けている場合が少なくありません。 Audio Session API は、開発者がウェブアプリケーションで生成されたオーディオがデバイス上の他のアプリケーションのオーディオとどのように相互作用するかを指定できるようにすることで、このギャップを解消します。例えば、他のオーディオと同時に再生したり、音量を下げたり、一時停止してオーディオを単独で再生したりできます。

ウェブページは、 {{domxref("HTMLMediaElement")}} や [ウェブオーディオ API](/ja/docs/Web/API/Web_Audio_API)どのAPIを使用して、さまざまな方法で音声処理を実行できます。**オーディオセッション**は、ウェブページによって生成された集約された音声を表し、ウェブページが音声出力の一般的な性質を表現できるようにします。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

どのAPIを使用して

などの API を使用して でしょうか?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • feat: どのAPI to などのAPI 42b45fb

API は、アプリケーションが生成するオーディオの種類を指定する、いくつかのオーディオセッションタイプをサポートしています。

- `"auto"` — デフォルト。ユーザーエージェントは、使用されているオーディオ API に基づいて最適なタイプを自動的に選択します。
- `"playback"` — 音楽や動画などのメディア再生用です。このタイプの機器は、他のオーディオ再生機器と混用しないでください。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原文では、混用を避けたいのは、機器 ではなく 音声 です。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.


- `"auto"` — デフォルト。ユーザーエージェントは、使用されているオーディオ API に基づいて最適なタイプを自動的に選択します。
- `"playback"` — 音楽や動画などのメディア再生用です。このタイプの機器は、他のオーディオ再生機器と混用しないでください。
- `"transient"` — 簡単に言うと、通知音のようなものです。このタイプの音は通常、他の音声の上に重ねて再生されます。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ここの short は、簡単 ではなく 短い の方です。

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • feat: 簡単に言うと、通知音のようなものです to 通知音のような短い音です 04f451c

- `"auto"` — デフォルト。ユーザーエージェントは、使用されているオーディオ API に基づいて最適なタイプを自動的に選択します。
- `"playback"` — 音楽や動画などのメディア再生用です。このタイプの機器は、他のオーディオ再生機器と混用しないでください。
- `"transient"` — 簡単に言うと、通知音のようなものです。このタイプの音は通常、他の音声の上に重ねて再生されます。
- `"transient-solo"` — 音声のみを再生し、他のすべての音声(音声プロンプトなど)を一時停止します。
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

訳の中での 音声プロンプト の位置づけが、原文と違います。

他のすべての音声を一時停止して単独で再生される音声(音声プロンプトなど)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • feat: replace 他のすべての音声を一時停止して単独で再生される音声(音声プロンプトなど)のみを再生します。 c4f79a6

@gurezo gurezo requested a review from hmatrjp May 30, 2026 09:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

l10n-ja Issues related to Japanese content.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Audio_Session_API の翻訳

2 participants