This commit is contained in:
tillraab 2019-10-01 15:16:38 +02:00
parent 74b1fde58d
commit 94fa482e0a

View File

@ -281,8 +281,6 @@ def main():
# if range_index >= len(ranges): # if range_index >= len(ranges):
# range_index = len(ranges) - 1 # range_index = len(ranges) - 1
embed()
quit()
# Allocate a buffer to receive the data. # Allocate a buffer to receive the data.
data = create_float_buffer(channel_count, samples_per_channel) data = create_float_buffer(channel_count, samples_per_channel)