diff --git a/.github/workflows/flowzone.yml b/.github/workflows/flowzone.yml index 05378cc6..a0d2b81a 100644 --- a/.github/workflows/flowzone.yml +++ b/.github/workflows/flowzone.yml @@ -1,4 +1,3 @@ - name: Flowzone on: diff --git a/FAQ.md b/FAQ.md deleted file mode 100644 index 88514b2c..00000000 --- a/FAQ.md +++ /dev/null @@ -1,13 +0,0 @@ -## Why balenaSound? -We wanted to create an open source alternative to existing audio streaming commercial products that was not tied to a vendor or platform. balenaSound is the product of that. balenaSound is free, secure and fully customizable! You can pick the features that suit you and leave those that don't behind, resting asured that your device will keep on working no matter what. - -## Is balenaSound free? -Yes! balenaSound requires you to sign up for a free [balenaCloud](https://dashboard.balena-cloud.com/signup) account. Your first 10 devices are always -free and full-featured. - -## Privacy: is balenaSound secure? -balenaSound does not not depend on any type of cloud service to deliver a great experience. Other than that, your device will be running balenaOS which does communicate with balenaCloud to get application updates. This can be disabled however and won't affect your experience. Both [balenaSound](https://github.com/balena-labs-projects/balena-sound/) and [balenaOS](https://github.com/balena-os) are open source projects, so feel free to check the source code if you want to know more about how they work! - -## Does balenaSound need internet access? -You don't need an internet connection to use balenaSound as speakers (assuming all the apps are downloaded to the devices, set up, and updated), but you need to have music sources on the same shared network or bluetooth-connected devices within range. Accessing apps like Spotify as a music source requires an internet connection. - diff --git a/LICENSE b/LICENSE index 84334351..0bcbb583 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2022 Balena Labs Projects +Copyright (c) 2024 Balena Labs Projects Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/core/audio/balena-sound.pa b/core/audio/balena-sound.pa index 56385de1..6415bc61 100644 --- a/core/audio/balena-sound.pa +++ b/core/audio/balena-sound.pa @@ -1,4 +1,4 @@ -# See https://github.com/balena-labs-projects/balena-sound/blob/master/ARCHITECTURE.md for details +# See https://github.com/balena-labs-projects/balena-sound/blob/master/docs/ARCHITECTURE.md for details # Create balena-sound sinks load-module module-null-sink sink_name=balena-sound.input diff --git a/docs/02-usage.md b/docs/02-usage.md index 808e3039..4d929ca0 100644 --- a/docs/02-usage.md +++ b/docs/02-usage.md @@ -65,7 +65,7 @@ balenaSound has been re-designed to easily allow integration with audio streamin | Bluetooth | balena [bluetooth](https://github.com/balenablocks/bluetooth/) and [audio](https://github.com/balenablocks/audio) blocks | | Soundcard input | Experimental support through the balena [audio](https://github.com/balenablocks/audio) block. Check the [customization](customization#plugins) section to learn how to enable it. | -If your desired audio source is not supported feel free to [reach out](support#contact-us) and leave us a comment. We've also considerably simplified the process of adding new plugins, so [PR's are welcome](https://github.com/balena-labs-projects/balena-sound/blob/master/CONTRIBUTING.md) too (be be sure to check out our balenaSound [architecture](https://github.com/balena-labs-projects/balena-sound/blob/master/ARCHITECTURE.md) guide)! +If your desired audio source is not supported feel free to [reach out](support#contact-us) and leave us a comment. We've also considerably simplified the process of adding new plugins, so [PR's are welcome](https://github.com/balena-labs-projects/balena-sound/blob/master/CONTRIBUTING.md) too (be be sure to check out our balenaSound [architecture](https://github.com/balena-labs-projects/balena-sound/blob/master/docs/ARCHITECTURE.md) guide)! ## Audio interfaces