File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -144,39 +144,41 @@ msgid ""
144144"mark position in frames from the beginning of the data (an integer), the "
145145"third is the name of the mark (a string)."
146146msgstr ""
147+ "返回一个列表,包含音频文件中的所有标记。标记由一个 3 元素的元组组成。第一个元素是标记 "
148+ "ID(整数),第二个是标记位置,从数据开头算起的帧数(整数),第三个是标记的名称(字符串)。"
147149
148150#: ../../library/aifc.rst:108
149151msgid ""
150152"Return the tuple as described in :meth:`getmarkers` for the mark with the "
151153"given *id*."
152- msgstr ""
154+ msgstr "根据传入的标记 *id* 返回元组,元组与 :meth:`getmarkers` 中描述的一致。 "
153155
154156#: ../../library/aifc.rst:114
155157msgid ""
156158"Read and return the next *nframes* frames from the audio file. The returned"
157159" data is a string containing for each frame the uncompressed samples of all "
158160"channels."
159- msgstr ""
161+ msgstr "从音频文件读取并返回后续 *nframes* 个帧。返回的数据是一个字符串,包含每个帧所有通道的未压缩采样值。 "
160162
161163#: ../../library/aifc.rst:121
162164msgid ""
163165"Rewind the read pointer. The next :meth:`readframes` will start from the "
164166"beginning."
165- msgstr ""
167+ msgstr "倒回读取指针。下一次 :meth:`readframes` 将从头开始。 "
166168
167169#: ../../library/aifc.rst:127
168170msgid "Seek to the specified frame number."
169- msgstr ""
171+ msgstr "移动读取指针到指定的帧上。 "
170172
171173#: ../../library/aifc.rst:132
172174msgid "Return the current frame number."
173- msgstr ""
175+ msgstr "返回当前的帧号。 "
174176
175177#: ../../library/aifc.rst:137
176178msgid ""
177179"Close the AIFF file. After calling this method, the object can no longer be"
178180" used."
179- msgstr ""
181+ msgstr "关闭 AIFF 文件。调用此方法后,对象将无法再使用。 "
180182
181183#: ../../library/aifc.rst:140
182184msgid ""
You can’t perform that action at this time.
0 commit comments