Skip to content

Commit

Permalink
Linux sound?
Browse files Browse the repository at this point in the history
  • Loading branch information
stevehjohn committed Aug 14, 2024
1 parent cbd65bf commit 44b0517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Zen.System/Modules/Audio/AudioEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ public AudioEngine()
{
if (RuntimeInformation.IsOSPlatform(OSPlatform.Linux))
{
BufdioLib.InitializePortAudio(Path.Combine(AppDomain.CurrentDomain.BaseDirectory, "Libraries", "libportaudio.so"));
BufdioLib.InitializePortAudio();
}
else
{
Expand Down

0 comments on commit 44b0517

Please sign in to comment.