Page 1 of 1

please HELP audi Question??????

Posted: Thu Apr 30, 2015 8:28 pm
by piBob
I want to use this web page.
https://www.raspberrypi.org/documentati ... -config.md

I need an audio file to play. Before I start smudging any settings.

Does pi2b have any audio files?
I'm using NOOBS that came with my pi2b.

How do I activate an audio file?
I need a CMD line if you would help.

Thanks, I just can't find help at raspberry pages.

Re: please HELP audi Question??????

Posted: Thu Apr 30, 2015 9:14 pm
by BMS Doug

Re: please HELP audi Question??????

Posted: Thu Apr 30, 2015 9:49 pm
by Douglas6
Yeah, I probably should have mentioned omxplayer in my other response to the OP. Also, a useful command for finding files of various types is, e.g.

Code: Select all

sudo find / -name "*.mp3"
In English: "Look everywhere under the root folder ('/') and find all filenames matching '*.mp3', and do it as the root user, 'cuz I'm nosey"