我开发了一个程序,该程序使用winmm.dll记录声音。 但是它记录的声音质量很低。 我该如何在代码中获取高质量的声音?
import googlemaps
google_key = "xxx"
gmaps = googlemaps.Client(key = google_key)
radar_results = gmaps.places_radar(location = (25.0339687, 121.5622835), radius = 100, type = "train")
print(radar_results)