From 68f458d2fabf932f5614d951375a49fdad27962a Mon Sep 17 00:00:00 2001 From: PHiAX Date: Fri, 30 Aug 2024 17:05:38 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85e9745..bf2ed36 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # sonosbridge -Python application to run on raspberry pi with audioinjector HAT to stream record player audio to sonos system via pipewire's airplay support \ No newline at end of file +Python application to run on raspberry pi with audioinjector HAT to stream record player audio to sonos system via pipewire's airplay support + +# Sources Materials: +[PipeWire RAOP](https://docs.pipewire.org/page_module_raop_discover.html) +[PipeWire Airplay](https://docs.pipewire.org/page_module_raop_sink.html) +[Pyhton + Flask RESTful API guide](https://blog.miguelgrinberg.com/post/designing-a-restful-api-with-python-and-flask) +[Pyhton PipeWire module](https://pypi.org/project/pipewire_python/) \ No newline at end of file