英文: is there a way to make a file picker that only accepts wave files in python/tkinter? 问题 我正在用Pyth...
我有这个函数,它告诉我音频的长度,但给出了一个错误的数字。
英文: I have this function that tells me the length of an audio but it tells me a wrong number 问题 from...
我如何在C中编写一个wav文件?
英文: How do I write a wav file in C? 问题 我试图在C中编写一个wav文件,但是audacity或者vlc无法识别该文件。 我知道一些头部数据是大端序的,但我不确定在...
可以获取已加载的WAV文件在SDL库中的长度(以秒为单位)吗?
英文: Is it possible to get length (in seconds) of a loaded WAV file in SDL library? 问题 I am trying to...
声学复杂度指数时间序列输出
英文: Acoustic complexity index time series output 问题 我有一个.wav文件,我想在每一秒计算声学复杂度指数(Acoustic Complexity I...
识别带有静音的 WAV 文件在 Java 中
英文: Recognize wav files with silence in Java 问题 我需要一个类似这样的JAVA函数: 输入:.wav文件(或byte[]文件字节) 输出:真/假(文件仅包...
Java AudioSystem.getAudioFileTypes() 在 Android 中返回空数组。
英文: Java AudioSystem.getAudioFileTypes() returns empty array in android 问题 以下是您要翻译的代码部分: private fin...
在Java的vlcj播放中,扩展.wav文件时出现口吃问题。
英文: Stuttering in java vlcj playback of expanding wav files 问题 我在Java中使用vlcj来播放被其他服务扩展的wav文件。我的问题是以下...
Golang:将缓冲输入作为有符号的16位整数读取
英文: Golang: Read buffered input as signed 16bit ints 问题 我正在尝试读取一个带缓冲的有符号16位整数流(wav格式),但是bufio.Read方法...