{"id":25684439,"url":"https://github.com/liubivi/sound_splitter","last_synced_at":"2025-10-24T00:44:07.690Z","repository":{"id":199517376,"uuid":"405357057","full_name":"liubivi/Sound_Splitter","owner":"liubivi","description":"Sound Splitter is a free Windows application (with Python code) that converts a large audio/video file to a low-quality 16bit 16kHz wav or mp3 file and also splits it into several pieces of around 60 MB in size, detecting silent places in the original record.","archived":false,"fork":false,"pushed_at":"2023-10-10T15:04:36.000Z","size":23561,"stargazers_count":7,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-10-10T19:20:04.806Z","etag":null,"topics":["16-bit","16khz","audio","ffmpeg","ffmpeg-wrapper","mp3","mp3-files","mp3-to-wav","mp4-to-mp3","silence","silence-detection","silencedetect","sound","speech-to-text","split-video-to-audio-tracks","splitter","track-extraction","video-spliter","wav","wav-to-mp3"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liubivi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-09-11T11:08:35.000Z","updated_at":"2023-10-10T19:20:55.201Z","dependencies_parsed_at":"2023-10-10T19:36:23.975Z","dependency_job_id":null,"html_url":"https://github.com/liubivi/Sound_Splitter","commit_stats":null,"previous_names":["liubivi/sound_splitter"],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liubivi%2FSound_Splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liubivi%2FSound_Splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liubivi%2FSound_Splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liubivi%2FSound_Splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liubivi","download_url":"https://codeload.github.com/liubivi/Sound_Splitter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240521036,"owners_count":19814694,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["16-bit","16khz","audio","ffmpeg","ffmpeg-wrapper","mp3","mp3-files","mp3-to-wav","mp4-to-mp3","silence","silence-detection","silencedetect","sound","speech-to-text","split-video-to-audio-tracks","splitter","track-extraction","video-spliter","wav","wav-to-mp3"],"created_at":"2025-02-24T17:19:14.373Z","updated_at":"2025-10-24T00:44:07.589Z","avatar_url":"https://github.com/liubivi.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"SOUND SPLITTER V.1.0\n\nDescription\n\n“Sound splitter” is a free Windows application (with Python code) that splits large audio and video files (e.g. of public speeches, presentations), recorded in the most popular formats, such as wav, mp3, flv, mp4, wma, into smaller wav (or mp3) files of around 60 MB in size. It makes an attempt to cut the input file in a silent place, so that a word in a recorded speech is not split in the middle. It also contains the tool for splitting large multi-track video files to separate audio tracks in mp3 format. It is based on a drag and drop principle and there is no need to pass any commands or make any selections. \nSupported input file formats include as a minimum the following formats:\n\n•\taudio formats: wav, mp3, wma, ogg, aac, ...\n\n•\tvideo formats: mp4, avi, flv, ...\n\nYou can try other input file formats supported by FFMPEG.\nThe output files are 16 kHz 16 bit wav or mp3 files, depending on the application you are using: sound_splitter.exe outputs files in wav format, sound_splitter_mp3.exe outputs files in mp3 format.\nThe file splitting allows you a hassle-free upload of very large files to online services (e.g. Speech to text service). Among other things, when you submit many files to the online sound processing service, you can also expect a faster finishing time, because such tasks normally run in paralel.\n\nThe application consists of three files:\n\nSound_Splitter.exe - splits a larger file to smaller wav files\n\nSound_Splitter_mp3.exe - splits a larger file to smaller mp3 files\n\nSound_Splitter_to_tracks.exe - converts a multi-track video or audio file into several mp3 files, each of them containing a single audio track. The quality of the records is not degraded in this step: the bit-rate and the frequency of the record remains the same as in the original track. It means that the tool can be also used for the easy conversion of video/audio files to mp3 without any quality loss.\n\nPython source code\n\nsound_splitter.py - the Python source code for splitting a large audio/vieo file to smaller wav files\nsound_splitter_to_tracks.py - the Python source code for splitting a multi-channel audio/video file to several files with a single channel\n\nUsage\n\nAlways make a secure copy of the original file before doing any operations with Sound Splitter.\nUsing your mouse, drag and drop the audio or video file in question on the application sound_splitter.exe or sound_splitter_mp3.exe. The application should start processing the file immediately.\n\nRequirements\n\nWindows 10 (tested) or possibly other Windows versions.\nFFMPEG application must be installed and included in the Windows PATH environmental variable before using Sound Splitter. Check the Sound Splitter tutorial on how to do it.\n\nFFMPEG is available at the official website https://ffmpeg.org.\nWindows version is available at https://ffmpeg.org/download.html#build-windows.\nDirect download link: https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-essentials.zip.\n\nLicense\n\nFree (do anything with it)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliubivi%2Fsound_splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliubivi%2Fsound_splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliubivi%2Fsound_splitter/lists"}