ValleyBell / libvgm

A more modular rewrite of most components from VGMPlay. will include sub-libraries for audio output, sound emulation and VGM playback
irc://irc.digibase.ca/#vgmrips
136 stars 33 forks source link

Tempo won't be changed #87

Closed Wohlstand closed 2 years ago

Wohlstand commented 2 years ago

Recently I tried to experiment with the library, and I found it has the inability to change the tempo while playing VGM files (didn't test other formats yet):

PlayerA *player;
//...
player->SetPlaybackSpeed(tempo);

Attempting to set any value has no effect absolutely...

ValleyBell commented 2 years ago

Yes, the function is not implemented yet in any of the formats.
Sorry, it is still on my TODO list.

Wohlstand commented 2 years ago

I see, thanks for the note

kode54 commented 2 years ago

I implemented this in a PR. #92