~ubuntu-branches/ubuntu/trusty/python-pyaudio/trusty-proposed

« back to all changes in this revision

Viewing changes to README

  • Committer: Bazaar Package Importer
  • Author(s): Hubert Pham
  • Date: 2010-11-02 23:16:00 UTC
  • Revision ID: james.westby@ubuntu.com-20101102231600-cewidaqmf9gmi3za
Tags: upstream-0.2.4
ImportĀ upstreamĀ versionĀ 0.2.4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
======================================================================
 
2
PyAudio v0.2.4: Python Bindings for PortAudio.
 
3
======================================================================
 
4
 
 
5
See: http://people.csail.mit.edu/hubert/pyaudio/
 
6
 
 
7
PyAudio provides Python bindings for PortAudio, the cross-platform
 
8
audio I/O library. Using PyAudio, you can easily use Python to play
 
9
and record audio on a variety of platforms.
 
10
 
 
11
PyAudio is designed to work with the PortAudio v19 API 2.0. Note that
 
12
PyAudio currently only supports blocking-mode audio I/O.
 
13
 
 
14
See INSTALL for compilation hints.
 
15
 
 
16
======================================================================
 
17
 
 
18
PyAudio : Python Bindings for PortAudio.
 
19
 
 
20
Copyright (c) 2006-2010 Hubert Pham
 
21
 
 
22
Permission is hereby granted, free of charge, to any person obtaining
 
23
a copy of this software and associated documentation files (the
 
24
"Software"), to deal in the Software without restriction, including
 
25
without limitation the rights to use, copy, modify, merge, publish,
 
26
distribute, sublicense, and/or sell copies of the Software, and to
 
27
permit persons to whom the Software is furnished to do so, subject to
 
28
the following conditions:
 
29
 
 
30
The above copyright notice and this permission notice shall be
 
31
included in all copies or substantial portions of the Software.
 
32
 
 
33
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 
34
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 
35
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 
36
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
 
37
LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
 
38
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
 
39
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
40
 
 
41
======================================================================
 
42