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