https://github.com/vpksoft/amp-multi
A music player for common audio formats with a simple and intuitive GUI. (Cross-platform version)
https://github.com/vpksoft/amp-multi
aac aiff audio-files audio-player linux-desktop m4a macos mp3 ogg-vorbis wav windows wma
Last synced: about 1 year ago
JSON representation
A music player for common audio formats with a simple and intuitive GUI. (Cross-platform version)
- Host: GitHub
- URL: https://github.com/vpksoft/amp-multi
- Owner: VPKSoft
- License: mit
- Created: 2022-07-19T08:24:04.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-03-14T13:38:59.000Z (about 1 year ago)
- Last Synced: 2025-03-14T14:32:56.961Z (about 1 year ago)
- Topics: aac, aiff, audio-files, audio-player, linux-desktop, m4a, macos, mp3, ogg-vorbis, wav, windows, wma
- Language: C#
- Homepage: https://www.vpksoft.net/2022/09/14/amp-multi-platform/
- Size: 80.6 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# amp#
A music player for common audio formats with a simple and intuitive GUI.
[](https://github.com/VPKSoft/amp-multi/actions/workflows/linux_windows_and_macos_dotnet.yml) [](https://github.com/VPKSoft/amp-multi/actions/workflows/qodana.yml)
## Screenshots
*Windows*

*macOS*

*Linux*

## Install
See the wiki for [stable release install](../../wiki).
* [Windows install](../../wiki/Windows-Install)
* [Linux install](../../wiki/Linux-install)
* [macOS install](../../wiki/MacOS-Install)
### Nightly builds
See the wiki for the [nightly release install](../../wiki/Nightly-builds).
## Build from source
```
dotnet restore './amp multiplatform.sln'
cd ./amp.EtoForms/
dotnet run ./amp.EtoForms.csproj
```
### Thanks to
* [ManagedBass](https://github.com/ManagedBass/ManagedBass) and [BASS](http://www.un4seen.com) for the audio-playback.
* [Eto.Forms](https://github.com/picoe/Eto) for the great cross-platform UI.
* [Audio Tools Library (ATL) for .NET](https://github.com/Zeugma440/atldotnet)
* [Serilog](https://serilog.net)
* [AutoMapper](https://automapper.org)
* [Fluent UI System Icons](https://github.com/microsoft/fluentui-system-icons)
* [FluentMigrator](https://github.com/fluentmigrator/fluentmigrator)
* [ResX Resource Manager](https://github.com/dotnet/ResXResourceManager)
* [action gh-release](https://github.com/softprops/action-gh-release)
* [Nullsoft scriptable install system GitHub action](https://github.com/joncloud/makensis-action)
* [CommandLineParser](https://github.com/commandlineparser/commandline)
* [JetBrains](https://www.jetbrains.com/?from=amp#) for their open source license(s).
