You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// string in optionsaudio.shift(100,'ms')// string argsaudio.pad('2s')// options paramaudio.pad(2,{unit: 's'})// predefine unit (bad, since different instances have different behavior)audio=Audio(2,'s')audio.pad(2)
Would that be demanded? Would that be better than audio.pad(audio.time(2))?
The text was updated successfully, but these errors were encountered:
Possible cases
Would that be demanded? Would that be better than
audio.pad(audio.time(2))
?The text was updated successfully, but these errors were encountered: