MSFS with RTX3060 I don't get the option in the graphics settings to activate the FG How to enable the mod: Set Vertical sync to Off in NVIDIA Control Panel for Flight Simulator Set Max Frame Rate to Off in NVIDIA Control Panel for Flight Simulator Enable Hardware-accelerated GPU schedulin...
1RATE = 8000RECORD_SECONDS = 10WAVE_OUTPUT_FILENAME = "output.wav"p = pyaudio.PyAudio()stream = p.open(format=FORMAT, channels=CHANNELS, rate=RATE, input=True, frames_per_buffer=CHUNK)print("* recording")frames = []for i in range(0, int(RATE / CHUNK * RECORD_SECONDS)): data =...