Download youtube videos as audio in mp3 format.
Clone the repo and install dependencies:
git clone --depth 1 --branch main https://github.com/electron-react-boilerplate/electron-react-boilerplate.git your-project-name
cd your-project-name
npm install
Having issues installing? See our debugging guide
Start the app in the dev
environment:
npm start
To package apps for the local platform:
npm run package
./configure --disable-everything --disable-network --disable-autodetect --enable-small --enable-decoder=aac,mp3 --enable-demuxer=mov,m4v,matroska --enable-muxer=mp3,mp4 --enable-protocol=file --enable-libmp3lame --enable-encoder=libmp3lame --enable-filter=aresample --extra-cflags="-I/opt/homebrew/include" --extra-ldflags="-L/opt/homebrew/lib"
brew install lame
Download source: https://sourceforge.net/projects/lame/files/lame/3.100/
./configure --disable-decoder --host="x86_64"
make
make install