git_music_visualize_2.py 98 B

123456
  1. def initRecorder(self):
  2. self.SR = SwhRecorder()
  3. self.SR.setup()
  4. self.SR.continuousStart()