s&
newspaper
About
info
About s&box
newspaper
Latest News
published_with_changes
Changes
map
Roadmap
monitoring
Metrics
games
Games
sports_esports
Browse Games
rocket
Discover Games
business_center
Workshop
sports_esports
Games
landscape
Maps
chair
Models
texture
Materials
apparel
Clothing
construction
More..
forum
Forum
docs
Docs
docs
Documentation
dashboard
Api Reference
school
Tutorials
input
Log in with Steam
chevron_left
Change Language
简体中文
English
Русский
Español
Português-Brasil
Deutsch
日本語
Français
Polski
Türkçe
한국어
Pirate
Italiano
ไทย
繁體中文
Українська
Čeština
Nederlands
Magyar
Dansk
Suomi
Svenska
Norsk
Ελληνικά
Română
Български
Tiếng Việt
Bahasa Indonesia
Español-Latinoamérica
العربية
Api
Classes
PcmOptions
chevron_left
Classes
struct
PcmOptions
search
Constructors
functions
PcmOptions
Properties
data_object
Bits
data_object
Channels
data_object
Loop
data_object
LoopEnd
data_object
LoopStart
data_object
Rate
PcmOptions
Options for creating a sound from raw PCM data via Sandbox.SoundFile.FromPcm(System.String,System.Span{System.Byte},Sandbox.SoundFile.PcmOptions).
struct
Sandbox.SoundFile
.
sealed
Sandbox.Engine
build
Constructors
1
PcmOptions
(
)
Options for creating a sound from raw PCM data via Sandbox.SoundFile.FromPcm(System.String,System.Span{System.Byte},Sandbox.SoundFile.PcmOptions).
data_object
Properties
6
Bits
int
Bits per sample (8, 16, or 32).
Channels
int
Number of channels (1 = mono, 2 = stereo).
Loop
bool
Whether the sound should loop. Overridden by Sandbox.SoundFile.PcmOptions.LoopStart/Sandbox.SoundFile.PcmOptions.LoopEnd if set.
LoopEnd
int
End sample of the loop region. 0 means end of sound.
LoopStart
int
Start sample of the loop region. -1 means no loop.
Rate
UInt32
Sample rate in Hz (e.g. 44100).
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.