-
When compiling:
```
Entering directory mpg123.
/usr/bin/ld: mpg123.plugin.o: in function `DecodeState::DecodeState(char const*, VFSFile&, bool, bool)':
/src/audacious-plugins-4.1/src/mpg123/mpg1…
-
```
I am trying to build audioscout on mingw , but I have got some problem dealing the mpg123 sndfile samplerate and zmp components.
I have build all these components and get the .h file and li…
-
```
I am trying to build audioscout on mingw , but I have got some problem dealing the mpg123 sndfile samplerate and zmp components.
I have build all these components and get the .h file and li…
-
Issue playing File Names with **_Multiple Consecutive Spaces_** in IMP.
Appears to be an issue with mpg123.
Attempting to manually run mpg123 My Song.mp3 with _x2 Spaces or More in the Nam…
-
This should hopefully fix some problems. In particular libmad is very slow when seeking in long files.
-
Hi @connorhartley!
It feels like @audiojs needs resolving the issues with abandoned components, like _audio-speaker_.
Since _audio-speaker@2.0_ heavily depends on mpg123, how about keeping this sv…
-
### Describe the bug
This is about ongoing issues I have with Bluetooth on my `bullseye` system. Driving me crazy... it works for a while - and then it doesn't. Very frustrating...
Anyway - before…
-
Hello
I guess in _master/src/node_mpg123.cc in line: 51_ your _mpg123_handle *mh_ leaks;
IMHO you should destroy it in dtor with _mpg123_delete(mpg123_handle *);_
BTW it looks like your _loop_d…
-
When I install airsonos i get a lot of warnings:
$ sudo npm install -g --unsafe-perm airsonos
Password:
npm WARN deprecated static-favicon@1.0.2: use serve-favicon module
> mdns@2.3.1 install /usr/lo…
ghost updated
8 years ago
-
Hi, I am trying to figure out how to install the mpg123 libraries so that they work with your python package. I saw that you are using "find_libraries" to find mpg123, but I am looking for more detail…