Skip to content

Commit

Permalink
saving state of decode
Browse files Browse the repository at this point in the history
  • Loading branch information
efwoods committed Sep 29, 2024
1 parent 4c40067 commit fe500a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decode
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#!/usr/bin/python3

import sys
from scipy.io import wavfile
import numpy as np
from signal_processing_utilities import process_signal
Expand Down Expand Up @@ -213,6 +212,7 @@ def process_huffman_encoded_file(args):
huffman_encoded_data = read_encoded_file(
compressed_file_path=args.compressed_file_path
)

decoded_wav_bytes = huffman_decoding(huffman_encoded_data)

# The sample rate of the data is known in advance.
Expand Down

0 comments on commit fe500a1

Please sign in to comment.