mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 21:29:06 +00:00
SB16: Use Stereo samples by default.
This commit is contained in:
parent
d63b6e624e
commit
48bde0393e
Notes:
sideshowbarker
2024-07-19 13:18:04 +09:00
Author: https://github.com/awesomekling
Commit: 48bde0393e
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ ssize_t SB16::write(FileDescription&, const u8* data, ssize_t length)
|
|||
return -ENOSPC;
|
||||
}
|
||||
|
||||
u8 mode = (u8)SampleFormat::Signed;
|
||||
u8 mode = (u8)SampleFormat::Signed | (u8)SampleFormat::Stereo;
|
||||
|
||||
disable_irq();
|
||||
const int sample_rate = 44100;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue