mp3

How can I launch the default media player from a .NET application?

I need to launch a media file from a URL from within my c# .NET application. Is there any way to do this natively in .NET? I don't need an embedded player, I just need the default player to launch. I have tried System.Diagnostics.Process.Start("File URL"); but it launches the default browser and downloads the file, instead of attempt...

Quicktime error in IE7 opening mp3, Icon with Questionmark

I am having some Internet Explorer 7 (and 8 beta) browser-specific problems with a link to an MP3. When I click the link in IE7, a new browser window opens and the quicktime plugin tries to play the file. Instead ofthe player, I see a faded Quicktime icon with a question mark in the center. There is nothing wrong with the file. The ...

Playing mp3 with delphi

Which component to use to play mp3 files from streams/files and also to know the lenght in seconds of that mp3 stream? ...

with just a plain html and js file, how can i force a link to an mp3 to download instead of just play?

i have a link to a media file such as an mp3, and i want it to get downloaded when the user clicks on it, instead of just having the file get played. the page i have in mind is just a plain static html page. any ideas? ...

How do I convert an audio stream to MP3 using Java?

Is it possible using Java to convert a real time audio stream from the mixer to MP3? It has to be converted chunk by chunk otherwise the memory will be exhausted. I already know how to record but only to lossless formats such as wav and aiff. I need conversion as the audio comes in. ...

MP3 Cover Art Tagging in C#

Hi, I need to tag MP3 files with a Cover Art in C#... Is there any easy way to do this? I found UltraID3Lib as an exampel and it is great for regular ID3 tagging but I cant handle the cover art. If someone know an easy way to do this would it be great :) ...

Including a MP3 Encoder with your application

Part of a web application I'm working on turns text into speech and then turns the wav stream into a mp3 using LAME encoder. How would one go about licensing the mp3 encoder with the company that owns the patent so we can redistribute the web application and still be legal and what could be cost be involved with that or would it be bett...

Has there been any serious effort made to reverse engineer the Amazon MP3 store azn file format?

Since the Amazon MP3 store launched in the UK, I really want to write a downloader application for my phone so I can buy mp3s wherever I am and listen to them without hassle. However, first I need to reverse engineer the amazon .azn file format it supplies to the downloader app. The outer layer is obvious, it is simply base 64 encoded. H...

Play an mp3 on a Pocket PC with VSC++ code

Does anyone know of some mp3 playing code for the pocket PC. I have 3 mp3s that I want to play when my application loads up, depending on how you log in. I've used VS2005 C++ to code what I've got now. I think code to play mp3 for the desk might do the job. But I might not have access to the library, that's why I've been specific. ...

How to retrieve duration of MP3 in .NET?

I have build a WPF application where users can drag and drop MP3 files onto a listbox. I need a way to calculate the total duration of the playlist. Any libraries I should use? Or is it possible using only the .NET framework? ...

Sound issues on Blackberry 8330

It appears that on CDMA Blackberry 8330, almost every mp3 file I'm trying to play using J2ME, gets cut-of a few seconds before it's actual end. Does anybody has a clue? ...

How do you embed album art into an MP3 using Python?

I've been using mutagen for reading and writing MP3 tags, but I want to be able to embed album art directly into the file. ...

embeddable flash based mp3 player

I need to serve audio content (not music though, more like podcasts; human speech), and I'm thinking of using a flash-based player to let users hear the content without having to download it. I need a free embeddable flash based mp3 player. Any suggestions? Because it's not music, I don't care about playlist (I don't want them, they wi...

How to play MP3 files in C?

Hello all, I'm looking for the easiet way to play an MP3 file in C. Either a library I could use and just call the function on the filename, or alternatively something someone's already written that will just run and quit. Thanks! Let me know if I can be any more clear. ...

What happened to the "TagLib#" library?

What is the current status of TagLib# (TagLib sharp)? The official homepage www.taglib-sharp.com (link removed due to the NSFW nature of the new site that's parked at that address. -BtL) doesn't exist anymore! I've found the project on ohloh where the old homepage is still linked. Also the download link points to the old site. BUT the...

ID3LIB SONGLEN

People, I'm working on an new application to Tag MP3-Files. Therefore I use the ID3LIB (Version 3.8.3). Now everything works fine except the SONGLEN. From other taggers i know that my mp3-file has a songlen but everytime i search for the SONGLEN-frame i dont get a frame! Does someone know where my mistake is? here the Code: Call: if...

Which new mp3 player to run old Python scripts

Which mp3/media player could I buy which will allow me to run an existing set of python scripts. The existing scripts control xmms on linux: providing "next tracks" given data on ratings/last played/genre/how long since acquired/.... so that it all runs on a server upstairs somewhere, and I do not need to choose anything. I'd like to u...

Quick and acceptable MP3 streaming solution

Hi, I have to do a job overnight to enable a very simple interface for users listening to a radio channel over the internet. I am wondering what is the best soluition for streaming. I thought of QuickTime, but it requires users to have it installed and I am not quite sure Quicktime is as spread as flash. So I tend to implement something ...

What's the simplest way to play an MP3 in WPF?

Has to be free. ...

How does one Capture MP3s in J2ME?

I was able to capture audio in the WAV format through Manager.createPlayer("capture://audio"). However, is there a way to capture audio in the MP3 format in J2ME? ...