-
-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathossaudiodev.po
More file actions
476 lines (379 loc) · 14.6 KB
/
ossaudiodev.po
File metadata and controls
476 lines (379 loc) · 14.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
# SOME DESCRIPTIVE TITLE.
# Copyright (C) 2001-2021, Python Software Foundation
# This file is distributed under the same license as the Python package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
# Translators:
# Maciej Olko <maciej.olko@gmail.com>, 2020
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: Python 3.8\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2021-01-01 16:06+0000\n"
"PO-Revision-Date: 2020-05-30 12:07+0000\n"
"Last-Translator: Maciej Olko <maciej.olko@gmail.com>, 2020\n"
"Language-Team: Polish (https://www.transifex.com/python-doc/teams/5390/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pl\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && "
"(n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && "
"n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
msgid ":mod:`ossaudiodev` --- Access to OSS-compatible audio devices"
msgstr ""
msgid ""
"This module allows you to access the OSS (Open Sound System) audio "
"interface. OSS is available for a wide range of open-source and commercial "
"Unices, and is the standard audio interface for Linux and recent versions of "
"FreeBSD."
msgstr ""
msgid ""
"Operations in this module now raise :exc:`OSError` where :exc:`IOError` was "
"raised."
msgstr ""
msgid ""
"`Open Sound System Programmer's Guide <http://www.opensound.com/pguide/oss."
"pdf>`_"
msgstr ""
msgid "the official documentation for the OSS C API"
msgstr ""
msgid ""
"The module defines a large number of constants supplied by the OSS device "
"driver; see ``<sys/soundcard.h>`` on either Linux or FreeBSD for a listing."
msgstr ""
msgid ":mod:`ossaudiodev` defines the following variables and functions:"
msgstr ""
msgid ""
"This exception is raised on certain errors. The argument is a string "
"describing what went wrong."
msgstr ""
msgid ""
"(If :mod:`ossaudiodev` receives an error from a system call such as :c:func:"
"`open`, :c:func:`write`, or :c:func:`ioctl`, it raises :exc:`OSError`. "
"Errors detected directly by :mod:`ossaudiodev` result in :exc:"
"`OSSAudioError`.)"
msgstr ""
msgid ""
"(For backwards compatibility, the exception class is also available as "
"``ossaudiodev.error``.)"
msgstr ""
msgid ""
"Open an audio device and return an OSS audio device object. This object "
"supports many file-like methods, such as :meth:`read`, :meth:`write`, and :"
"meth:`fileno` (although there are subtle differences between conventional "
"Unix read/write semantics and those of OSS audio devices). It also supports "
"a number of audio-specific methods; see below for the complete list of "
"methods."
msgstr ""
msgid ""
"*device* is the audio device filename to use. If it is not specified, this "
"module first looks in the environment variable :envvar:`AUDIODEV` for a "
"device to use. If not found, it falls back to :file:`/dev/dsp`."
msgstr ""
msgid ""
"*mode* is one of ``'r'`` for read-only (record) access, ``'w'`` for write-"
"only (playback) access and ``'rw'`` for both. Since many sound cards only "
"allow one process to have the recorder or player open at a time, it is a "
"good idea to open the device only for the activity needed. Further, some "
"sound cards are half-duplex: they can be opened for reading or writing, but "
"not both at once."
msgstr ""
msgid ""
"Note the unusual calling syntax: the *first* argument is optional, and the "
"second is required. This is a historical artifact for compatibility with "
"the older :mod:`linuxaudiodev` module which :mod:`ossaudiodev` supersedes."
msgstr ""
msgid ""
"Open a mixer device and return an OSS mixer device object. *device* is the "
"mixer device filename to use. If it is not specified, this module first "
"looks in the environment variable :envvar:`MIXERDEV` for a device to use. "
"If not found, it falls back to :file:`/dev/mixer`."
msgstr ""
msgid "Audio Device Objects"
msgstr ""
msgid ""
"Before you can write to or read from an audio device, you must call three "
"methods in the correct order:"
msgstr ""
msgid ":meth:`setfmt` to set the output format"
msgstr ""
msgid ":meth:`channels` to set the number of channels"
msgstr ""
msgid ":meth:`speed` to set the sample rate"
msgstr ""
msgid ""
"Alternately, you can use the :meth:`setparameters` method to set all three "
"audio parameters at once. This is more convenient, but may not be as "
"flexible in all cases."
msgstr ""
msgid ""
"The audio device objects returned by :func:`.open` define the following "
"methods and (read-only) attributes:"
msgstr ""
msgid ""
"Explicitly close the audio device. When you are done writing to or reading "
"from an audio device, you should explicitly close it. A closed device "
"cannot be used again."
msgstr ""
msgid "Return the file descriptor associated with the device."
msgstr ""
msgid ""
"Read *size* bytes from the audio input and return them as a Python string. "
"Unlike most Unix device drivers, OSS audio devices in blocking mode (the "
"default) will block :func:`read` until the entire requested amount of data "
"is available."
msgstr ""
msgid ""
"Write a :term:`bytes-like object` *data* to the audio device and return the "
"number of bytes written. If the audio device is in blocking mode (the "
"default), the entire data is always written (again, this is different from "
"usual Unix device semantics). If the device is in non-blocking mode, some "
"data may not be written---see :meth:`writeall`."
msgstr ""
msgid "Writable :term:`bytes-like object` is now accepted."
msgstr ""
msgid ""
"Write a :term:`bytes-like object` *data* to the audio device: waits until "
"the audio device is able to accept data, writes as much data as it will "
"accept, and repeats until *data* has been completely written. If the device "
"is in blocking mode (the default), this has the same effect as :meth:"
"`write`; :meth:`writeall` is only useful in non-blocking mode. Has no "
"return value, since the amount of data written is always equal to the amount "
"of data supplied."
msgstr ""
msgid ""
"Audio device objects also support the context management protocol, i.e. they "
"can be used in a :keyword:`with` statement."
msgstr ""
msgid ""
"The following methods each map to exactly one :c:func:`ioctl` system call. "
"The correspondence is obvious: for example, :meth:`setfmt` corresponds to "
"the ``SNDCTL_DSP_SETFMT`` ioctl, and :meth:`sync` to ``SNDCTL_DSP_SYNC`` "
"(this can be useful when consulting the OSS documentation). If the "
"underlying :c:func:`ioctl` fails, they all raise :exc:`OSError`."
msgstr ""
msgid ""
"Put the device into non-blocking mode. Once in non-blocking mode, there is "
"no way to return it to blocking mode."
msgstr ""
msgid ""
"Return a bitmask of the audio output formats supported by the soundcard. "
"Some of the formats supported by OSS are:"
msgstr ""
msgid "Format"
msgstr "Format"
msgid "Description"
msgstr "Opis"
msgid ":const:`AFMT_MU_LAW`"
msgstr ""
msgid ""
"a logarithmic encoding (used by Sun ``.au`` files and :file:`/dev/audio`)"
msgstr ""
msgid ":const:`AFMT_A_LAW`"
msgstr ""
msgid "a logarithmic encoding"
msgstr ""
msgid ":const:`AFMT_IMA_ADPCM`"
msgstr ""
msgid ""
"a 4:1 compressed format defined by the Interactive Multimedia Association"
msgstr ""
msgid ":const:`AFMT_U8`"
msgstr ""
msgid "Unsigned, 8-bit audio"
msgstr ""
msgid ":const:`AFMT_S16_LE`"
msgstr ""
msgid ""
"Signed, 16-bit audio, little-endian byte order (as used by Intel processors)"
msgstr ""
msgid ":const:`AFMT_S16_BE`"
msgstr ""
msgid ""
"Signed, 16-bit audio, big-endian byte order (as used by 68k, PowerPC, Sparc)"
msgstr ""
msgid ":const:`AFMT_S8`"
msgstr ""
msgid "Signed, 8 bit audio"
msgstr ""
msgid ":const:`AFMT_U16_LE`"
msgstr ""
msgid "Unsigned, 16-bit little-endian audio"
msgstr ""
msgid ":const:`AFMT_U16_BE`"
msgstr ""
msgid "Unsigned, 16-bit big-endian audio"
msgstr ""
msgid ""
"Consult the OSS documentation for a full list of audio formats, and note "
"that most devices support only a subset of these formats. Some older "
"devices only support :const:`AFMT_U8`; the most common format used today is :"
"const:`AFMT_S16_LE`."
msgstr ""
msgid ""
"Try to set the current audio format to *format*---see :meth:`getfmts` for a "
"list. Returns the audio format that the device was set to, which may not be "
"the requested format. May also be used to return the current audio format---"
"do this by passing an \"audio format\" of :const:`AFMT_QUERY`."
msgstr ""
msgid ""
"Set the number of output channels to *nchannels*. A value of 1 indicates "
"monophonic sound, 2 stereophonic. Some devices may have more than 2 "
"channels, and some high-end devices may not support mono. Returns the number "
"of channels the device was set to."
msgstr ""
msgid ""
"Try to set the audio sampling rate to *samplerate* samples per second. "
"Returns the rate actually set. Most sound devices don't support arbitrary "
"sampling rates. Common rates are:"
msgstr ""
msgid "Rate"
msgstr ""
msgid "8000"
msgstr ""
msgid "default rate for :file:`/dev/audio`"
msgstr ""
msgid "11025"
msgstr ""
msgid "speech recording"
msgstr ""
msgid "22050"
msgstr ""
msgid "44100"
msgstr ""
msgid "CD quality audio (at 16 bits/sample and 2 channels)"
msgstr ""
msgid "96000"
msgstr ""
msgid "DVD quality audio (at 24 bits/sample)"
msgstr ""
msgid ""
"Wait until the sound device has played every byte in its buffer. (This "
"happens implicitly when the device is closed.) The OSS documentation "
"recommends closing and re-opening the device rather than using :meth:`sync`."
msgstr ""
msgid ""
"Immediately stop playing or recording and return the device to a state where "
"it can accept commands. The OSS documentation recommends closing and re-"
"opening the device after calling :meth:`reset`."
msgstr ""
msgid ""
"Tell the driver that there is likely to be a pause in the output, making it "
"possible for the device to handle the pause more intelligently. You might "
"use this after playing a spot sound effect, before waiting for user input, "
"or before doing disk I/O."
msgstr ""
msgid ""
"The following convenience methods combine several ioctls, or one ioctl and "
"some simple calculations."
msgstr ""
msgid ""
"Set the key audio sampling parameters---sample format, number of channels, "
"and sampling rate---in one method call. *format*, *nchannels*, and "
"*samplerate* should be as specified in the :meth:`setfmt`, :meth:`channels`, "
"and :meth:`speed` methods. If *strict* is true, :meth:`setparameters` "
"checks to see if each parameter was actually set to the requested value, and "
"raises :exc:`OSSAudioError` if not. Returns a tuple (*format*, *nchannels*, "
"*samplerate*) indicating the parameter values that were actually set by the "
"device driver (i.e., the same as the return values of :meth:`setfmt`, :meth:"
"`channels`, and :meth:`speed`)."
msgstr ""
msgid "For example, ::"
msgstr ""
msgid "is equivalent to ::"
msgstr ""
msgid "Returns the size of the hardware buffer, in samples."
msgstr ""
msgid ""
"Returns the number of samples that are in the hardware buffer yet to be "
"played."
msgstr ""
msgid ""
"Returns the number of samples that could be queued into the hardware buffer "
"to be played without blocking."
msgstr ""
msgid "Audio device objects also support several read-only attributes:"
msgstr ""
msgid "Boolean indicating whether the device has been closed."
msgstr ""
msgid "String containing the name of the device file."
msgstr ""
msgid "The I/O mode for the file, either ``\"r\"``, ``\"rw\"``, or ``\"w\"``."
msgstr ""
msgid "Mixer Device Objects"
msgstr ""
msgid "The mixer object provides two file-like methods:"
msgstr ""
msgid ""
"This method closes the open mixer device file. Any further attempts to use "
"the mixer after this file is closed will raise an :exc:`OSError`."
msgstr ""
msgid "Returns the file handle number of the open mixer device file."
msgstr ""
msgid "Mixer objects also support the context management protocol."
msgstr ""
msgid "The remaining methods are specific to audio mixing:"
msgstr ""
msgid ""
"This method returns a bitmask specifying the available mixer controls "
"(\"Control\" being a specific mixable \"channel\", such as :const:"
"`SOUND_MIXER_PCM` or :const:`SOUND_MIXER_SYNTH`). This bitmask indicates a "
"subset of all available mixer controls---the :const:`SOUND_MIXER_\\*` "
"constants defined at module level. To determine if, for example, the current "
"mixer object supports a PCM mixer, use the following Python code::"
msgstr ""
msgid ""
"For most purposes, the :const:`SOUND_MIXER_VOLUME` (master volume) and :"
"const:`SOUND_MIXER_PCM` controls should suffice---but code that uses the "
"mixer should be flexible when it comes to choosing mixer controls. On the "
"Gravis Ultrasound, for example, :const:`SOUND_MIXER_VOLUME` does not exist."
msgstr ""
msgid ""
"Returns a bitmask indicating stereo mixer controls. If a bit is set, the "
"corresponding control is stereo; if it is unset, the control is either "
"monophonic or not supported by the mixer (use in combination with :meth:"
"`controls` to determine which)."
msgstr ""
msgid ""
"See the code example for the :meth:`controls` function for an example of "
"getting data from a bitmask."
msgstr ""
msgid ""
"Returns a bitmask specifying the mixer controls that may be used to record. "
"See the code example for :meth:`controls` for an example of reading from a "
"bitmask."
msgstr ""
msgid ""
"Returns the volume of a given mixer control. The returned volume is a 2-"
"tuple ``(left_volume,right_volume)``. Volumes are specified as numbers from "
"0 (silent) to 100 (full volume). If the control is monophonic, a 2-tuple is "
"still returned, but both volumes are the same."
msgstr ""
msgid ""
"Raises :exc:`OSSAudioError` if an invalid control is specified, or :exc:"
"`OSError` if an unsupported control is specified."
msgstr ""
msgid ""
"Sets the volume for a given mixer control to ``(left,right)``. ``left`` and "
"``right`` must be ints and between 0 (silent) and 100 (full volume). On "
"success, the new volume is returned as a 2-tuple. Note that this may not be "
"exactly the same as the volume specified, because of the limited resolution "
"of some soundcard's mixers."
msgstr ""
msgid ""
"Raises :exc:`OSSAudioError` if an invalid mixer control was specified, or if "
"the specified volumes were out-of-range."
msgstr ""
msgid ""
"This method returns a bitmask indicating which control(s) are currently "
"being used as a recording source."
msgstr ""
msgid ""
"Call this function to specify a recording source. Returns a bitmask "
"indicating the new recording source (or sources) if successful; raises :exc:"
"`OSError` if an invalid source was specified. To set the current recording "
"source to the microphone input::"
msgstr ""