Tagged Questions

0
votes
3answers
51 views

Can you encode an mp3 file with multiple bitrates?

Is it possible to encode an mp3 file using multiple bit rates? e.g., 0-2min 64kbps, 2-4min 128kbps, and 4-10min 64kbps (the middle section needs higher sound quality) Or am I stu …
3
votes
3answers
86 views

How to read and write ID3 tags to an MP3 in C#?

Is there a library for reading and writing ID3 tags to an MP3 in C#? I've actually seen a couple when searching, anybody using any that can be recommended?
0
votes
0answers
19 views

How to create mp3 snippets with a 5sec fadeout from a cd including id3 tags as batch process in linux [closed]

I want to: 1) Rip a cd 2) Set ID3 tags 3) Create snippets (45 seconds) 4) Add a 5sec fadeout at the end (40s-45s) 5) Convert to mp3 I've tried several tools now (Goobox, Grip, lam …
0
votes
2answers
20 views

Paperclip validates_attachment_content_type for mp3 triggered when attaching mp3

Hey everyone, Struggling to workout when i add the following validtion to my Voice model using paperclip, it is being triggered when i try and upload an mp3: class Voice < Act …
0
votes
1answer
69 views

C++ & MP3 equalizer question

I want a library or some sort of a command that takes an MP3 file location as an input (only MP3 I don't need WAV, OGG, or any other type) and plays the file to the end of it and m …
1
vote
3answers
32 views

Slow playing of Mp3 in Windows Mobile 6 SndPlaySync

Hi - I'm trying to play mp3 files from my winows mobile application using the newly supported mp3-playing function SndPlaySync ( also tried SndPlayAsync ). I made the simplest prog …
0
votes
2answers
55 views

C\C++ open source Mp3 to PCM convertor

C\C++ open source Mp3 to PCM convertor? What do I need Open Source Libs/wrappers for encoding/decoding. Tutorials and blog articles on How to do it, about etc.
0
votes
2answers
21 views

C# Play MP3 from Resources with MCI or WMP control?

Hi, I have a MP3 file in my Resources of Visual C#. I'm trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I'm not particular. …
0
votes
6answers
83 views

Accessing binary MP3 Header in C via fopen

I am trying to extract the mp3 header from a file. This is different then the ID3 tags -- the mp3 header is where information about the MPEG version, bit rate, frequency, etc is he …
1
vote
3answers
63 views

Decoding Binary via fget / buffer string (Trying to get mp3 header)

I'm writing some quick code to try and extract data from an mp3 file header. The objective is to extract information from the header such as the bitrate and other vital informatio …
0
votes
1answer
25 views

ALSA dmix plugin and sample rate problems.

I'm using the ALSA dmix plugin on an embedded project, and mixing mp3 files by playing them with mpg321-alsa. In my asound.conf I've set my dmix sample rate to 44100Hz. If I try t …
0
votes
2answers
58 views

How to test function that produce binary file?

Hi, I was trying to learn unit test with PHP. I know it's a bit too far for someone who just jump into unit test in PHP. Anyway, here's the case: function doresize(&$mp3file) …
1
vote
3answers
57 views

How to identify all the singles in a huge selection of music MP3s?

I have a project at home I'm thinking about using as a way of teaching myself something new. On an external NTFS drive I have a few tens of GBs of music albums, all in mp3 format …
0
votes
1answer
113 views

Convert wav to mp3 with Lame.exe - ProgressBar?

Hi, I'm doing some converting of wav-files to mp3 and I use lame.exe. Now, when using "lame.exe sourcefile.wav endfile.mp3" in cmd it works great and shows it's own progressbar. Bu …
1
vote
1answer
197 views

How to play MP3 sound from buffer (ByteArray/Stream) in ActionScript 3?

So.. I have a buffer with MP3 data (If I would save this buffer and call it buffer.mp3 it would play, but in this situation I should not save it to file system). I have to play it, …

1 2 3 4 5 16 next
15 30 50 per page