// // main.swift // TestRtlSdr // // Created by Jacky Jack on 01/11/2024. // import Foundation import libr820 let count = getDeviceCount() print("Found \(count) r820 devices") //rtldev.open(index: 0) //rtldev.close() for dev_idx in 0..