video version https://videopad.vercel.app/
Crafted with dedication and passion by Miguel Kallemback, the Live Pad represents a leap forward in the way we experience audio in our live streams and podcasts.
In a world dominated by digital content, small details can turn a regular live stream into an immersive auditory experience. With Live Pad, offers an intuitive tool for adding sound effects in real-time, providing a richer and more interactive atmosphere for your audience.
- Simple Audio Upload: With a user-friendly interface, Live Pad lets you upload your favorite sound effects with ease.
- Intuitive Control Bar: Adjust the volume, stop the sounds, save your playlist, and more, all in one place.
- Quick Search: Quickly find the sound effect you need with the search functionality.
- Compatibility: Works seamlessly on desktops and mobile devices.
- Audio Upload: Click the upload button and select the audio files from your device.
- Control the Volume: Adjust the volume as needed using the slider.
- Play Your Effects: Browse through your uploaded sound effects and click on them to play.
- Search: Use the search box to quickly find any sound effect.
- Stop Everything: If needed, use the "Stop" button to immediately halt the playback of any effect.
Live Pad is the result of Miguel Kallemback's commitment to simplifying and enriching the audio experience in live streams and podcasts. Without claiming to revolutionize the market, Miguel aims to offer a practical and efficient solution for audio enthusiasts.
- Node.js installed on your machine.
- npm (Node Package Manager), which usually comes bundled with Node.js.
-
Clone the Repository:
git clone https://github.com/aloproducao/pad-dj-for-lives cd live-pad
-
Install Dependencies: Run the following command to install all required dependencies:
npm install
-
Start the Local Server:
npm start
-
Access the Application: Open your preferred browser and navigate to:
http://localhost:3000
- A Vercel account.
- Vercel CLI installed. If not, you can install it using:
npm install -g vercel
-
Login to Vercel via CLI:
vercel login
-
Navigate to the Project Directory:
cd path_to_your_project/live-pad
-
Deploy the Project: Simply run the following command:
vercel
Follow the on-screen prompts. Once the deployment is complete, Vercel CLI will provide you with a live URL.
-
Access the Live Application: Click on the provided live URL or paste it into your browser to access the deployed application.
This guide should help you run the Live Pad project both on your local machine and on Vercel. If you have any further questions or run into issues, feel free to reach out!