~ubuntu-branches/ubuntu/wily/python-sfml/wily

« back to all changes in this revision

Viewing changes to python/doc/SoundBufferRecorder.html

  • Committer: Package Import Robot
  • Author(s): James Cowgill
  • Date: 2013-12-09 17:50:52 UTC
  • mfrom: (1.1.3) (8.1.1 sid)
  • Revision ID: package-import@ubuntu.com-20131209175052-11v6drpb6g3yksst
Tags: 1.5.1.is.1.3+dfsg-1
* New upstream version 1.3 (from python-sfml.org)
  - This is a complete rewrite of the Python bindings for SFML2, and
    the new maintainer is using a different version numbering scheme.
* Added myself to the list of uploaders
* Change package priority from extra to optional
* Bumped standards version (to 3.9.5) and debhelper compat (to 9)
* Added Python 3 and documentation packages
* Improve package description for debug packages

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
2
 
<html>
3
 
    <head>
4
 
        <title>PySFML - Python binding for SFML (Simple and Fast Multimedia Library) - SoundBufferRecorder</title>
5
 
        <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" />
6
 
        <link href="style.css" rel="stylesheet" type="text/css" />
7
 
    </head>
8
 
    <body>
9
 
        <div id="logo">
10
 
            <img src="http://www.sfml-dev.org/images/logo.jpg" width="770" height="200" title="SFML home" alt="SFML logo" />
11
 
        </div>
12
 
<h1>sf.SoundBufferRecorder Class Reference</h1>
13
 
<div class="class_desc">Specialized SoundRecorder which saves the captured audio data into a sound buffer.</div>
14
 
<div class="base_class">Base class: <a href="SoundRecorder.html">sf.SoundRecorder</a>.</div>
15
 
<h2>Static methods</h2>
16
 
<div class="attr_name">CanCapture()</div>
17
 
<div class="desc">Tell if the system supports sound capture. If not, this class won't be usable. Returns True if audio capture is supported.<br /></div>
18
 
<br />
19
 
<h2>Methods</h2>
20
 
<div class="attr_name">GetBuffer()</div>
21
 
<div class="desc">Get the sound buffer containing the captured audio data. Returns a SoundBuffer object. Returns a sf.SoundBuffer instance.<br /></div>
22
 
<div class="attr_name">GetSampleRate()</div>
23
 
<div class="desc">Get the sample rate. Returns the frequency, in samples per second.<br /></div>
24
 
<div class="inherited">Inherited</div>
25
 
<div class="attr_name">Start(SampleRate=44100)</div>
26
 
<div class="desc">Start the capture. Warning : only one capture can happen at the same time.<br />&nbsp;&nbsp;&nbsp;&nbsp;SampleRate : Sound frequency (the more samples, the higher the quality) (44100 by default = CD quality).<br /></div>
27
 
<div class="inherited">Inherited</div>
28
 
<div class="attr_name">Stop()</div>
29
 
<div class="desc">Stop the capture.<br /></div>
30
 
<div class="inherited">Inherited</div>
31
 
<br />
32
 
<br />
33
 
<br />
34
 
 
35
 
        <p id="footer">
36
 
            &nbsp;::&nbsp; Copyright &copy; 2007-2008 Rémi Koenig &nbsp;::&nbsp;
37
 
        </p>
38
 
 
39
 
    </body>
40
 
</html>