Donate | Download |
---|---|
Audiofy Media Player is an open-source multimedia player app that lets you play music and videos on your Android device.
Audiofy Media Player is a mulitmedia app that lets you enjoy various videos and audio formats on your Android device or Android TV. It uses the ffmpeg extension of Media3, a powerful media player library, to support common and special audio formats such as Vorbis, Opus, FLAC, MP3, AAC, DTS, etc. It also supports video formats such as H.264, H.265, VP8, VP9, AV1, etc. You can also sync audio and video tracks when using Bluetooth earphones or speaker, for a smooth viewing experience. It has a simple and minimalistic interface that lets you watch videos without any hassle..
Category | Supported Formats |
---|---|
Audio formats | Vorbis, Opus, FLAC, ALAC, PCM/WAVE (μ-law, A-law), MP1, MP2, MP3, AMR (NB, WB), AAC (LC, ELD, HE; xHE on Android 9+), AC-3, E-AC-3, DTS, DTS-HD, TrueHD, AC-4 (on devices with system decoder) |
Video formats | H.263, H.264 AVC (Baseline Profile; Main Profile on Android 6+), H.265 HEVC, MPEG-4 SP, VP8, VP9, AV1 |
Container formats | MP4, MOV, WebM, MKV, Ogg, MPEG-TS, MPEG-PS, FLV, AVI (under development) |
Streaming protocols | DASH, HLS, SmoothStreaming, RTSP |
HDR video playback | HDR10+ and Dolby Vision (on compatible/supported hardware) |
- Audio/subtitle track selection
- Playback speed control
- Horizontal swipe and double tap to quickly seek
- Vertical swipe to change brightness (left) / volume (right)
- Pinch to zoom (Android 7+)
- PiP (Picture in Picture) on Android 8+ (resizable on Android 11+) (Comming soon)
- Resize (fit/crop)
- Volume boost (Coming soon)
- Auto frame rate matching on Android TV/boxes (Android 6+)
- Post-playback actions (delete file/skip to next)
- Touch lock (long tap)
- 3rd party equalizer / audio processing support (e.g. Wavelet)
- Media Session and Audio Focus support
- Pause playback when disconnecting headphones
If you are a developer and want to build and run the Audiofy app from the source code, you need to follow these additional steps:
- Install Android Studio Alpha (Hedgehog) or above on your machine. You can download it from here: https://developer.android.com/studio/preview
- Install Git on your machine. You can download it from here: https://git-scm.com/downloads
To build the Audiofy app, follow these steps:
- Clone the repository: Open a terminal window and type the following command:
git clone https://github.com/iZakirSheikh/audiofy2.git
- Open Android Studio and select Open an existing project.
- Navigate to the folder where you cloned or downloaded this repository and select it.
- Wait for Android Studio to sync the project and resolve the dependencies. 65 Run the app on an emulator or a connected device by clicking the Run button.
You have successfully built and run the Audiofy app from the source code. Enjoy!
Apache 2.0 License
Copyright 2021 Zakir Sheikh
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.