Skip to content
This repository has been archived by the owner on Dec 20, 2022. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus-QC committed May 24, 2022
2 parents 6d42032 + a8336b3 commit 8e7591a
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,24 @@

ExiledSL mod that plays audio.

It also lets you configure automatic music for certain events (lobby, mtf spawn, chaos spawn).

Commands:
```
audio play <fullpathtofile>
audio stop
audio loop
```

Permissions:
```
audioplayer.play
audioplayer.stop
audioplayer.loop
```
CONVERSION PARAMETTERS
```
ffmpeg.exe -re -i AudioFile.wav -f f32le -ar 48000 -ac 1 output.raw
```

https://user-images.githubusercontent.com/69375249/169658941-9631975f-9dc4-4137-83bf-f489ab2bd0b7.mp4
https://user-images.githubusercontent.com/69375249/170083661-de7d7ac1-564e-4d6a-ab36-712295136322.mp4

Libs used:

https://user-images.githubusercontent.com/69375249/169658961-29b9df88-76c8-4c06-9042-0a74b2ac3dd7.mp4
https://github.com/naudio/NLayer
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 Jesus QC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

0 comments on commit 8e7591a

Please sign in to comment.