Building a PyQt application to record your microphone and plot its spectrum

Physics PyQt
Notebook
import sys if __name__ == "__main__": app = QtGui.QApplication(sys.argv) window = LiveFFTWidget() sys.exit(app.exec_())

This article has been tagged with the following terms:

Physics PyQt


Comments