Giter Club home page Giter Club logo

Comments (4)

Huer-H avatar Huer-H commented on August 11, 2024 1

是不是应该使用伽马通域的幅值谱*掩蔽值irm呢?

from speech_feature_extractor.

Huer-H avatar Huer-H commented on August 11, 2024

我在Synthesis_speech.py​​中使用函数Synthesis_speech来合成原始信号。
当我得到形状为(64,frame_num)的IRM时,python文件中的代码
masked_abs = np.abs(stft[:win_len//2+1]) * mk[:, i]
使用stft乘以掩码。它与该轴不匹配。因此,python文件仅用于合成由stft提取的那些蒙版,而不用于合成Gammatone过滤器吗?

My problem is the same as yours. How do you solve it?

from speech_feature_extractor.

bailiangze avatar bailiangze commented on August 11, 2024

我也是,怎么弄

from speech_feature_extractor.

ZhihaoDU avatar ZhihaoDU commented on August 11, 2024

Please use the code in speech_utils.py and feature_extractor.py. The rest files are used when I developed this project.
In speech_utils.py, coch_synthesis is used for the maskes defined on the cochleagram (extracted with gammatone filterbanks). While, synthesis_speech is used for the makes defined on the STFT domain.

from speech_feature_extractor.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.