A module player based on ModPlug that runs on the console.
Be the first to post a text review of ModPlugLine. Rate and review a project by clicking thumbs up or thumbs down in the right column.
Apparently, modplugline segfaults on some computers. This seems to be an issue with some soundcards...(with flaky OSS drivers???) Find the two lines that read : ioctl(sndfd, SNDCTL_DSP_GETOSPACE, &buffinf); if(int asked=buffinf.fragments*buffinf.fragsize) and replace it by if(int asked=20000) This will work for now. If it skips or tends to freeze the player display, change the 20000 value to something else.
Be the first person to add a text review.
Copyright © 2009 Geeknet, Inc. All rights reserved. Terms of Use
Thanks for your rating!
Would you also like to write a review?