static AutoCloseable temp_ai_startBuffering() { ai_startBuffering(); ret new AutoCloseable { public void run { ai_stopBuffering(); } }; }