GithubHelp home page GithubHelp logo

runngezhang / pyaudio_portaudio Goto Github PK

View Code? Open in Web Editor NEW

This project forked from intxcc/pyaudio_portaudio

0.0 1.0 0.0 1.69 MB

PyAudio with PortAudio for Windows | Extended | Loopback | WASAPI | Latest precompiled Version

License: MIT License

Python 2.57% Makefile 0.25% C 76.90% HTML 0.15% Shell 11.92% C++ 8.22%

pyaudio_portaudio's Introduction

Precompiled & Extended | PyAudio with PortAudio for Windows

Used versions:
· PyAudio 0.2.9 | co dce064b428
· PortAudio V19 | rev 1919

Extensions:
· Support of Windows sound loopback: Record the output of your soundcard


This project is a fork of two open source projects. If you'd like, give them some love:


Usage

See the example.

Exactly like the official PyAudio but with the extra option "as_loopback" which expects a boolean.

import pyaudio
p = pyaudio.PyAudio()
stream = p.open([...], as_loopback = True)

How to install?

###You can find the precompiled PyAudio build, static linked with PortAudio, as well as only the static linked PortAudio in the release.

I will try to rebuild the project on each update from one of the used projects.

How to build?

You will need a working cygwin installation with basic developer tools and python.

1.

Change to /pyaudio/portaudio-v19 and type

make

To rebuild type

make clean
make

2.

Change to /pyaudio and type

python setup.py install --static-link

Help!!

If you get errors, let me know. Thank you ♥

pyaudio_portaudio's People

Contributors

intxcc avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.