piBob
Posts: 10
Joined: Thu Apr 30, 2015 5:44 pm

please HELP audi Question??????

Thu Apr 30, 2015 8:28 pm

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.

BMS Doug
Posts: 3824
Joined: Thu Mar 27, 2014 2:42 pm
Location: London, UK

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

Thu Apr 30, 2015 9:14 pm

Doug.
Building Management Systems Engineer.

User avatar
Douglas6
Posts: 4861
Joined: Sat Mar 16, 2013 5:34 am
Location: Chicago, IL

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

Thu Apr 30, 2015 9:49 pm

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"

Return to “Beginners”