Menu

#457 Disney Sound Source produces distorted sound in builds after SVN 4000

SVN
fixed
Qbix
1
2017-05-16
2017-05-15
No

In all the SVN versions I've tried since after 4000, the Disney Sound Source produces garbled, distorted sound.

Discussion

  • Qbix

    Qbix - 2017-05-15

    Bug is at first glance in MixerChannel::Mix, where it requests data at a rate/frequency of the mixer instead of the device.

    changing the code inside the while to this

    Bitu todo=needed-done;
    todo *= freq_add;
    todo  = (todo >> FREQ_SHIFT) + ((todo & FREQ_MASK)!=0);
    handler(todo);
    

    fixes the problem, but might not be 100% correct

     
  • Qbix

    Qbix - 2017-05-15
    • status: open --> pending
    • assigned_to: Peter Veenstra
     
  • Qbix

    Qbix - 2017-05-15

    should be fixed in 4019.

     
  • Sedryn Tyros

    Sedryn Tyros - 2017-05-16

    Hey, thanks for addressing this so quickly; your efforts are much appreciated!

     
  • James-F

    James-F - 2017-05-16

    Confirmed, Fixed.
    Thanks Qbix.

     

    Last edit: James-F 2017-05-16
  • Qbix

    Qbix - 2017-05-16
    • status: pending --> fixed
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.