Skip to content

niljub/nightcoremaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nightcore Creator

Overview

Nightcore Creator is a simple web application built with Svelte, designed to allow users to adjust playback rate, pitch, and volume of audio files interactively. It provides features such as audio file loading, playing, pausing, and downloading the modified audio.

Prerequisites

Before you begin, ensure you have Node.js installed on your machine.

Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/niljub/nightcoremaker
    cd nightcoremaker
  2. Install the necessary dependencies:

    npm install

Running the Application

To run the application in development mode, execute:

npm run dev

This will start the local server, usually on http://localhost:5174, and you can open this URL in your browser to view the app.

Features

  • Load Audio Files: Users can load audio files from their local system.
  • Playback Control: Play or pause the loaded audio file.
  • Adjust Playback Rate: Increase or decrease the speed of the audio playback.
  • Adjust Pitch: Modify the pitch of the audio.
  • Volume Control: Adjust the volume level of the audio playback.
  • Download: Download the modified audio file.

Contributing

Contributions to the Nightcore Creator are welcome! If you have suggestions or issues, please feel free to open an issue or create a pull request.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published