提交 1b7c7c61 编写于 作者: chrisxu2014's avatar chrisxu2014

add audio file

上级 6f7a0ba6
......@@ -82,8 +82,8 @@ class AudioSegment(object):
def concatenate(cls, *segments):
"""Concatenate an arbitrary number of audio segments together.
:param *segments: Input audio segments.
:type *segments: AudioSegment
:param *segments: Input audio segments to be concatenated.
:type *segments: tuple of AudioSegment
:return: Audio segment instance as concatenating results.
:rtype: AudioSegment
:raises ValueError: If the number of segments is zero, or if the
......
......@@ -69,8 +69,8 @@ class SpeechSegment(AudioSegment):
def concatenate(cls, *segments):
"""Concatenate an arbitrary number of speech segments together.
:param *segments: Input speech segments.
:type *segments: SpeechSegment
:param *segments: Input speech segments to be concatenated.
:type *segments: tuple of SpeechSegment
:return: Speech segment instance.
:rtype: SpeechSegment
:raises ValueError: If the number of segments is zero, or if the
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册