Playing Amiga audio data
## S4 method for signature 'ANY' play(object, player = NULL, ...) ## S4 method for signature 'IFFChunk' play(object, player = NULL, ...)
object |
An |
player |
Path to the external audio player. See |
... |
Arguments passed onto the tuneR |
Note that a separate package is developed to interpret and play ProTracker modules and samples
(ProTrackR
).
Returns a list of data returned by tuneR's play
, for which the output
is undocumented.
Pepijn de Vries
## Not run: ## First get an audio sample from the ProTrackR package snare.samp <- ProTrackR::PTSample(ProTrackR::mod.intro, 2) ## Coerce it into an IFFChunk object: snare.iff <- WaveToIFF(snare.samp) ## Play the 8SVX sample: play(snare.iff) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.