-
It is currently possible to decode audio files to PCM. It would be additionally nice to be able to directly decode mp3 data frames to PCM.
-
I was originally using vvenc and I just came across the uvg266 today and I am not familiar with the use of this encoder.
When using uvg266, if I choose to convert the original video file to YUV first…
-
i'm trying to make an audio convertion build, and modify makefile as follows:
```
--COMMON_DECODERS = vp8 h264 vorbis opus mp3 aac pcm_s16le mjpeg png
++COMMON_DECODERS = vorbis opus mp3 aac pcm_…
-
have tried v1.2 with a number of HI-MD units, namely 1) Sony MZ-NH700 2) Sony MZ-NHF800 3) Sony MZ-RH10 4)Sony MZ-NH1 5) Sony MZ-RH1.
Results: MZ-NH700/800 do not work (playback) with WAV/FLAC/MP3. R…
-
```
typedef struct {
unsigned char *pcm_buf;
int pcm_length;
} MusicTaskParams;
void music(void *pvParameters)
{
MusicTaskParams *params = (MusicTaskParams*)pvParameters;
un…
-
### Installation Method
Docker Installation
### AzuraCast Release Channel
Rolling Release Channel
### Current AzuraCast Version
Rolling Release #167a59e (2024-08-28 14:00)
### What happened?
I…
-
when I play track, I have logs in my console.
$ node player.js /media/volume-1/5.musik/Robocop_3_Dendy.mp3
@P 0
@I ID3:Main Theme Robocop 3 (Dendy) Unknown
@I ID3.genre:255
@I ID3v2.title:Main Theme
…
-
I tried using this library to decode mp3 to PCM. There were no errors but when I read the PCM samples using the decodeFullyInto() function, the samplesBuffer does not contain any values (all zero valu…
-
is there a way to manually set the sample rate. the audio_play.loop(); is playing the audio at chipmunk speed.
-
### Steps to reproduce
sound = AudioSegment.from_mp3("speech.mp3")
sound = sound.set_frame_rate(8000)
sound.export("speech.wav", codec="mulaw", format="wav")
### Expected behavior
Format should…