mp3

Android: Using MediaRecorder to crop an existing audio file?

Hi, I'd like to take an existing mp3 file located on an SD card and arbitrarily crop it (e.g. crop from 0:12 to 1:14 in a 3 minute song). The only class that I've seen that seems remotely relevant to do this is the MediaRecorder class. My 'hope' would be to "record" an existing file like this: MediaRecorder recorder = new MediaRecorde...

How do you limit a page with multiple flash mp3 players to play one at a time?

I am working with the open source flash player at http://flash-mp3-player.net/ and I am trying to figure out how to limit one sound file at a time. I know this has been done on a number of sites but I am unsure how to approach it. Scenario: A page has five different instances of the flash player. The user is litening to one song but cli...

Simple way to embed an MP3 audio file in a (static) HTML file, starting to play at a specifc position?

Hi all, I want to produce a simple, static HTML file, that has one or more embedded MP3 files in it. The idea is to have a simple mean of listening to specific parts of an mp3 file. On a single click on a visual element, the sound should start to play; However, not from the beginning of the file, but from a specified starting point in ...

Python library to split and join mp3 files

There are a lot of libs to work with mp3 tags, but I need just 2 functions - split mp3 file in 2 parts and the second one to merge 5 mp3. Can you suggest anything? Thanks! ...

Compressing Voice with MP3

I'm looking to compress some lectures which are in MP3 format. Currently, they're each about 75MB and I'm looking to compress them a lot. Can anyone suggest some good encoding options for LAME to get decent quality and small filesize? I think the files are in stereo, but obviously they could be bounced down to mono if need be. Is there...

Reading MP3 files

I want to read MP3 files in C++ and I prefer to write my own code for this. Basically to learn how the filetype works. I want to read all the bits of hex data of a MP3 file and have my speakers play it. :) I have no idea where to start since I don't yet know how data is actually stored into a MP3 file. Thanks for your help ...

Modify MP3 File

Hello, I have an MP3 file uploader. I want to add an additional audio track to the file upon upload - via PHP. Is that possible? Thanks in advance! ...

How do i send a file with sockets in python?

Hi all, I am already familiar with python and socket usage and can send strings of text over these. But how would i go about sending, say, an MP3 file? ...

Change embedded image type in APIC ID3 tag via Mutagen

I have a large music library which I have just spent around 30 hours organizing. For some of the MP3 files, I embedded the cover art image as type 0 (Other) and I'd like to change it to type 3 (Front Cover). Is there a way to do this in Python, specifically in Mutagen? ...

Using finch first time. How to play mp3,ogg or other formats (wav files to big) ?

My *.wav's work as expected. But wav files are to big, so I want to play *.mp3 or *.ogg but it doesn't work. I use this lines of code found in the finch Demo project engine = [[Finch alloc] init]; sitar = [[Sound alloc] initWithFile:RSRC(@"sitar.wav")]; [sitar play]; So I only change sitar.wav into my .mp3 filename. Note 1: It mustn...

amazon mp3 clips widget - how can I find the ASIN codes?

Hi Let's say I have a list of track titles and I want to get an Amazon ASIN code for each. Instead of searching manually, is there some API to use? Couldn't find anything on the Amazon MP3 Clips Widget pages (https://widgets.amazon.com/Amazon-MP3-Clips-Widget/) ... thanks Nicola ...

Our Flash Streaming Player Occasionally Stutters like a Skipping CD after a Period of Time

We offer a streaming player for a number of our clients, who are responsible for their providing us with their own audio streams. We have written a very simple flash player that can play all of the streams that we support (icecast/shoutcast/live365/mp3 over http/etc). Unfortunately, we have found that when listening, our player sometime...

How to convert MP3 to PCM using delphi code?

I have Bass component from http://www.un4seen.com/bass.html. I load mp3 and triying to change the format to PCM but it wont do nothing? or any suggestion will be appreciated. ...

How I can get PUID from mp3-file?

I want to streamline my library on FreeBsd using PUID from MusicBrainz. I need a command line utility for this, but I have not been able to find. It would be nice to give input mp3-file and receive PUID as result. ...

.MP3 download in an HTTP Response

Hi Folks, I've a question about something I'm searching for, ... for too long! We've build an application from which an admin upload songs into a database. Then user can bought songs and download it individualy. The problem is that when user download MP3 songs with the code below, it works great in Firefox and Chrome but not in IE8 simp...

How do I add a flash mp3 player to my webpage using dreamweaver

I want embed a little flash mp3 player in a webpage page using Dreamweaver cs3. This is the little player with the stop and pause buttons. How do I do this? Thanks Ken ...

What trick will give most reliable/compatible sound alarm in a browser window for most browsers

I want to be able to play an alarm sound using Javascript in a browser window, preferably with the requirement for any browser plugins (Quicktime/Flash). I have been experimenting with the tag and the new Audio object in Javascript, but results are mixed: As you can see, there is no variant that works on all browsers. Do I miss a tr...

Is there a way to add an MP3 player to my website so that iPhone & iPad users can use it.

I have a website www.askvioletnow.com. I added a flash mp3 player that plays a sound clip when you go to the page. I know Flash doesn't work on the iPhone OS, but is there a way to get this type of mp3 player to work on an iPhone? I'm thinking maybe a javascript mp3 player. What I would ultimately want is to replace my flash mp3 pla...

Is there a way to embed an mp3 player in a website that isn't flash based (so that the website is iPhone OS compatible)

I did a lot of searching for what I thought would be a pretty common question, but I came up with nothing. If there is another thread with a similar topic, please let me know. Basically, I'm looking for a way to have an .mp3 file play in a website without relying on a flash-based player. I've searched w3 schools and every forum I can th...

how to convert mp4 to mp3 in java

Hi, I'm looking for a minimal way to convert mp4 file to mp3 file programmatically from Java. Ideally I also need an cutting of target file. Do Java libs support this or only 3th party ones? Like jmf, ffmpeg? Thanks! ...