Top "Mp3" questions

MPEG-1 or MPEG-2 Audio Layer III, more commonly referred to as MP3, is a patented digital audio encoding format using a form of lossy data compression.

Serving mp3 files using the webpack file loader

I have a problem with getting my mp3 files to work using the webpack file loader. This is the issue: …

webpack mp3 webpack-file-loader
Create a silent mp3 from the command line

I am trying to create a silent / empty mp3 file of (x) seconds using the command line. Quite a simple …

windows command-line ffmpeg mp3 lame
Chromium Embedded Framework MP3 support

I've downloaded Chromium Embedded Framework r306 for Windows and built it. Unfortunately, it shows, that it doesn't support mp3: <…

mp3 chromium chromium-embedded mpeg
How can I extract the album art from an MP3 ID3 tag?

I can successfully get the mp3 ID3 tags out of my mp3 app, using php. I am left with a …

php mp3 jpeg id3
Library for reading audio files

I want to process audio online/live where I constantly read audio samples from an audio file, process these (e.…

c++ c mp3 wav audio-processing
Unable to convert .mp3 to .m4a using ffmpeg

I am fully aware the legal constraints in using libfaac but this is just for my testing purpose. I have …

ffmpeg mp3 aac m4a libfaac
MP3 Decoding on Android

We're implementing a program for Android phones that plays audio streamed from the internet. Here's approximately what we do: Download …

android mp3 decode android-ndk
Play RTMP live stream in HTML5

I have one user streaming microphone in RTMP from a Flash app. How can I broadcast this stream to other …

audio mp3 rtmp ogg
Converting a 32 bit wave form to a 16 bit wave form

I've been capturing audio using the loopback capture mode. The captured waveform is a 32 bit waveform. I'm struggling with converting …

.net audio mp3 wav lame
How to play .mp3 file from resources in C#?

I put music.mp3 in resources and then I added Windows Media Player to references. I wrote this code: WindowsMediaPlayer …

c# .net resources mp3 playback