mirror of
https://github.com/ong19th/Citron.git
synced 2025-12-13 19:36:56 +00:00
audio_core: Use s16 where possible for audio samples.
This commit is contained in:
parent
f1cb3903ac
commit
1dee8ceda1
9 changed files with 27 additions and 36 deletions
|
|
@ -69,9 +69,6 @@ public:
|
|||
/// Gets the number of channels
|
||||
u32 GetNumChannels() const;
|
||||
|
||||
/// Gets the sample size in bytes
|
||||
u32 GetSampleSize() const;
|
||||
|
||||
private:
|
||||
/// Current state of the stream
|
||||
enum class State {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue