Giter Site home page Giter Site logo

edio's Introduction

Audio Cutter Tool

This project is a serverless, client-side audio cutter tool built with Next.js

Features

  • Load and initialize FFmpeg for audio processing in the browser.
  • Upload audio files directly from the user's device.
  • Specify start and end times to trim the audio.
  • Download the trimmed audio file.
  • Responsive and user-friendly UI.

Technologies Used

  • Next.js: Framework for React applications.
  • React: Library for building user interfaces.
  • Tailwind CSS: Utility-first CSS framework for styling.
  • @ffmpeg/ffmpeg: JavaScript port of FFmpeg for audio processing.
  • @ffmpeg/util: Utility functions for working with FFmpeg in the browser.

Getting Started

Follow these instructions to set up the project locally.

Prerequisites

  • Node.js (version 14 or higher)
  • npm or yarn package manager

Installation

  1. Clone the repository:

    git clone [https://github.com/your-username/audio-cutter-tool.git](https://github.com/utsav82/edio/)
    cd audio-cutter-tool
  2. Install dependencies:

    npm install

    or

    yarn install
  3. Start the development server:

    npm run dev

    or

    yarn dev

    The application will be available at http://localhost:3000.

Usage

  1. Load FFmpeg:

    • Click the "Load ffmpeg-core" button to load the necessary FFmpeg files.
  2. Upload Audio File:

    • Use the file input to upload an audio file from your device.
  3. Specify Trim Times:

    • Enter the start and end times to specify the portion of the audio to trim.
  4. Trim and Download:

    • Click the "Trim Audio" button to process the file. The trimmed audio will be available for download.

Customization

  • UI Framework: Tailwind CSS is used for styling. You can customize the UI by editing the classes in the JSX files.
  • FFmpeg Core Version: Adjust the version of FFmpeg core by updating the URLs in the AudioCutter.js component.

Contributing

Feel free to fork this repository and submit pull requests. Contributions are welcome!

License

This project is licensed under the MIT License.

Acknowledgements

edio's People

Contributors

utsav82 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.