mp3 mit Namen auswählen und einmal abspielen #1790
-
Guten Abend. Ich möchte gerne eine beliebige Mp3 von meiner sd-Karte abspielen. Ich habe ein IA-Thinker Board Audio Kit 2.2 A404. Und zwar zwischen den vorhandenen mp3 Dateien frei im Code (mit deren Namen) wählen können. Ich möchte aber, dass nur dieses gewählte mp3 Datei einmal gespielt wird und dann ruhe ist. Hat jemand eine Codbeispiel für mich? Ich würde später wenn die freie Mp3 (mit Namen) Wahl im Code funktioniert diese per UDP Befehlen wählen und einmal abspielen. Vielleicht hat ja jemand einen einfachen Code wo ich die Wahl zunächst durchführen/prüfen und verstehen lerne. per UDP bekomme ich dann später selber hin. vielen lieben Dank |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
I think you have two options:
I don't have enough info to make a recommendation, but If you always know the file name and path to play I would go for option 1 and if you just want to automaticaly play all (or a directory of) files in sequence, I would go for option 2 The examples are logically named, so you should be able to find them yourself |
Beta Was this translation helpful? Give feedback.
-
die Variante 1 ist wohl das was ich suche. |
Beta Was this translation helpful? Give feedback.
-
Morning, I was wondering the same. I have an environment that already uses the Player class, to play entire folders of .mp3 or to stream from an URL. It would be very convenient if the Player class would allow to play a single file player.setPath(audioFile); ! Is there a way to use Player for a single file and me just not figuring it out ? |
Beta Was this translation helpful? Give feedback.
I think you have two options:
I don't have enough info to make a recommendation, but If you always know the file name and path to play I would go for option 1 and if you just want to automaticaly play all (or a directory of) files in sequence, I would go for option 2
The examples are logically named, so you should be able to find them yourself
e.g streams-sd_mp3-i2s or player-sd-i2s