Skip to content

Commit

Permalink
Revert "#36 Maybe this modification does not solve this issue, but it…
Browse files Browse the repository at this point in the history
… I think it is the way suggested by soundcard's doc."

This reverts commit c823cb8.
 Because this commit does not solve #36 and it causes #41.
  • Loading branch information
rbn42 committed Jan 25, 2021
1 parent a539073 commit 858efc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions panon/backend/source.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def start(self):
stream = mic.recorder(
self.sample_rate,
self.channel_count,
self.blocksize,
)
stream.__enter__()
self.streams.append(stream)
Expand Down

0 comments on commit 858efc0

Please sign in to comment.