Jonas Minnberg

Results 39 issues of Jonas Minnberg

My argument is that avoiding all-uppercase for all non-macros avoids those hard to understand errors you get when you use a constant or enum value that was already defined in...

When streaming MP3s the next song will not be played because of this.

Troublesome format since many songs work and there is no alternative player. @mldoering any ideas?

bug

Audio levels of different formats differ a lot, so normalization would help.

feature

Mouse support; - Clicking on song in list should play it - Clicking on next song should play it - Click on subtune field to change - Click on time...

feature

A couple of plugins use resampling. Remove specific implementations and make musicplayer or audioplayer handle resampling.

feature

Requires both http seeking in HTTP and corresponding seek in MP3Plugin

feature

Likely my own fault but I have; * Compressed data using ```c++ auto packed_size = lzsa_compress_inmem(..., LZSA_FLAG_RAW_BACKWARD | LZSA_FLAG_RAW_BLOCK, 0, 1); ``` * Verified the result using the lzma command...

The build requirements seems to be downloaded by the install process, but not actually found when building; `git clone https://github.com/pybind/cmake_example.git` `cd cmake_example` `pip3 install .` ... ``` Traceback (most recent...