You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-39Lines changed: 39 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# MU Soundboard 🎵🎮
1
+
# MUC Soundboard 🎵🎮
2
2
3
3
Play audio files through your microphone in multiplayer games like CS, Battlefield, and COD using hotkeys. Built with Python and Rich for a beautiful CLI experience!
4
4
@@ -10,7 +10,7 @@ Play audio files through your microphone in multiplayer games like CS, Battlefie
@@ -300,14 +300,14 @@ mu interactive # Then select option 4
300
300
4. Check VB-Cable settings in Windows Sound Control Panel
301
301
302
302
### "Configuration not saving"
303
-
**Check**: Permissions for `~/.mu/` directory
303
+
**Check**: Permissions for `~/.muc/` directory
304
304
305
305
```powershell
306
306
# Windows - check directory
307
-
ls ~\.mu
307
+
ls ~\.muc
308
308
309
309
# If missing, create manually
310
-
mkdir ~\.mu
310
+
mkdir ~\.muc
311
311
```
312
312
313
313
## 🏗️ Architecture
@@ -349,7 +349,7 @@ This project implements a clean software architecture:
349
349
## 📁 Project Structure
350
350
351
351
```
352
-
mu/
352
+
muc/
353
353
├── src/
354
354
│ ├── __init__.py # Package initialization
355
355
│ ├── cli.py # Rich-click CLI commands
@@ -396,4 +396,4 @@ This is a personal project, but contributions are welcome!
396
396
397
397
## 📄 License
398
398
399
-
This project is provided as-is for personal and educational use only. See [LICENSE](https://github.com/Harshal6927/mu?tab=Apache-2.0-1-ov-file) for details.
399
+
This project is provided as-is for personal and educational use only. See [LICENSE](https://github.com/Harshal6927/muc?tab=Apache-2.0-1-ov-file) for details.
0 commit comments