All Projects → flackbash → AudioAnchor

flackbash / AudioAnchor

Licence: GPL-3.0 license
Android audio player that tracks the listening progress of your audio books and podcasts

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to AudioAnchor

parlatype
GNOME audio player for transcription
Stars: ✭ 151 (-9.58%)
Mutual labels:  audio-player
chu music
网页音乐播放器,仅1.4K,支持咪咕等等,随心更新中~~支持小程序
Stars: ✭ 16 (-90.42%)
Mutual labels:  audio-player
snapos
Snapcast OS
Stars: ✭ 73 (-56.29%)
Mutual labels:  audio-player
waveplayer.js
An HTML5 based audio player with a waveform view
Stars: ✭ 73 (-56.29%)
Mutual labels:  audio-player
AudioRecorder
Android 音频录制、播放,最近在项目要用到录音的功能,研究了几天,看了很多的资料,今天在这里分享记录一下以便回头查看。Android给我们提供了两个录音的API接口:MediaRecord、AudioRecoder
Stars: ✭ 23 (-86.23%)
Mutual labels:  audio-player
pushtape-player.js
Customizable JS audio page player with global playback controls and autoscan (mutationobserver), built on Soundmanager2.
Stars: ✭ 27 (-83.83%)
Mutual labels:  audio-player
minimal-player
This is a minimal, clean audio/music/mp3 player with spinning cover images, built with jQuery, TweenMax.js and SVG images.
Stars: ✭ 48 (-71.26%)
Mutual labels:  audio-player
MusicFolderPlayer
An elegant HTML5 web folder player for parties and/or private music collections, with playlist management that's just better.
Stars: ✭ 89 (-46.71%)
Mutual labels:  audio-player
soundcloud audio player
🎹 SoundCloud Audio Player for Flutter.
Stars: ✭ 50 (-70.06%)
Mutual labels:  audio-player
hermes-audio-server
An open source implementation of the audio server part of the Hermes protocol
Stars: ✭ 23 (-86.23%)
Mutual labels:  audio-player
songturtle
🐢 Play, slow down, and loop sections of audio files in the browser 🐢
Stars: ✭ 26 (-84.43%)
Mutual labels:  audio-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (-80.24%)
Mutual labels:  audio-player
web-rpi-fm
Web interface for Raspberry Pi fm transmitter. Made using Vue.js and Python.
Stars: ✭ 33 (-80.24%)
Mutual labels:  audio-player
strumpract
Various tools for musicians.
Stars: ✭ 20 (-88.02%)
Mutual labels:  audio-player
JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (-78.44%)
Mutual labels:  audio-player
jplayer-skin-audiocheck
A responsive HTML5 jPlayer skin with playlist.
Stars: ✭ 16 (-90.42%)
Mutual labels:  audio-player
sounds
Flutter plugin for sound. Audio recorder and player.
Stars: ✭ 74 (-55.69%)
Mutual labels:  audio-player
react-808
808 Drum Machine built using React.js hooks API
Stars: ✭ 51 (-69.46%)
Mutual labels:  audio-player
RecPlayer-iOS
A simple iOS application that records audio and plays it back. (+some animations)
Stars: ✭ 21 (-87.43%)
Mutual labels:  audio-player
react-audioplayer
A customizable HTML5 audio player for React.js
Stars: ✭ 69 (-58.68%)
Mutual labels:  audio-player

AudioAnchor

Android audio player that tracks the listening progress of your audio books and podcasts.

Get it on F-Droid

Features

AudioAnchor offers a clean and intuitive interface for listening to audio files while keeping track of listening progress.

Additional features include:

  • Set bookmarks
  • Adjust playback speed
  • Export and import listening progress as SQL database
  • Sleep timer
  • Lock screen media controls (for Android 5.0 Lollipop and higher)

Installation

The best way is to install F-Droid on your Android device, search for AudioAnchor, and install the app from there. This way, AudioAnchor will automatically be kept up to date on your device.
Alternatively, you can download the latest apk from F-Droid (or from releases) and execute it on your device.
The latest release runs on devices with Android API level 19 (Android 4.4 KitKat) and higher.

Usage

Start off by adding directories to your library. When adding a new directory you have two options:

  • You can add a directory that contains audio files
  • You can add a directory that contains subdirectories which contain audio files

For example, you might have a directory Podcast History Hour that contains audio files. Add this directory to your library using the option Add directory that contains audio files. Additionally, you might have a directory AudioBooks that contains subdirectories such as The Hobbit or Harry Potter II each of which contains one or several audio files. You can add this directory to your library using the option Add directory with subdirectories that contain audio files.
This prevents you from having to add your audio books one by one.

Add cover images to the subdirectories to have a neat looking app as shown in the screenshots below.

        

Browse and play your audio files just as you would in any other audio player.

Permissions

AudioAnchor asks for the following permissions:

  • Read external storage (to play audio files)
  • Write external storage (to export the listening progress)
  • Read phone state (to pause the audio during a call)

License

Copyright © 2018-2022 Natalie Prange

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].