yuripetrosyan / Controllers

Controllers is an iOS app that lets you mix songs on your device by changing the speed, pitch, reverb and volume.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cnt


Controllers

Controllers is a sleek and intuitive DJ controller app for iOS that allows you to play and manipulate your MP3 files. With features like adjustable speed, reverb, pitch, and volume, Controllers puts powerful audio controls at your fingertips. The app dynamically updates its background color based on the cover art of the current track, providing a visually immersive experience.

Features

  • MP3 Playback: Load and play MP3 files from your device.
  • Audio Controls: Adjust the speed, reverb, pitch, and volume of the track in real-time.
  • Dynamic Background: The app’s background color changes based on the cover art of the playing track.
  • Metadata Display: View the cover art and title of the current track.
  • Intuitive UI: User-friendly interface with smooth controls.

Requirements

  • iOS 16.0+
  • Swift 5.3+
  • Xcode 12.0+

Installation

  1. Clone the repository:
git clone https://github.com/yourusername/MiniDJ.git
  1. Open the project in Xcode:
cd MiniDJ
open MiniDJ.xcodeproj
  1. Build and run the project on your simulator or device.

Usage

  1. Launch the app.
  2. Tap on the "Upload a song" button to load an MP3 file from your device.
  3. Adjust the speed, reverb, pitch, and volume using the provided controls.
  4. Enjoy your music with the dynamic visual and audio effects!

Contributing

Contributions are welcome! Please open an issue or submit a pull request for any improvements or bug fixes.

  1. Fork the repository.
  2. Create a new branch:
git checkout -b feature/your-feature-name
  1. Make your changes and commit them:
git commit -m "Add your feature description"
  1. Push to the branch:
git push origin feature/your-feature-name
  1. Open a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contact

  • Author: Yuri Petrosyan

About

Controllers is an iOS app that lets you mix songs on your device by changing the speed, pitch, reverb and volume.

License:MIT License


Languages

Language:Swift 100.0%