bastibe / PySoundCard

PySoundCard is an audio library based on PortAudio, CFFI and NumPy
BSD 3-Clause "New" or "Revised" License
87 stars 9 forks source link

Change module name from "pysoundcard" to "soundcard" #46

Open mgeier opened 9 years ago

mgeier commented 9 years ago

Similar to https://github.com/bastibe/PySoundFile/pull/102, the module name should be changed to soundcard and the canonical usage should become

import soundcard as sc

The project name should stay "PySoundCard".