Skip to content

💡 [REQUEST] - <title>提供Readme中python示例代码中涉及的音视频文件 #1070

@YaoamHa

Description

@YaoamHa

起始日期 | Start Date

No response

实现PR | Implementation PR

No response

相关Issues | Reference Issues

No response

摘要 | Summary

Readme文件中Inference with Transformers部分,python示例代码中涉及到不少音视频文件,但在assets目录下并没有找到对应的文件。比如在Duplex Omni Mode部分的代码中有assets/omni_duplex1.mp4、assets/HT_ref_audio.wav两个文件但在对应目录中找不到。为方便大家快速运行这些示例,最好能提供一下这些音视频文件。

基本示例 | Basic Example

Load video and reference audio

video_path = "assets/omni_duplex1.mp4" #
ref_audio_path = "assets/HT_ref_audio.wav"
ref_audio, _ = librosa.load(ref_audio_path, sr=16000, mono=True)

缺陷 | Drawbacks

File not Found

未解决问题 | Unresolved questions

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions