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

Replaced occurrences of num_frames with numframes #6

Closed Clpsplug closed 7 years ago

Clpsplug commented 7 years ago

I happened to use this package and on PR #5 you mentioned that:

I indeed mixed num_frames and numframes in a few places. It is supposed to be numframes everywhere.

So I just simply searched for the occurrences of num_frames with numframes, and judging by the code around it this should not break anything :)

bastibe commented 7 years ago

Thank you very much!