Original Sound
This extension provides controls for audio input processing
Original Soundとは何ですか?
Original Soundはmarcsabatellaによって開発されたChromeの拡張機能で、その主な機能は「This extension provides controls for audio input processing」です。
拡張機能のスクリーンショット
Original Sound拡張機能のCRXファイルをダウンロード
Original Sound拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Applications that access your microphone normally apply processing to cancel echo and optimize for voice. But that same processing can be extremely detrimental to music. Some apps allow you to disable this processing. For web apps that do not - like the Zoom progressive web app (PWA), or Google Meet - this extension is your solution. To use the extension, install it, then run it from any web app you like. A dialog will be displayed that allows you to turn off echo cancellation and other voice optimizations. After making the settings you want in the dialog, you will need to either change input devices or disconnect and reconnect to the audio in orderr for your changes to take effect.
拡張機能の基本情報
名前 | Original Sound |
ID | ffhniinhbjmjakiabdojmfehdhnbcmdh |
公式URL | https://chromewebstore.google.com/detail/original-sound/ffhniinhbjmjakiabdojmfehdhnbcmdh |
説明 | This extension provides controls for audio input processing |
ファイルサイズ | 12.2 KB |
インストール数 | 891 |
現在のバージョン | 1.0.1 |
最終更新日 | 2022-02-25 |
公開日 | 2022-02-21 |
評価 | 4.33/5 合計 3 レビュー |
開発者 | marcsabatella |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/marcsabatella/OriginalSound |
ヘルプページのURL | https://github.com/MarcSabatella/OriginalSound/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Original Sound", "version": "1.0.1", "description": "This extension provides controls for audio input processing", "author": "Marc Sabatella", "homepage_url": "https:\/\/github.com\/MarcSabatella\/OriginalSound", "permissions": [ "activeTab", "scripting" ], "background": { "service_worker": "background.js" }, "action": { "default_icon": "icon-48.png", "default_title": "Original Sound - press to display settings" }, "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" } } |