Discussion Forums  >  Plugins, Customizing, Source Code

Replies: 5    Views: 87

Alex@TM
Apple Fan
Profile
Posts: 956
Reg: Dec 20, 2011
London, UK
10,560
01/19/14 12:51 PM (11 years ago)

Audio Plugin

Back in the day BT had a simple stream audio plugin. It was a really handy feature that I could use right now! Does anyone have anything as good please, it appears not to exist. Cheers.
 
mrDavid
BTMods.com
Profile
Posts: 3936
Reg: May 21, 2011
San Diego, CA
51,910
like
01/19/14 01:20 PM (11 years ago)
https://www.buzztouchmods.com/downloads.php?cat_id=1&download_id=39 Might need to update for 3.0. Can't guarantee it works at all, actually! David
 
Mr stuck
Android Fan
Profile
Posts: 974
Reg: Apr 09, 2012
Fife, Scotland
15,740
like
01/19/14 03:27 PM (11 years ago)
you could always stream it with html player. you would need the code to stop audio on screen exit which is on this thread http://www.buzztouch.com/forum/thread.php?tid=6AD93D337BA13194E39FF28&currentPage=5
 
SmugWimp
Smugger than thou...
Profile
Posts: 6316
Reg: Nov 07, 2012
Tamuning, GU
81,410
like
01/19/14 03:32 PM (11 years ago)
I can't vouch for BTv3 compatibility, but I used both Danny's Audio Stream Audio Plugin https://www.buzztouch.com/plugins/plugin.php?pid=FA7AC4F6944FF2491FCE8AD And Cookup's CP Stream for Android https://www.buzztouch.com/plugins/plugin.php?pid=5A9F0BFC5A553FEC4BBD839 and found them to be perfect. They should still be good 'providing' they're updated with new code. Cheers! -- Smug
 
LeonG
Apple Fan
Profile
Posts: 694
Reg: Nov 08, 2011
Hamburg
17,740
like
01/19/14 05:06 PM (11 years ago)
Stream Audio Plugin works perfectly with 3.0.
 
buzzbt
Android Fan
Profile
Posts: 233
Reg: Nov 14, 2011
las vegas
6,530
like
01/19/14 05:19 PM (11 years ago)
if you are looking for simple audio player for html. it can be done with html5 If you drop the following into your html in the body section, it should work in ios and android. <audio autoplay="autoplay" controls="controls" loop="loop" preload="auto" tabindex="0"> <source src="your_audio_file.mp3" type="audio/mpeg"> Your browser does not support the audio element. </source></audio> For android when hitting the Back button on the device the audio would stop playing. //onDestroy @Override public void onDestroy() { super.onDestroy(); webView.loadUrl("about:blank"); //BT_debugger.showIt(activityName + ":onDestroy"); http://www.buzztouch.com/forum/thread.php?tid=F560C8D4CA4A25A965FEA4A&currentPage=203%22 http://www.buzztouch.com/forum/thread.php?tid=8DB78038FD780BF39A5A2D4
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.