https://github.com/morphx666/coreaudio
Windows CoreAudio wrapper for .NET
https://github.com/morphx666/coreaudio
audio coreaudio csharp-library
Last synced: 9 months ago
JSON representation
Windows CoreAudio wrapper for .NET
- Host: GitHub
- URL: https://github.com/morphx666/coreaudio
- Owner: morphx666
- License: mit
- Created: 2016-07-21T02:29:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-12T20:19:28.000Z (over 1 year ago)
- Last Synced: 2025-04-02T02:07:54.867Z (9 months ago)
- Topics: audio, coreaudio, csharp-library
- Language: C#
- Homepage: https://whenimbored.xfx.net/2011/01/core-audio-for-net/
- Size: 450 KB
- Stars: 98
- Watchers: 7
- Forks: 23
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoreAudio
Windows CoreAudio wrapper for .NET
## Installation
Thanks to [@uxsoft](https://github.com/uxsoft) there's now a NuGet Package available:
https://www.nuget.org/packages/CoreAudio/
## Documentation
Since this project is just a wrapper for the native Win32 API you should be able to follow Microsoft's official C++ documentation:
https://docs.microsoft.com/en-us/windows/win32/coreaudio/core-audio-apis-in-windows-vista
You may also refer to the [included samples](https://github.com/morphx666/CoreAudio/tree/master/samples), kindly provided by contributors to this project.
---
Sample application demonstrating how to handle sessions
