Giter Club home page Giter Club logo

psymp3's Introduction

  • 👋 Hi, I’m @segin
  • 👀 I’m interested in system utilties, 16-bit Windows (3.1x especially), OS/2.
  • 🌱 I’m currently learning EXE formats.
  • 💞️ I’m looking to collaborate on anything that sounds interesting - reach out!
  • 📫 How to reach me - https://t.me/segintakushiro - [email protected]

My GitHub stats:

segin's GitHub stats Top Langs

psymp3's People

Contributors

segin avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

netman69

psymp3's Issues

Build fails on link stage on Ubuntu 22.04 and msys (possibly others)

The specific command to link on Ubuntu 22.04 is:

g++ -g -O2 -lmpg123 -ltag -lvorbisfile -lSDL_gfx -lSDL_ttf -lSDL -lFLAC++ -lFLAC -lopusfile -lSDL_ttf -o psymp3 about.o audio.o display.o exceptions.o fft.o fft_draw.o flac.o font.o libmpg123.o main.o mediafile.o mutex.o player.o playlist.o opus.o rect.o scrobble.o song.o stream.o surface.o system.o track.o truetype.o vorbis.o Widget.o

Similar occurs on msys2 when building for any target (UCRT64 is my preferred)

None of the external symbols outside of C library calls seem to get resolved unless the command is invoked manually with the external libraries (.dll or .so file) explicitly passed to the linker (or compiler invoking the linker.)

Vorbis class doesn't properly return sample buffer fill

Vorbis::getData() doesn't return how much of the buffer was actually filled with data; brief bursts of unexpected noise can be played at the very end of some Vorbis tracks.

Plus GCC chastises about it:

vorbis.cpp: In member function ‘virtual size_t Vorbis::getData(size_t, void*)’:
vorbis.cpp:86:1: warning: no return statement in function returning non-void [-Wreturn-type]                                                                                                                                                 
   86 | }                                                                                                                                                                                                                                       
      | ^

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.