https://github.com/codeskyblue/audiowire
Transfer PC Audio(Sound) to Browser (Beta)
https://github.com/codeskyblue/audiowire
Last synced: about 2 months ago
JSON representation
Transfer PC Audio(Sound) to Browser (Beta)
- Host: GitHub
- URL: https://github.com/codeskyblue/audiowire
- Owner: codeskyblue
- License: gpl-2.0
- Created: 2019-07-27T13:08:23.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-07-30T10:26:18.000Z (almost 4 years ago)
- Last Synced: 2024-10-14T20:54:59.787Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 516 KB
- Stars: 37
- Watchers: 4
- Forks: 3
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# audiowire
Transfer PC Audio(Sound) to Browser. For MAC OnlyPython3.6+ required
## Installation
```bash
brew install portaudiopip3 install audiowire
```### Install virtual speaker
> The iShowU Audio Capture is not free support M1 now.
Install `iShowU Audio Capture` according to
Open `System Preferences` - `Sound` - `Output`
Select `iShowU Audio Capture`Alternative (SoundFlower) (not support M1, tested 2021/07/19)
https://github.com/mattingalls/Soundflower
## Usage
Open terminal, type the following command.```bash
audiowire --help # see more usageaudiowire
```Use your phone the scan the QRCode showing in the terminal.
# Develop
```
git clone https://github.com/codeskyblue/audiowire
pip3 install -e .
```## Uninstall
-# Thanks
- https://people.csail.mit.edu/hubert/pyaudio/
- https://github.com/samirkumardas/pcm-player
- https://github.com/joewalnes/reconnecting-websocket
- 解决iOS Safari不能听声音的问题 https://stackoverflow.com/questions/46363048/onaudioprocess-not-called-on-ios11/46534088#46534088
- iShowU Audio Capture https://support.shinywhitebox.com/hc/en-us/articles/204161459-Installing-iShowU-Audio-Capture
- 播放不锁屏 https://github.com/richtr/NoSleep.js/## CHANGELOG
- 1.0.0 首个能用的版本
- 1.0.1 修复import error
- 1.1.0 新增播放时不锁屏的功能# LICENSE
[GPL 2.0](LICENSE)