AndBible / and-bible

AndBible: Bible Study
https://andbible.org
GNU General Public License v3.0
550 stars 193 forks source link

Support for real audio bibles #1909

Open tse-gratis opened 2 years ago

tse-gratis commented 2 years ago

The people we most often give bible apps cannot read in their own language. So i choose the faith comes by hearing bible apps for them. They are simple and the audio quality is good

For those apps, there is no way to download the audio in one go!!!! 100% of those people have not had wifi or data, so a percentage of every meeting is spent with us clicking on as many chapters as possible, and waiting for that chapter's audio to download

That is painful. They get at most 30mins of audio a week that way, and the interface does not tell them which passages have audio and which dont

From the And Bible language list, it looks like the SWORD project has imported the faith comes by hearing bible resources... I'm guessing, but would it be possible to also import their audio resources? Or in someway get one-click download of their audio?

That would make And Bible excellent for this usecase

tuomas2 commented 2 years ago

I don't know if they would allow us to use their audio.

Anyway, it would be big task to do this.

agrogers commented 2 years ago

Wow, that's amazing that you can get the NT for ESV for free. Dramatised as well. I might replace my copy with that.

Tuomas, how about functionality that allowed users to point AndBible to a folder which they have already created and downloaded the audio files. Then there are no licensing issues for us. We just look in that folder and play what is there. If it could be left as a zip file and we just look inside the zip it would be even better.


www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)

On Fri, 29 Oct 2021 at 00:11, Tuomas Airaksinen @.***> wrote:

I don't know if they would allow us to use their audio.

Anyway, it would be big task to do this.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1909#issuecomment-953886249, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJVKYCVFSW24PXE4SUDUJFRYPANCNFSM5G463BDQ .

tuomas2 commented 2 years ago

feel free to implement 😁

agrogers commented 2 years ago

I know you like the Android voice :) I just listened to an hour of my ESV from Christian Audio... it's hard to go back to a computer voice after listening to a human. Implement one day perhaps ;-)


www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)

On Sat, 30 Oct 2021 at 01:31, Tuomas Airaksinen @.***> wrote:

feel free to implement 😁

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1909#issuecomment-954836505, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJTAXKU4KLL3Y2ABL6DUJLD5FANCNFSM5G463BDQ .

tuomas2 commented 2 years ago

I know you like the Android voice :) I just listened to an hour of my ESV from Christian Audio... it's hard to go back to a computer voice after listening to a human. Implement one day perhaps ;-)

Try another open source app called "Voice" (https://f-droid.org/en/packages/de.ph1b.audiobook/). It has everything you need for listening to audiobooks.

Those mp3 files do not have any metadata that helps us to know where each individual verse starts, making it impossible to implement this feature properly. To obtain that data we probably need to negotiate licenses. And even if we get licenses, it will still be huge task. You need to design it properly and implement it seamlessly to the current TTS-based solution. It's nice to have if someone does it properly but not very likely to happen, I would say.

Not that I like TTS voice, but it's generally "good enough" for getting the real content. And there are not (good) finnish audio bibles anyway... (okay, there is one for 1992 translation that I am not interested to use).

agrogers commented 2 years ago

I use Smart Audio player. It's great too.

I have heard the request to have a real human read the text a few times now. And I am sympathetic to that. I would be happy just to be able to launch my audio player to play the correct chapter file. Most reading plans are chapter based arent they. I shall ponder it... for a long time i suspect.


www.TenOutOfTen.org https://www.TenOutOfTen.org @.*** (+61) 0477 174 193 (Australia) (+95) 09 250018669 (Myanmar)

On Sat, 30 Oct 2021 at 17:14, Tuomas Airaksinen @.***> wrote:

I know you like the Android voice :) I just listened to an hour of my ESV from Christian Audio... it's hard to go back to a computer voice after listening to a human. Implement one day perhaps ;-)

Try another open source app called "Voice" ( https://f-droid.org/en/packages/de.ph1b.audiobook/). It has everything you need for listening to audiobooks.

Those mp3 files do not have any metadata that helps us to know where each individual verse starts, making it impossible to implement this feature properly. To obtain that data we probably need to negotiate licenses. And even if we get licenses, it will still be huge task. You need to design it properly and implement it seamlessly to the current TTS-based solution. It's nice to have if someone does it properly but not very likely to happen, I would say.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/AndBible/and-bible/issues/1909#issuecomment-955163975, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADKGTJXZA7TBWJAAV4CWPUTUJOSPVANCNFSM5G463BDQ .

tse-gratis commented 2 years ago

It seems that streaming does not require a license, but download does for some resources (possibly per chapter download is okay). I am asking them

Per verse audio seems possible

Their api: https://www.faithcomesbyhearing.com/audio-bible-resources/bible-brain

Also here: https://github.com/faithcomesbyhearing/dbp

TTS has advantages though -- size of download, offline playback. I'd first like to check for a good multi-lingual TTS

tuomas2 commented 2 years ago

Using API goes to some extent against having AB fully offline

eigenlambda commented 2 years ago

(1) feed alexander scourby to speech to text engine (2) match up text with kjv (3) determine verse markers on word boundaries (4) automatically have alexander scourby read the kjv starting anywhere but, since alexander scourby has a copyright on his reading, we need to provide the algorithms and allow the user to supply the mp3s for each Bible book and have some way of dealing with when scourby says "the Holy Bible, the King James Version, the New Testament, the book of Matthew, chapter 1"

Noitarud commented 9 months ago

When you choose listen, you could be given a choice of resources (define these already in settings - their location, folder layout and playlist/chapter file organisation if necessary), besides the TTS. The resource folders could be just an audio file (NIV OT is 49H42M, NT is 16H13M) or books or chapters. When there are chapter files or individual chapters defined (in file imetadata or as a cue file) infer verse by percentage.

Using FFMPEG I have added some into the metadata of mine (Gen 1,11,25,37, Exo 1,19,25,3235…) so "next" jumps are not so large. The user could define the missing chapter offsets themselves, at least on their favourite places. Maybe a git topic for sharing timings - Ideally you should share free speakers of free Bibles else everyone may be admitting to breaking law (NIV is owned by the Murdoch conglomerate and they have obstructed missionaries - source may have been Gail Riplinger). I have a copy of Brad Moyers reading the ASV new testament in chapters, it is free (cannot verify if still downloadable).

Some people may want the speed slower (or faster) so ensure fractional adjustment is available.

If you have a free Bible, a steady voice and ¾ day you could record the NT or just the gospels, you don't need an actor's voice (just make sure you get Mat6:12 right, it will sound better if the speeches were recorded separate (tedious), and I am positive the KJV is supposed to be read with a Cockney accent). Record yourself reading to your children Deu 6:4-9,11:19, you can use dual microphones to remove sounds that are to your left and right (ensure noone is ahead of you).