bastibe / SoundCard

A Pure-Python Real-Time Audio Library
https://soundcard.readthedocs.io
BSD 3-Clause "New" or "Revised" License
689 stars 70 forks source link

Wrong declaration of a number #23

Closed joseildofilho closed 6 years ago

bastibe commented 6 years ago

The number declaration is a feature in Python 3.6. SoundCard uses several features of Python 3.6 all over the code base, and does not currently support versions other than Python 3.6.