Top "Aac" questions

Advanced Audio Coding (AAC) is a standardized, lossy compression and encoding scheme for digital audio.

FFmpeg, how to embed cover art (image) to .m4a

Is there any way to embed cover art to m4a files? This one works well for mp3 but doesn't …

ffmpeg aac mpeg-4 m4a
Developing the client for the icecast server

I am developing the client for the icecast server (www.icecast.org). Can anybody tell me, what is the format …

streaming mp3 aac icecast internet-radio
How to normalize the volume of an audio file in python?

I have a bunch of AAC (.m4a) audio files that need to be normalized, and was hoping to find …

python audio ffmpeg aac replaygain
How to split the audio file in python

I'am working on Speech sentiment analysis on customer care data. I have an audio file where the customer care official …

python-3.x audio speech-recognition aac pydub
How to encode resampled PCM-audio to AAC using ffmpeg-API when input pcm samples count not equal 1024

I am working on capturing and streaming audio to RTMP server at a moment. I work under MacOS (in Xcode), …

ffmpeg aac libavcodec resampling libfaac
how to record audio file with better quality in android?

I am creating one application which play recorded file on Android to iphone and vice-versa. now I am using , audioRecorder = …

android android-mediarecorder aac android-audiorecord
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
FFmpeg - resampling from AV_SAMPLE_FMT_FLTP to AV_SAMPLE_FMT_S16 got very bad sound quality (slow, out of tune, noise)

I was confused with resampling result in new ffmpeg. I decode an AAC audio into PCM, the ffmpeg show audio …

audio ffmpeg pcm aac resampling
Android - Include native StageFright features in my own project

I am currently developing an application that needs to record audio, encode it as AAC, stream it, and do the …

android stream native aac stagefright
Decoding AAC using MediaCodec API on Android

I'm trying to used the MediaCodec API on Android to decode an AAC stream. (It's raw AAC.) I tried using …

android aac