Search found 1 match

by cworkman
Fri Jan 06, 2017 12:28 am
Forum: Other Boards
Topic: WAV player
Replies: 5
Views: 7974

Re: WAV player

I had the same issue related to 'import wave' when testing my new AMP skin. It was due to the namedtuple import in wave.py. If you change line 89 of wave.py to: from ucollections import namedtuple the 'import wave' should work correctly. You may need to define volume() and set it to volume(127) befo...