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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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:\/\/*\/*"
    ]
}