[go: up one dir, main page]

Skip to content

Commit

Permalink
Update playAzaan.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
semaf authored Apr 18, 2022
1 parent a3d4cfb commit 5d0241a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions playAzaan.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ done

# Play Azaan audio
#omxplayer --vol $vol -o local $audio_path
#curl -d '{\"id\":0,\"params\":[\"aa:aa:00:00:00:00\",[\"mixer\",\"volume\",$vol]],\"method\":\"slim.request\"}' http://localhost:9000/jsonrpc.js
#curl -d '{\"id\":0,\"params\":[\"aa:aa:00:00:00:00\",[\"playlist\",\"play\",\"$audio_path\"]],\"method\":\"slim.request\"}' http://localhost:9000/jsonrpc.js
curl -d '{\"id\":0,\"params\":[\"aa:aa:00:00:00:00\",[\"mixer\",\"volume\",$vol]],\"method\":\"slim.request\"}' http://localhost:9000/jsonrpc.js
curl -d '{"id":0,"params":["aa:aa:00:00:00:00",["playlist","play","$audio_path"]],"method":"slim.request"}' http://localhost:9000/jsonrpc.js


Expand Down

0 comments on commit 5d0241a

Please sign in to comment.