Audio editor & music editor AudioStudio

AudioStudio to create and edit audio and music online

Audio editor & music editor AudioStudio là gì?

Audio editor & music editor AudioStudio là một tiện ích mở rộng Chrome được phát triển bởi https://www.redcoolmedia.net, và tính năng chính của nó là "AudioStudio to create and edit audio and music online".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Audio editor & music editor AudioStudio

Tải xuống các tệp mở rộng Audio editor & music editor AudioStudio dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        AudioStudio is an audio editor to create or modify any music or audio file. It is an integration of the "Beautiful Audio Editor" with the the RedcoolMedia platform. The new features of that this integration provides are:

- Any MP3 or WAV URL link can be imported in AudioStudio with a simple click.
- The MP3 and WAV create that the audio editor have created can be shared using the cloud platform hosted by RedcoolMedia.

Additionally, AudioStudio inherits all the "Beautiful Audio Editor" features. It contains features to import, export, duplicate, split, trim, modify the speed, increase the volume, merge, etc, audio files. In order to implement this functionality, this web app includes multiple buttons that provides the following functionality:

- Reset button resets the play pointer to the beginning and stops play.
- Play/pause button plays or pauses audio at the current time.
- Move button switches into move mode, in which you can move sections within - and across tracks by dragging them. 
- Duplicate button switches into duplicate mode, in which you can click sections to duplicate them.
- Split button switches into split-section mode, in which you can split sections by pressing on them and then releasing upon finalizing the split location.
- Remove button switches into remove mode, in which you can click sections to remove them.
- Time Signature button makes the grid display in 4/4 time signature - 4 beats per 2 seconds.
- Undo button undos the previous action if it exists.
- Redo button redoes the previously undone action if it exists.
- Share WAV button shares or downloads the project as a WAV file.
- Share MP3 button shares or downloads the project as an MP3 file. MP3 exporting is slower than WAV exporting, but compresses audio, so MP3 files may be much smaller than their WAV counterparts.
- Render button renders the whole project into a separate track.
- Recording button. Start recording on a mono channel through your default microphone by clicking on this button.

Moreover, AudioStudio includes audio modification using effects. You can apply effects to tracks and the master output. Effects range from simple ones such as gain, pan, and dynamic compression to varieties of frequency filters. It also includes Zoom in or out with the zoom slider in the footer. Higher numbers correspond to more detailed zooms.

This is Open Source.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Audio editor & music editor AudioStudio Audio editor & music editor AudioStudio
ID dfmpaemifkgbnlgcccccnfjjkeiikeie
URL Chính Thức https://chromewebstore.google.com/detail/audio-editor-music-editor/dfmpaemifkgbnlgcccccnfjjkeiikeie
Mô tả AudioStudio to create and edit audio and music online
Kích Thước Tệp 845 KB
Số Lần Cài Đặt 91,977
Phiên Bản Hiện Tại 1.8.5
Cập Nhật Lần Cuối 2023-11-08
Ngày Phát Hành 2020-05-17
Đánh Giá 3.42/5 Tổng số 137 Đánh Giá
Nhà Phát Triển https://www.redcoolmedia.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng http://www.redcoolmedia.net/index.php/web-online-audio-video-apps/audiostudio-audio-editor
URL Trang Chính Sách Bảo Mật http://www.redcoolmedia.net/index.php/cloud-apps-policy
Ngôn Ngữ Được Hỗ Trợ 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": "1.8.5",
    "description": "__MSG_description__",
    "default_locale": "en",
    "action": {
        "default_popup": "index.html",
        "default_icon": "icons\/app_38.png"
    },
    "options_page": "settings.html",
    "icons": {
        "128": "icons\/app_128.png",
        "48": "icons\/app_48.png",
        "16": "icons\/app_16.png"
    },
    "permissions": [
        "storage",
        "webNavigation",
        "webRequest"
    ],
    "background": {
        "service_worker": "service.js"
    },
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*"
    ]
}