Add lonelyradio project, remove asahi-opensuse

Signed-off-by: Ivan Bushchik <ivabus@ivabus.dev>
This commit is contained in:
Ivan Bushchik 2024-04-21 10:38:00 +03:00
parent a1a564f264
commit 082594252a
No known key found for this signature in database
GPG key ID: 2F16FBF3262E090C
4 changed files with 15 additions and 11 deletions

View file

@ -1,11 +0,0 @@
---
layout: project
title: "asahi-opensuse"
description: "Port of openSUSE for Apple Silicon"
project-url: "https://github.com/ivabus/asahi-opensuse"
participant: false
---
Work actually in progress, please wait!
There is already Arch, Debian, Fedora, Gentoo and even Pop!_OS for Apple Silicon Macs but no openSUSE. I'm going to fix this.

View file

@ -0,0 +1,15 @@
---
layout: project
title: "lonelyradio"
description: "Just For Fun TCP audio streamer"
participant: false
project-url: "https://github.com/ivabus/lonelyradio"
---
Simple audio streaming protocol that allows to stream audio data with metadata.
lonelyradio is an async Rust server that uses [Symphonia](https://github.com/pdeljanov/Symphonia) for audio decoding.
monolib is a client library for playing data from the server (using [rodio](https://crates.io/crates/rodio)). monoclient is a reference implementation of lonelyradio player, that uses monolib for audio playback.
An implementation of app for iOS/iPadOS/macOS is also available.