Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
肯定有可能,但问题是怎么做?http://gnu.org/software/octave上的官方文档对此保持沉默。
是否有任何其他库或函数可用于在 Linux 上使用 GNU/Octave 访问线路输入(麦克风输入)?
您是否尝试过使用 Octave 的record功能?
record
x = record(T, Fs);
其中T是记录的持续时间,Fs是采样率。
T
Fs