Skip to content

Commit

Permalink
User feedback: nerf audio volume
Browse files Browse the repository at this point in the history
  • Loading branch information
nightblade9 committed Dec 17, 2024
1 parent 68747c2 commit fd1812d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace TextBlade.Platform.Windows.Audio;
public class NAudioSoundPlayer : ISoundPlayer
{
internal const string SupportedAudioExtension = "ogg";
private const float VolumeMultiplier = 0.7f;
private const float VolumeMultiplier = 0.5f;

private WaveOutEvent? _waveOut;
private VorbisWaveReader? _reader;
Expand Down

0 comments on commit fd1812d

Please sign in to comment.