Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/guevara-chan/vynil
⋮Experimental Node.JS desktop audioplayer⋮
https://github.com/guevara-chan/vynil
audio-player coffeescript dotnet gui-application nodejs wpf
Last synced: 14 days ago
JSON representation
⋮Experimental Node.JS desktop audioplayer⋮
- Host: GitHub
- URL: https://github.com/guevara-chan/vynil
- Owner: Guevara-chan
- Created: 2017-11-15T18:54:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-11T18:48:15.000Z (over 6 years ago)
- Last Synced: 2024-11-19T21:38:29.165Z (3 months ago)
- Topics: audio-player, coffeescript, dotnet, gui-application, nodejs, wpf
- Language: CoffeeScript
- Homepage:
- Size: 359 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ⋮Sum⋮
__Vy:nil__ is a research WPF-based audioplayer project, mostly designed as proof-of-concept.
Powered simulatenously by [NodeJS](https://nodejs.org/en/) and [.NET](https://www.microsoft.com/net) technologies, it aims to explore their integration difficulties.
❗ As it's in pre-alpha state, _no actual releases is provided yet_. ❗# ⋮Featuræ⋮
* All major audio formats supported, provided corresponding codec availability.
* No _Electron_.# ⋮Reassembling⋮
__Vy:nil__ is being developed in [CoffeeScript 2](http://cofeescript.org/v2/), all centered around [CSCore](https://github.com/filoe/cscore) audio library.
Based on no longer actively maintained [nodeclr](https://www.npmjs.com/package/clr) API bridge, it requires _node v0.8.x_ to function.
Run `coffee main.cs` to boot player app.# ⋮Brief sampling of development process⋮
![image](https://user-images.githubusercontent.com/8768470/46826169-fe9c0f00-cd9d-11e8-9af5-326e7a124a01.png)