Audio editor online Audacity

Audio editor online to edit your audios, remove noise, cut and combine clips, and apply special audio effects

Audio editor online Audacityとは何ですか?

Audio editor online Audacityはhttps://offidocs.comによって開発されたChromeの拡張機能で、その主な機能は「Audio editor online to edit your audios, remove noise, cut and combine clips, and apply special audio effects」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Audio editor online Audacity拡張機能のCRXファイルをダウンロード

Audio editor online Audacity拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Audacity is an audio editor online to import your own audios, remove noise, cut and combine clips, apply special audio effects and much more in order to achieve professional results. 
Whether you are making music, podcasts, or audio books, Audacity is a very good tool to edit audios or music online. It is a document editor integrated with our file manager to manage only Audio file types with this desktop app.

Its main features are:

- Import sound files, edit them, and combine them with other files:
* Import and export WAV, AIFF, AU, FLAC and Ogg Vorbis files.
* Import and export all formats supported by libsndfile Such as GSM 6.10, 32-bit and 64-bit float WAV and U / A-Law.
* Import MPEG audio (including MP2 and MP3 files) using libmad .
* Import raw (headerless) audio files using the “Import Raw” command.
* Create WAV or AIFF files.
* Export MP3 Files with the optional LAME encoder library .
* Import and export AC3, M4A/M4R (AAC) and WMA with the optional FFmpeg library.

- Sound Quality:
* Supports 16-bit, 24-bit and 32-bit (floating point) samples (Latter preserves the samples in excess of full scale).
* Sample rates and formats are converted using high-quality resampling and dithering.
* Tracks with different sample rates or formats are converted Automatically in real time.

- Audio Editing online:
* Easy Editing with Cut, Copy, Paste and Delete.
* Unlimited Undo (and Redo) to go back any number of steps.
* Edit and mix large numbers of tracks.
* Multiple clips per track are allowed.
* Label tracks.
* Envelope Tool to fade the volume up or down smoothly.
 
- Audio effects:
* Change the pitch without altering the tempo (or vice-versa).
* Remove static, hiss, hum or other constant background noises.
* Alter frequencies with Equalization, Bass Boost, High / Low Pass and Notch Filter effects.
* Adjust volume with Compressor, Amplify, Normalize, Fade In / Fade Out.
* Remove Vocals from Suitable stereo tracks.
* Create voice-overs for podcasts or DJ sets using Auto Duck effect.
* Echo
* Phaser
* Reverse
* Truncate Silence

- Audio online Analysis:
* Spectrogram view modes for visualizing frequencies.
* “Plot Spectrum” command for detailed frequency analysis.
* “Sample Data Export” for exporting to file Containing amplitude values ​​for each sample in the selection.
* Contrast Analysis for analyzing volume average rms Differences Between foreground speech and background music.

This extension is available for free online users but it also allows the integration with premium users and on-premises OffiDocs deployments where the OffiDocs Audacity is installed.

Our extension is in a partnership with Adgoal (https://adgoal.de/) and contains their Adgoal script meant for link affiliation. We can receive a reward for sales that happen after users click on the affiliate links. You can learn more about the process in Adgoal’s privacy policy at https://www.adgoal.de/en/privacy.html. The ads associated with this partnership do not interfere with any third-party website, in-app, or native advertising in any way. If you have any issues with this integration, you can opt out by going through the Support the developer page of the extension itself.                    

拡張機能の基本情報

名前 Audio editor online Audacity Audio editor online Audacity
ID jaembmdeobjibglbnnefpalabeohjpnj
公式URL https://chromewebstore.google.com/detail/audio-editor-online-audac/jaembmdeobjibglbnnefpalabeohjpnj
説明 Audio editor online to edit your audios, remove noise, cut and combine clips, and apply special audio effects
ファイルサイズ 433 KB
インストール数 313,648
現在のバージョン 2.14.8
最終更新日 2024-01-29
公開日 2020-05-02
評価 2.91/5 合計 180 レビュー
開発者 https://offidocs.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.offidocs.com/media/system/apps/audacity-audio-editor-online.html
プライバシーポリシーページのURL http://www.offidocs.com/index.php/desktop-apps-policy
対応言語 de,en,fr,nl,tr,es,es-419,it,pl,pt-BR,pt-PT,ru,uk,hi,ar,zh-CN,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_title__",
    "version": "2.14.8",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/suite_38.png"
    },
    "options_page": "options.html",
    "icons": {
        "128": "icons\/suite_128.png",
        "48": "icons\/suite_48.png",
        "16": "icons\/suite_16.png"
    },
    "background": {
        "service_worker": "service_worker.js"
    },
    "permissions": [
        "storage",
        "webNavigation"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}