This project is a sample implementation of using FFmpeg with WebAssembly in a Next.js project with TypeScript and Web Workers.
To install the project dependencies, run the following command in the project directory:
npm install
or
yarn install
To run the project in development mode, run the following command:
npm run dev
or
yarn dev
This will start a local development server and open the project in your default browser.
wav to mp3
- convert without Web worker
- convert with Web worker
If you want to contribute to this project, do everything you want!!
This project is licensed under the Beer License.