You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This module wave_generator implements algorithms for wave generation and audio synthesis, providing generators for sine, triangular, and square waves, white and red noise, audio concatenation, reversing and mixing, and DFT, etc.本模块wave_generator实现了一套底层的声波生成、音频合成的算法,提供了生成正弦波、三角波、方波,生成白噪声、红噪声,音频拼接和反转、混音,音量调节,离散傅里叶变换等多种功能。 并提供了与wave模块的接口,支持wav格式。