rename audio.input.fetch_input to audio.input.fetch

This commit is contained in:
MihailRis
2025-11-07 22:32:16 +03:00
parent ebe8220548
commit be1f336d90
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ function audio.input.get_max_amplitude()
return max_amplitude / MAX_AMPLITUDE
end
function audio.input.fetch_input(token, size)
function audio.input.fetch(token, size)
size = size or MAX_FETCH
if audio_input_tokens_store[token] then
if #total_fetch >= size then