diff options
author | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-02-03 22:31:45 +0000 |
---|---|---|
committer | Arturs Artamonovs <arturs.artamonovs@protonmail.com> | 2025-02-03 22:31:45 +0000 |
commit | 972a6d3e4d3b684fbadeb5cd046a8634ec24eb8c (patch) | |
tree | e96c4ce2d649558cc0b7b452d7a64fbe980b65c0 /Utils/FileReader.swift | |
parent | 1e096e55ca30dc80c3faa8d1ea36de13bc90cc6a (diff) | |
download | PrySDR-972a6d3e4d3b684fbadeb5cd046a8634ec24eb8c.tar.gz PrySDR-972a6d3e4d3b684fbadeb5cd046a8634ec24eb8c.zip |
iqconvert: converts from u8 to f32 without issuesmain
Diffstat (limited to 'Utils/FileReader.swift')
-rw-r--r-- | Utils/FileReader.swift | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Utils/FileReader.swift b/Utils/FileReader.swift index d4be92d..1f9c561 100644 --- a/Utils/FileReader.swift +++ b/Utils/FileReader.swift @@ -143,6 +143,8 @@ class FileReader { } } + + func close() { fileHandle?.closeFile() } |