Doc > Nodes > AUDIO > File
import an audio file
Description
no description
Parameters
Name | Type | Description |
---|---|---|
url | string | url to fetch the audio file from |
autostart | boolean | auto start |
duration | float | duration |
updateCurrentTimeParam | boolean | display currentTime param |
currentTime | float | currentTime |
loop | boolean | loop |
pause | button | stop the audio |
restart | button | restart the audio |
seekM10 | button | seek 10 seconds back |
seekM5 | button | seek 5 seconds back |
seekP5 | button | seek 5 seconds forward |
seekP10 | button | seek 10 seconds forward |