|
@@ -105,6 +105,11 @@ return {
|
|
them are attempted.
|
|
them are attempted.
|
|
]]
|
|
]]
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ name = 'samplerate',
|
|
|
|
+ type = 'number',
|
|
|
|
+ description = 'The sample rate to use for audio playback.'
|
|
|
|
+ },
|
|
{
|
|
{
|
|
name = 'start',
|
|
name = 'start',
|
|
type = 'boolean',
|
|
type = 'boolean',
|
|
@@ -267,6 +272,7 @@ return {
|
|
|
|
|
|
-- Audio
|
|
-- Audio
|
|
t.audio.spatializer = nil
|
|
t.audio.spatializer = nil
|
|
|
|
+ t.audio.samplerate = 48000
|
|
t.audio.start = true
|
|
t.audio.start = true
|
|
|
|
|
|
-- Graphics
|
|
-- Graphics
|