https://github.com/sappho192/openalexample-dotnet
Example code of OpenAL on dotnet core 3.1
https://github.com/sappho192/openalexample-dotnet
Last synced: 2 months ago
JSON representation
Example code of OpenAL on dotnet core 3.1
- Host: GitHub
- URL: https://github.com/sappho192/openalexample-dotnet
- Owner: sappho192
- License: mit
- Created: 2020-11-30T13:23:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-30T13:34:50.000Z (over 4 years ago)
- Last Synced: 2025-02-02T22:37:33.534Z (4 months ago)
- Language: C#
- Size: 961 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OpenALExample-dotnet
Example code of OpenAL on dotnet core 3.1
## Environment
- .NET Core 3.1 with WPF
- Windows 10 64bit## Feature
- Play multiple WAV files
- Stop currently playing files at once## Details
I've mixed some example code from internet, basically from [Here](https://github.com/mono/opentk/blob/e5859900d3a41885e03be46b492bfd382442f130/Source/Examples/OpenAL/1.1/Playback.cs) and [Here](https://gist.github.com/kamiyaowl/32fb397e0141c65792e1). To test this on GUI environment, the WPF, this code only runs on Windows. However you can reuse the core code of this project in other operating system.