https://solarrust.github.io/mp3-wav-to-ogg-converter/
This is a Next.js project bootstrapped with create-next-app
.
To install the dependencies, run:
npm install
# or
yarn install
# or
pnpm install
# or
bun install
Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev
Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.
- Convert MP3 and WAV files to OGG format.
- Simple and intuitive user interface.
- Real-time progress updates.
- Error handling and user notifications.
- Upload your MP3 or WAV files.
- Click the "Convert" button.
- Download the converted OGG files.
To learn more about the technologies used in this project, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- React Documentation - learn about React, a JavaScript library for building user interfaces.
- ffmpeg.wasm — documentation for FFmpeg.wasm.
- Vitest Documentation - a Vite-native unit test framework.
- Material-UI Documentation - React components for faster and easier web development.
- ESLint Documentation - learn about ESLint, a tool for identifying and reporting on patterns found in ECMAScript/JavaScript code.
- Prettier Documentation - learn about Prettier, an opinionated code formatter.
Contributions are welcome! Please open an issue or submit a pull request for any changes.
This project is licensed under the MIT License. See the LICENSE file for details.