Updating readme
This commit is contained in:
parent
89b928bd00
commit
a8d4e6ff1d
@ -185,7 +185,10 @@ namespace Aurora.Design.Views.Party
|
|||||||
/// <returns></returns>
|
/// <returns></returns>
|
||||||
public override Task OnInactive()
|
public override Task OnInactive()
|
||||||
{
|
{
|
||||||
this._eventCancellationTokenSource.Cancel();
|
if(this._eventCancellationTokenSource != null){
|
||||||
|
this._eventCancellationTokenSource.Cancel();
|
||||||
|
}
|
||||||
|
|
||||||
return Task.FromResult<object>(null);
|
return Task.FromResult<object>(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
BIN
Docs/Aurora.png
Normal file
BIN
Docs/Aurora.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 460 KiB |
20
README.md
20
README.md
@ -2,4 +2,22 @@
|
|||||||
|
|
||||||
A collaborative media player
|
A collaborative media player
|
||||||
|
|
||||||
## Check back later for more
|
![Aurora](./Docs/Aurora.png)
|
||||||
|
|
||||||
|
## The Problem Statement
|
||||||
|
|
||||||
|
Music is a medium that should be consumed together. Aurora aims to creat a music listening experience that can be shared with any number of people no matter where the listeners are. With music perfectly in sync between all listeners, remote listening is as easy as loading the app and connecting to your friends.
|
||||||
|
|
||||||
|
## The Tech
|
||||||
|
|
||||||
|
- GTK: Aurora takes advantage of Xamarin and GTK under the hood in order to render a sleek, modern, cross platform desktop application.
|
||||||
|
|
||||||
|
- gRPC: This app is inherently a peer to peer application and as such, gRPC is utilized to efficiently and effectively communicate between aurora nodes.
|
||||||
|
|
||||||
|
## The Future
|
||||||
|
|
||||||
|
We are always looking for ways to improve the exerience of the application.
|
||||||
|
|
||||||
|
- Aurora Turn Server: The next big step for the application is integrating a custom Aurora turn server so that listeners can connect to one another from different networks while maintaining perfectly synchronized output
|
||||||
|
|
||||||
|
- 3rd Party Source Integration: Not everybody has a vast local collection of media that they have been collecting for years. We plan to integrate with 3rd Party music sources such as _Spotify_ and _Apple Music_
|
||||||
|
Reference in New Issue
Block a user