Plays an audio recording from 'from' to 'to', using the tuneR library and a native media player. For Windows Media Player, player needs to be closed manually tuneR needs write permissions, so a temporary file is copied to the current directory and deleted afterwards This allows playing sounds from a write-protected directory but may make the function slow
play_audio_section(audiofile, from = 0, to = NA)
A wave file
Play from this time point (in seconds after file start), default 0 (play from file start)
Play to this time point (in seconds after file start), default NA (play to file end)
Returns no value