본문 바로가기

좋아하는 것_매직IT/96.IT 핫이슈

StemRoller - 노래에서 보컬과 악기를 분리해주는 무료 앱 오픈소스 (github.com/stemrollerapp)

반응형

StemRoller - 노래에서 보컬과 악기를 분리해주는 무료 앱 오픈소스를 소개합니다.

웹페이지에서는 StemRoller 를 아래와 같이 설명하고 있습니다.

StemRoller is the first free app which enables you to separate vocal and instrumental stems from any song with a single click! StemRoller uses Facebook's state-of-the-art Demucs algorithm for demixing songs and integrates search results from YouTube.

Simply type the name/artist of any song into the search bar and click the Split button that appears in the results! You'll need to wait several minutes for splitting to complete. Once stems have been extracted, you'll see an Open button next to the song - click that to access your stems!

StemRoller는 노래에서 보컬과 악기를 분리해주는 무료 앱 오픈소스라고 머릿속에 넣어두시면 됩니다.

빠르게 시작하려면 아래와 같이 하시면 됩니다.

Quick Start

Using StemRoller couldn't be easier - just head to the StemRoller website or the releases page and download the latest version! That bundle includes everything you need to split stems. If, however, you want to get involved in StemRoller development, read on...

Install Dependencies

git clone https://github.com/stemrollerapp/stemroller.git
cd stemroller
npm i -D

Windows/macOS

npm run download-third-party-apps

Linux (Experimental)

Install ffmpeg globally using your preferred package manager, and install demucs globally with pip.

Run in Development Mode

npm run dev

Run in Production Mode (Linux)

Linux is not yet officially supported, but thanks to some kind contributors, we now have experimental Linux support if you're willing to run StemRoller from source. You can, of course, also run in development mode on Linux.

npm run build:svelte && npm run start

Production Build

Windows

npm run build:win

macOS

npm run build:mac

 

StemRoller의 특징을 간략하게 정리하자면 아래와 같습니다.

  • 페이스북의 Demucs 알고리듬을 사용
  • 노래/가수의 이름을 넣고 검색하면 유튜브에서 음악을 찾아서 몇분만에 추출
    → 보컬, 드럼, 베이스, 기타 악기로 분류됨
    → 보컬만 제외한 반주 통합 파일도 작성해 줌
  • 맥/윈도우용 바이너리 제공

좀더 자세한 내용은 아래 깃허브 참고부탁드릴께요~

오늘의 블로그는 여기까지고요..

항상 믿고 봐주셔서 감사합니다.

728x90
300x250