Welcome to Dream.In.Code
Become a VB Expert!

Join 149,954 VB Programmers for FREE! Get instant access to thousands of VB experts, tutorials, code snippets, and more! There are 1,325 people online right now. Registration is fast and FREE... Join Now!




Play of ogg music files

 
Reply to this topicStart new topic

Play of ogg music files

benpap
24 Dec, 2007 - 02:04 PM
Post #1

New D.I.C Head
Group Icon

Joined: 24 Nov, 2007
Posts: 44


Dream Kudos: 100
My Contributions
Hello, well, I am working on a project where when it loads up a music file is being played. It is around 40mb in a wav file, therefor I converted it to an mp3 and its about 7mb. Figured out that converting it into an ogg file it would become only around 2mb. Now my problem is how to play it as an ogg file? I know to play wav but not ogg ones. Could someone give me a hand? My VB book doesnt say anything about ogg files... mad.gif
User is offlineProfile CardPM
+Quote Post

Nayana
RE: Play Of Ogg Music Files
26 Dec, 2007 - 12:51 AM
Post #2

DIC Hawk - 나야나 नयन:
Group Icon

Joined: 14 Nov, 2007
Posts: 824



Thanked: 5 times
Dream Kudos: 175
My Contributions
Have you tried searching Google yet?
User is offlineProfile CardPM
+Quote Post

benpap
RE: Play Of Ogg Music Files
26 Dec, 2007 - 05:41 PM
Post #3

New D.I.C Head
Group Icon

Joined: 24 Nov, 2007
Posts: 44


Dream Kudos: 100
My Contributions
yes of course i always google sthing before i ask and now im getting this topic as a first result

User is offlineProfile CardPM
+Quote Post

Nayana
RE: Play Of Ogg Music Files
26 Dec, 2007 - 07:00 PM
Post #4

DIC Hawk - 나야나 नयन:
Group Icon

Joined: 14 Nov, 2007
Posts: 824



Thanked: 5 times
Dream Kudos: 175
My Contributions
OK, the easiest way to do it is to use the VLC Player ActiveX control

Just go to the link above and download and install the program.

Once the program is installed, you can then add it as a control in your project. Assuming you are using VB.net...

Right-click on your toolbox
Select Choose Items...
On the tab at the top, click COM Components
Scroll down and tick VideoLan VLC ActiveX Plugin v2

Now you can just select the control which will be at the bottom of the "All Windows Forms" list and add it to your form. Set the visible property to false.

Give it a decent name like "VLCPlayer".

Then you can just like this:
CODE

Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
  VLCPlugin.playlist.add("d:\oggfile.ogg")
  VLCPlugin.playlist.play()
End Sub


And it'll work like a charm.
User is offlineProfile CardPM
+Quote Post

benpap
RE: Play Of Ogg Music Files
31 Dec, 2007 - 02:33 PM
Post #5

New D.I.C Head
Group Icon

Joined: 24 Nov, 2007
Posts: 44


Dream Kudos: 100
My Contributions
I actually got VB6 and was pretending it would work, but it seems it needs some work, I hope I'll manage to make it work.

In th endI'll have to add the dll file I am using in the same location where the exe will be laiter, because other computers don't have the application you told me to install, so it will work, right?

Oh and, Happy New Year! !!!**2008**!!! I hope it will be a good one!

This post has been edited by benpap: 31 Dec, 2007 - 05:03 PM
User is offlineProfile CardPM
+Quote Post

jjhaag
RE: Play Of Ogg Music Files
31 Dec, 2007 - 06:42 PM
Post #6

me editor am smartastic
Group Icon

Joined: 18 Sep, 2007
Posts: 1,789



Thanked: 2 times
Dream Kudos: 775
Expert In: C,C++

My Contributions
QUOTE(benpap @ 26 Dec, 2007 - 06:41 PM) *

yes of course i always google sthing before i ask and now im getting this topic as a first result


I generally don't like to post pointlessly on the programming forums, but this one caught my eye. I actually LOLed. I'm really not sure why I found it so funny, but I did biggrin.gif

Cheers and Happy New Year to you as well.
User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic
Time is now: 1/8/09 05:57PM

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter

Live VB Help!

VB Tutorials

Reference Sheets

VB Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month