B4i Code Snippet [B4X] Example Play Audio MP3 (b4a + b4i + b4j) - Lucas Siqueira    Mar 12, 2025   (7 reactions) the audio session. This ensures that the app is ready to play MP3 sounds as soon as needed.
Using..., the MediaPlayer can be used normally to play MP3 sound files.
👉 Source for download free
because...")
mp.Load(File.DirAssets, "audio.mp3")
mp.Looping = True
#else if b4i
mp.Initialize(File.DirAssets, "audio.mp3", "mp")
mp.Volume = 1
mp... B4i Question VideoPlayer not showing song name from local MP3 file - Alessandro71    Jan 6, 2023 is the display of the Author/Song title in the On Screen Control
the MP3 file has "Author", "Title", "Album" and "Track" tags are correctly set.
Tags are both in ID3 V1.0 and V2.3 format
Here is the code:
VP_background.ShowControls = False
VP_background.LoadVideo(File.DirAssets, "backgroundsound.mp3")
Wait For VP_background_Ready (Success... B4i Question [SOLVED] Mediaplayer does not play MP3 - Timm Sodtalbers    Mar 31, 2021 Hi!
I tried this, but the MP3 file will not be played:
Sub Process_Globals
Public App..., "ton1.mp3" ) ) 'returns true
MediaPlayer1.Initialize( File.DirAssets, "ton1.mp3", "mp" )
MediaPlayer1.Play
End Sub
The MP3 file is ok, it works... B4i Question Play mp3 url with default media player - mcqueccu    Oct 22, 2019 Is it possible to play online link with media player. It seems to load only from a directory... Italian [B4X] Suonare un piccolissimo mp3 - Sagenut (first post)    Feb 10, 2024
Hai ragione, ho messo B4A nel titolo del post...chiedo scusa.
Ora cambio.
Non c'è bisogno di s... B4i Question Record MP3 - iCAB    Dec 8, 2017   (1 reaction) Hi All
I am looking for a way to compress an audio file.
Luckily with B4A, I was able to find this library (thanks to Martin) that converts a wave file to mp3 which did job for me.
https://www.b4x.com/android/forum/threads/lib-liblame-mp3-encoder-decoder.22969/#content
is there any solution... B4i Question play simple wav or mp3 file - tufanv    Dec 10, 2014 Hello
I searched the forum but only b4a codes are visible, so is there anyway to play simple wav or mp3 files. ? as i understand imedia library has nothing to do with playing audio.
TY... B4i Question MediaPlayer doesn't play mp3 files - stephane..blusson (first post)    Nov 10, 2021 I probably fixed this problem using extensions .WAV... B4i Question B4i playing MP3 file - james_sgp (first post)    Jun 11, 2021   (1 reaction) Alex_197, yes the MP# file plays. As per post #22 I solved my problem by using the code with some inline C.... B4i Question Mp3 not play on iPhone 6 plus ? - Deleted member 103 (first post)    May 27, 2017 problem solved!
The switch "do not disturb" was checked. :rolleyes:... Page: 1   2   3   4   5   6   7   |