Skip to content

Maciekek/grandAudioBookPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 

Repository files navigation

Grand audio books reader

Description

Small program for Raspberry pi to play audio books for my grandmother.

How to run?

    ./run.sh

Additional things

  • how to change default volume of rasperry PI output?
    alsamixer 

or

    amixer sset PCM 100%

Run script on startup

Edit /etc/rc.local

    sudo nano /etc/rc.local

Input

/home/pi/grandAudioBookPlayer/app/run.sh &

Merge mp3 files into one:

cat *.mp3 > all.mp3

Split mp3 file into parts with audacity

You will need Regular Interval Labels plugin to audacity

Access to it by Tools > Regular Interval Labels

Edit > Labeled audio > split

Then File > Export > Multiple

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published