Online MP3 Cutter & Audio Trimmer

A free online MP3 cutter, you can cut, crop, merge, and split your audio files directly in the browser. There is no need to install other software or upload audio files to the server.
You can record your voice and then edit it. You can also open local audio files. You can also open web files in URL format. This site also contains some free audio material libraries without copyright. After editing, you can save the audio in the format you need, including MP3, WAV, M4R, AAC, etc.

Bear Audio Editor

A brand new online audio editing tool that is based on HTML5 and doesn't require you to upload audio files to the server.
Main functions:

  • Cut and delete audio
  • Combine audio, songs, and ringtones together
  • Fade in and fade out audio
  • Mute and adjuste volume
  • Supported inport formats: MP3, WAV, OGG
  • Export format: WAV, MP3, M4R, OGG, AAC, WMA
 Web-based audio editor
Online web app, not a desktop program, no need to download, install software. Open the browser to use. No need upgrade, each time it is automatically updated to the latest version.
 HTML5 audio technology
This is the HTML5 app. All code runs on the browser side. That is, your files do not need to be uploaded to our server. Your audio files are directly on the browser side for Open, read, process, save.
 Fast speed
Because of HTML5 technology, files do not need to be uploaded, so the opening speed is faster than other wep app, and the processing is faster, without waiting for file uploading and downloading time.
 Support multiple file formats
You can open MP3, WAV, OGG files, after edited, you can save as MP3, WAV, M4R, OGG, AAC, WMA format.
 Open from multiple sources
You can read audio files directly from a URL, you can record sounds from a microphone, you can read sounds from our audio library.
 Powerful, easy to use
Easy interface, all operations can be done with a click of the mouse. You can cut, delete, merge, split audio, fade in, fade out audio, adjust pitch, can be undo, redo.

Change the volume of the selected audio sequence with the given gain multiplicator.

Normalize

Adjust the volume to the maximum of the selected audio sequence.

Apply
Silence

Silence the selected audio sequence

Apply
Fade In

Create a linear fade int of the selected audio sequence

Apply
Fade Out

Create a linear fade out of the selected audio sequence

Apply
-->
"); doprocess( procepid, function (msg){ $("#openurlwait_txt").html(msg); }, function (){ } ); var url = "/import_audio_file.php?type=fileurl&url=" + encodeURIComponent($('#fileurl').val()) + "&pid=" + procepid + "&start_pos=" + $('#start_cut_f').val() + "&end_pos=" + $('#end_cut_f').val(); load_url_to_array ( url, function done(arrayBuffer){ $("#openurlwait").html(""); $('#audioLayerControl')[0].loadArrayBuffer(arrayBuffer,true); $('#open_url').modal('toggle'); }, function error(errmsg){ $("#openurlwait").html(errmsg); } ); }); $('#save_btn').click(function (){ $("#savewait").html(""); $activetab = $('#save_tabs').find('.tab-pane.active').attr('id'); if ( $activetab == "save_to_wav" ) { //$('#savelink').click(); $('#audioLayerControl')[0].save($('#savelink')[0]); //$('#savelink').trigger("click"); if ( typeof(pplike_manualshowlike) != "undefined" ) pplike_manualshowlike(); $("#savewait").html(""); } else if ( $activetab == "save_to_mp3" ) { } }); function handleFileSelect2(evt) { evt.stopPropagation(); evt.preventDefault(); var files = evt.target.files; $('#audioLayerControl')[0].loadfile(files,($(evt.currentTarget).attr('id') == "filesadd") ); this.value = null; } document.getElementById('files').addEventListener('change', handleFileSelect2, false); document.getElementById('filesadd').addEventListener('change', handleFileSelect2, false); $('#audioLayerControl')[0].setStartAndEndFun(function st(){ $("#audioloader").html(""); },function ed(ret){ if ( ret == "ok" ) { $("#audioloader").html(""); } if ( ret == "error" ) { $("#audioloader").html(""); $("#loadfileerror").modal("show"); } },function error(info){ $("#errordlginfo").html(info); $("#commerrorinfo").modal("show"); },function lockscreen(lock){ if ( lock ) { $("#pluswrap").show(); } else { $("#pluswrap").hide(); } } ); $('#audioLayerControl')[0].setUpdateUndoUIFun(function setUpdateUnDoUI(hisLen,curPos){ if( hisLen <= 0 || curPos > hisLen - 1 ) { $("#btn_undo").addClass("disabled"); $("#btn_redo").addClass("disabled"); return; } if ( curPos <= -1 ) { $("#btn_undo").addClass("disabled"); } else { $("#btn_undo").removeClass("disabled"); } if ( curPos == hisLen - 1 ) { $("#btn_redo").addClass("disabled"); } else { $("#btn_redo").removeClass("disabled"); } }); $("#audioloader").html(""); $("#help_dlg").draggable({ handle: ".modal-header" }); $("#helpmenu").on('click','a',function(){ var url = $(this).attr("data-url"); //debugger; $("#tutorialFrame").attr("src",url); }); $("#video_intr_btn").click(function (){ var url = "https://www.youtube.com/embed/9dzV3zBmRpI"; $("#videoIntrFrame").attr("src",url); $('#video_intr').modal('show'); }); function postLogs(m_action,m_keywords,m_soundID) { var url = "/log.php?m_action=" + m_action + "&m_keywords=" + m_keywords + "&m_soundID=" + m_soundID; $.ajax({ type: "GET", url: url, data: "", dataType: "html", success: function (ret) { console.log('logs submit was successful.'); console.log(ret); }, error: function (data) { console.log('logs submit An error occurred.'); console.log(data); }, }); } function getHotKeyword() { //alert("kwo"); var url = "/log.php?op=gethot"; $.ajax({ type: "GET", url: url, data: "", dataType: "html", success: function (ret) { console.log('logs submit was successful.'); $("#hotKeyword").html(ret); }, error: function (data) { console.log('logs submit An error occurred.'); console.log(data); }, }); } /*----------------------library dlg-------------------------------------*/ var startItem = 0; function searchSounds() { $("#searchResult").html(""); var url = "/soundSearch.php?keywrods=" + $(" input[ name='soundKeywrods' ] ").val() + "&bgm=" + $(" input[ name='bgm' ] ").is(':checked') + "&soundEffect=" + $(" input[ name='soundEffect' ] ").is(':checked') + "&freeSound=" + $(" input[ name='freeSound' ] ").is(':checked') + "&internetSound=" + $(" input[ name='internetSound' ] ").is(':checked') + "&startItem=" + startItem; $.ajax({ type: "GET", url: url, data: "", dataType: "html", success: function (htmlstr) { console.log('Submission was successful.'); //debugger; $("#searchResult").html(htmlstr); }, error: function (data) { console.log('An error occurred.'); console.log(data); $("#searchResult").html("load error!"); }, }); postLogs("search",$(" input[ name='soundKeywrods' ] ").val(),0); } $("input[ name='soundKeywrods' ]").keyup(function(event) { if (event.keyCode === 13) { startItem = 0; searchSounds(); } }); $('#showLibraryDLg').click(function (){ $('#library_dlg').modal('show'); getHotKeyword(); }); $('#searchBtn').click(function (){ startItem = 0; searchSounds(); }); $('#searchResult').on('click','.pageNum',function(){ //e.preventDefault(); //debugger; startItem = parseInt($(this).attr('dataItem')); searchSounds(); //$('#searchBtn').click(); }); $('#hotKeyword').on('click','.hkey',function(){ //e.preventDefault(); //debugger; $("input[ name='soundKeywrods' ]").val($(this).text()); startItem = 0; searchSounds(); //$('#searchBtn').click(); }); var playstatus = $("#playstatus"); var pstatus = ""; /* -- sound play -- */ function initPlaySound(div) { $("#"+div).jPlayer({ swfPath: "/js/jplayer/", supplied: "mp3", cssSelectorAncestor: "", size: { width: "1px", height: "1px" }, play: function(event) { playstatus.html(""); console.log("play sound start."); pstatus = "play"; }, ended: function(event) { //$(this).jPlayer("play"); playstatus.html(""); pstatus = "stop"; console.log("play sound end."); }, error: function(event) { playstatus.html("load sound error"); console.log("play sound error."); pstatus = "error"; } }); } function playSound(url) { //$("#jquery_jplayer").jPlayer("stop"); $("#jquery_jplayer").jPlayer("setMedia", { mp3: url }); $("#jquery_jplayer").jPlayer("play"); } function stopSound() { $("#jquery_jplayer").jPlayer("stop"); } initPlaySound("jquery_jplayer"); //$("#jquery_jplayer").jPlayer("stop"); $('#searchResult').on('click','.btnPlay',function(){ //e.preventDefault(); //debugger; if ( pstatus == "play" ) { playstatus.html(""); stopSound(); } var dataid = $(this).attr('dataid'); playstatus = $("div [statuid="+dataid+"]"); playstatus.html(""); var playURL = $(this).attr('data-playURL'); playSound(playURL); postLogs("lib-play","",dataid); }); $('#searchResult').on('click','.btnStop',function(){ //e.preventDefault(); //debugger; playstatus.html(""); stopSound(); }); $('#searchResult').on('click','#searchYoutube',function(){ //e.preventDefault(); //debugger; var keyword = $(this).attr('data-keyword'); postLogs("lib-searchYoutube",keyword,0); }); $('#searchResult').on('click','.btnDownload',function(){ //e.preventDefault(); //debugger; var dataid = $(this).attr('dataid'); postLogs("lib-download","",dataid); }); $('#searchResult').on('click','.btnImport',function(){ //e.preventDefault(); //debugger; console.log("load aduio from url start..."); if ( pstatus == "play" ) { stopSound(); playstatus.html(""); } var dataid = $(this).attr('dataid'); playstatus = $("div [statuid="+dataid+"]"); playstatus.html(""); var importUrl = $(this).attr('importUrl'); var url = importUrl; load_url_to_array ( url, function done(arrayBuffer){ playstatus.html(""); $('#audioLayerControl')[0].loadArrayBuffer(arrayBuffer,true); $('#library_dlg').modal('toggle'); console.log("load aduio from url done"); }, function error(errmsg){ console.log("load aduio from url error"); playstatus.html("load sound error."); } ); console.log("load aduio from url end"); postLogs("lib-import","",dataid); }); /*----------------------library dlg-------------------------------------*/ });

We are cloud service
We support all platforms, including Windows, Linux, Mac. File conversions are done in the cloud. You only need a computer that can connect to the network, a browser software.

Your files are safe
All the files you uploaded, the converted files will be deleted in an hour. We have a program that runs automatically to clear files. We do not store, do not view, do not share, do not use these files. Please check the relevant terms of the website for details.

We use HTML5 technology
. Your computer does not need to download software, no software installation, no need to install plugins. Visit the website to use directly.

Online MP3 Cutter & Audio Trimmer © 2016-2020   Terms of use | Privacy Policy   If you have any questions, please contact:[email protected]