TMini Radio Beta (0.3B)

Developed or developing a new product in PureBasic? Tell the world about it.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

Flype wrote:
PS2: The source code is a bit sloppy, so im going to clean it up before releasing the source to the community.
i'm sure i will make my own miniplayer once you release the source code.

does FMOD supports natively audio-streams or is it your own decoder ?
It's built into FMOD. The only additional format support that I added are .pls and .m3u files, but they are just metafiles so it wasn't very hard.
I love Purebasic.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

This is interessant - thanks for your response.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

netmaestro wrote:
I've imported all of Flype's stations and had my wife
A well-spent morning to be sure :wink:
Sorry to be off topic, but my brother lives in barrie :)
I love Purebasic.
mskuma
Enthusiast
Enthusiast
Posts: 573
Joined: Sat Dec 03, 2005 1:31 am
Location: Australia

Post by mskuma »

Heathen, very nice app. Thank you. The only minor suggestion I would make is the initial audio driver select dialog is a little non-intuitive (seems like one has to double-click the appropriate driver). It would be better to have some text to say something like select driver, and have an 'OK' or 'Continue' button.
SFSxOI
Addict
Addict
Posts: 2970
Joined: Sat Dec 31, 2005 5:24 pm
Location: Where ya would never look.....

Post by SFSxOI »

Very Nice! Thank You very much. This is worthy of 'extender' quality in Vista's Windows Media Center. :)
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

mskuma wrote:Heathen, very nice app. Thank you. The only minor suggestion I would make is the initial audio driver select dialog is a little non-intuitive (seems like one has to double-click the appropriate driver). It would be better to have some text to say something like select driver, and have an 'OK' or 'Continue' button.
I agree fully and changed it for the next update :)


Thanks for all of the great comments guys! Im glad you all like it.

PS: Does anyone know how systrayicon transparency works?
I love Purebasic.
User avatar
Fangbeast
PureBasic Protozoa
PureBasic Protozoa
Posts: 4801
Joined: Fri Apr 25, 2003 3:08 pm
Location: Not Sydney!!! (Bad water, no goats)

Post by Fangbeast »

netmaestro wrote:
I've imported all of Flype's stations and had my wife
A well-spent morning to be sure :wink:
That should be an evil grin smiley as you cut off the important part of the sentence!!!
Amateur Radio/VK3HAF, (D-STAR/DMR and more), Arduino, ESP32, Coding, Crochet
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Post by PB »

> There's not enough space to add mute

Reduce the width of the ComboBox and add another button next to the "?" button.
Or, change the "?" button to a mute button and put "About" as a menu option in
the System Tray menu.
Last edited by PB on Fri Jan 26, 2007 6:03 am, edited 1 time in total.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
Baldrick
Addict
Addict
Posts: 860
Joined: Fri Jul 02, 2004 6:49 pm
Location: Australia

Post by Baldrick »

This is VERY nice Heathen.
Sound is great through my 6 channel direct @ 1000 watts :oops:
Only thing I might suggest is that the statusbar text seems to be a little bit jittery so you might like to slow it's response time down a little.
This would make a nice little U3 compatible device too btw.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

Baldrick wrote:This is VERY nice Heathen.
Sound is great through my 6 channel direct @ 1000 watts :oops:
Only thing I might suggest is that the statusbar text seems to be a little bit jittery so you might like to slow it's response time down a little.
This would make a nice little U3 compatible device too btw.
Yeah, that flickering can be annoying, I will see about cleaning that up in a future version.

Updated to 0.3 :)
I love Purebasic.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

Sorry for bumping my thread, but Im really hoping someone can tell me how I can make the systrayicon transparent. I think it would look alot nicer that way.
I love Purebasic.
kawasaki
Enthusiast
Enthusiast
Posts: 182
Joined: Thu Oct 16, 2003 8:09 pm

Post by kawasaki »

Use an Icon Editing program to decrease the alpha of the icon, and that should work.

Nice application. I have had it running in the background for 3 days straight now lol.. beats listening to a predictable mp3 or cd playlist.
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

kawasaki wrote:Use an Icon Editing program to decrease the alpha of the icon, and that should work.
Thanks man, just wasnt too sure how the icon format works, whether I had to handle the transparency programmatically or if it was built into the format. I will look into that!
I love Purebasic.
ebs
Enthusiast
Enthusiast
Posts: 566
Joined: Fri Apr 25, 2003 11:08 pm

Post by ebs »

Heathen,

radio is great!

One small suggestion:
Please save the current stream when the program exits, then re-open it
the next time instead of the first stream in the playlist file.

Thanks for a simple, elegant application!

Regards,
Eric
Heathen
Enthusiast
Enthusiast
Posts: 498
Joined: Tue Sep 27, 2005 6:54 pm
Location: At my pc coding..

Post by Heathen »

ebs wrote:Heathen,

radio is great!

One small suggestion:
Please save the current stream when the program exits, then re-open it
the next time instead of the first stream in the playlist file.

Thanks for a simple, elegant application!

Regards,
Eric
Sounds like a good idea :) Thanks for the suggestion and compliments.
I love Purebasic.
Post Reply