Skip to content

Commit 32fcc3c

Browse files
committed
2 parents 24399ae + 3813574 commit 32fcc3c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ This directory contains a P/Invoke wrapper for the [ZMusic](https://github.com/Z
33

44
## Subdirectories
55
1. `/unmanaged`: Contains precompiled binaries for target operating systems, including the main ZMusic library as well as the libraries it depends upon: libsndfile, libmpg123, and libfluidsynth.
6-
2. `/ZMusicWrapper`: Contains source code for a P/Invoke wrapper for ZMusic. Care should be taken to ensure that Helion-specific (or even OpenAL-specific) implementation details do not "leak" into this source code, as we may later want to release this in package form. Code in the `/ZMusicWrapper/Generated` subdirectory was automatically generated using the [ClangSharp](https://sharovarskyi.com/blog/posts/clangsharp-dotnet-interop-bindings/) binding generator and should not be edited unless strictly necessary. Code in the main `/ZMusicWrapper` directory contains interface definitions and code for a simple "player" that should work with any audio output that meets the requirements described in IOutputStream.cs.
7-
3. `/ZMusicDemo`: This is a simple test application that will attempt to use the ZMusic library to play whatever file (or directory) is passed to it as a command line parameter.
6+
2. `/ZMusicWrapper`: Contains source code for a P/Invoke wrapper for ZMusic. Care should be taken to ensure that Helion-specific (or even OpenAL-specific) implementation details do not "leak" into this source code. Code in the `/ZMusicWrapper/Generated` subdirectory was automatically generated using the [ClangSharp](https://sharovarskyi.com/blog/posts/clangsharp-dotnet-interop-bindings/) binding generator and should not be edited unless strictly necessary. Code in the main `/ZMusicWrapper` directory contains interface definitions and code for a simple "player" that should work with any audio output that meets the requirements described in IOutputStream.cs.
7+
3. `/ZMusicDemo`: This is a simple test application that will attempt to use the ZMusic library to play whatever file (or directory) is passed to it as a command line parameter.

0 commit comments

Comments
 (0)