init.lua 240 B

12345678
  1. return {
  2. summary = 'An object that holds raw audio samples.',
  3. description = [[
  4. A Sound stores raw audio samples that make up a sound file. You can use `Source` objects to
  5. play them.
  6. ]],
  7. constructor = 'lovr.data.newSound'
  8. }