• Starting today August 7th, 2024, in order to post in the Married Couples, Courting Couples, or Singles forums, you will not be allowed to post if you have your Marital status designated as private. Announcements will be made in the respective forums as well but please note that if yours is currently listed as Private, you will need to submit a ticket in the Support Area to have yours changed.

  • CF has always been a site that welcomes people from different backgrounds and beliefs to participate in discussion and even debate. That is the nature of its ministry. In view of recent events emotions are running very high. We need to remind people of some basic principles in debating on this site. We need to be civil when we express differences in opinion. No personal attacks. Avoid you, your statements. Don't characterize an entire political party with comparisons to Fascism or Communism or other extreme movements that committed atrocities. CF is not the place for broad brush or blanket statements about groups and political parties. Put the broad brushes and blankets away when you come to CF, better yet, put them in the incinerator. Debate had no place for them. We need to remember that people that commit acts of violence represent themselves or a small extreme faction.
  • We hope the site problems here are now solved, however, if you still have any issues, please start a ticket in Contact Us

  • The rule regarding AI content has been updated. The rule now rules as follows:

    Be sure to credit AI when copying and pasting AI sources. Link to the site of the AI search, just like linking to an article.

MP3 Player - home made

Ormo

Pan loaf
Jan 16, 2004
96
2
43
Belfast, NI
Visit site
✟22,728.00
Faith
Christian
A while ago I made an MP3 player for my car out of an old PC.

I used an alphanumeric Hitachi driven LCD with a parallel interface as an output to control the thing by and a numeric keypad to control it with.

Now I used Winamp and its API to code a small program in Delphi to capture keys and perform actions, then used a freeware component for Winamp to output to display.

Now I have bought a PCI graphics card with a tv-out and a little 4" colour LCD I want to use as a display to display visualisations and maybe even some video... But I also want to use the alphanumeric one to display track info etc as a 4" screen doesn't hold much text!
And now I want to use Windows Media Player as it can be used to organise media files easier than winamp. But I can't find a plugin or anything for WMP.
So I figure I will write my own, which leads me to the question!

Does anyone have any experience in coding for the WMP API in Delphi or any other languages? :prayer:
 

jons911

Well-Known Member
Jan 12, 2004
1,176
104
44
Norwalk, CT
✟24,368.00
Faith
Non-Denom
you oughta check out the "Winamp Library"... I honestly like it way better than the WMP media library - i think they may have removed it in v.3 - get v2.91 it's more stable than v3 anyway....

if you do want to use wmp - get the WMP developer edition sdk from msdn - there's a lot OK documentation.. I know there's more on msft's site - but i think you gotta have a subscription to get to most of it...
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,919
17,828
57
Earth For Now
Visit site
✟478,345.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
Are you using a laptop HD or a desktop HD ? I know the Laptop drive can handle more abuse as there disk are made of a glass substrate normaly.

And as for the programing, not to shure, Ill see what I can find over the weekend.
 
Upvote 0

Pseud

Jesus Geek
Sep 15, 2003
834
30
46
US
Visit site
✟31,195.00
Faith
Christian
That is way cool...

I want to build a device that switches on some music in the background when you walk into the room. I don't think it will be too difficult. Use a passive infra red detector that are used in buglar/fire alarms (you know the things in the corner of the room that detect motion of heat, and a light comes on when it picks something up?), and use that to trigger the on... now to turn it off hehe

Anyway

Can't help ya lol sorry
 
Upvote 0

Ormo

Pan loaf
Jan 16, 2004
96
2
43
Belfast, NI
Visit site
✟22,728.00
Faith
Christian
It was great when it worked the first time. Like a huge CD changer in the boot! :)

I had to put this on the back burner for a while due to other commitments and kinda forgot about this thread. Since then though I have found http://www.mp3car.com there are loads of folk doing this and much more! Way moe than my little project!!

I have decided to go with WMP and have been looking at the SDK. There is an ActiveX component that can be embedded into an application (or webpage or whatever) which then gives your app (almost) all of the functionality of WMP. So Im gonna embed that sucker in there and mooch of microsoft! My only concern then is performance as I am running on a P200, but it should be ok. If not then I'll use Winamp 5. It seems to have the same API as winamp 2.x and will undoubtedly run quicker than WMP 9.

Thanks for all the :help: guys!



PS. about the IR detector thingy, its possible to hook up a webcam as a motion detector and trigger software from it. There are definately apps out there that do this. So you could use a cheap webcam to trigger winamp or something to play music when someone walks in...or something...
 
Upvote 0

pgp_protector

Noted strange person
Dec 17, 2003
51,919
17,828
57
Earth For Now
Visit site
✟478,345.00
Gender
Male
Faith
Christian
Marital Status
Widowed
Politics
US-Others
If your creating it from the ground up, you may also want to check out Linux, there's a 50Meg version "Da**SmallLinux (DSL)" that should also work, and will probably be more stable than windows
 
Upvote 0

Arnediad

Resident lapine fur and UNIX purist.
Nov 23, 2003
876
17
36
Minnesota
✟23,707.00
Faith
Baptist
Marital Status
Single
Politics
US-Green
*cheers for FreeBSD again*

As an avid user of the above OS, I can say that it would probably work pretty well for you here. I can play CDs on ancient computers (playlists, etc.) using a text-based program that uses very few resources.

Probably not your first choice if you want aesthetics...
 
Upvote 0