From d1da3f2b464e708c90921a8812e259d34c2d0bfa Mon Sep 17 00:00:00 2001 From: Andre Miras Date: Thu, 5 Sep 2024 10:33:26 +0200 Subject: [PATCH] :memo: Make it extra clear it's Windows only TODO closes task --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 03dce87..7c9bd32 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,18 @@ -# pycaw +# Pycaw (Python Core Audio Windows) [![Tests](https://github.com/AndreMiras/pycaw/actions/workflows/tests.yml/badge.svg)](https://github.com/AndreMiras/pycaw/actions/workflows/tests.yml) [![Coverage Status](https://coveralls.io/repos/github/AndreMiras/pycaw/badge.svg?branch=develop)](https://coveralls.io/github/AndreMiras/pycaw?branch=develop) [![PyPI release](https://github.com/AndreMiras/pycaw/workflows/PyPI%20release/badge.svg)](https://github.com/AndreMiras/pycaw/actions/workflows/pypi-release.yml) [![PyPI version](https://badge.fury.io/py/pycaw.svg)](https://badge.fury.io/py/pycaw) -Python Core Audio Windows Library, working for both Python2 and Python3. + +Pycaw is a Python library designed exclusively for controlling audio devices on **Windows** systems. +It allows programmatic access to audio sessions, volume control, and sound device management on the Windows platform. + +> Note: Pycaw does not support macOS or Linux. +> It is built specifically for Windows using Core Audio APIs. +> If you're looking for similar functionality on other platforms, you'll need alternative libraries. + ## Install