Skip to content

Commit

Permalink
doc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMakesGames committed Mar 31, 2024
1 parent 68a3451 commit 71767df
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<Authors>Ben Hendel-Doying</Authors>
<Company>Ben Hendel-Doying</Company>
<Description>Get seamless looping music in your MonoGame-PlayPlayMini game using NAudio.</Description>
<Description>Get seamless looping music, and cross-fade, in your MonoGame-PlayPlayMini game using NAudio.</Description>
<Copyright>2024 Ben Hendel-Doying</Copyright>
<Version>0.1.0</Version>

Expand Down
4 changes: 2 additions & 2 deletions BenMakesGames.PlayPlayMini.NAudio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Seamlessy-looping music is important for many games, but MonoGame's built-in mus

`.mp3`, `.aiff`, and `.wav` files are supported out of the box. For other formats, you will need to install additional NAudio packages and do a little extra configuration:

#### `.ogg`
#### Add Ogg Vorbis (`.ogg`) Support

Add the `NAudio.Vorbis` package to your project.

Expand All @@ -41,7 +41,7 @@ In your game's `.AddServices(...)` configuration, add the following line:
s.RegisterInstance(new NAudioFileLoader("ogg", f => new VorbisWaveReader(f)));
```

#### `.flac`
#### Add FLAC (`.flac`) Support

Add the `NAudio.Flac` package to your project.

Expand Down

0 comments on commit 71767df

Please sign in to comment.