📜  p5.js |通道()函数

📅  最后修改于: 2022-05-13 01:56:24.400000             🧑  作者: Mango

p5.js |通道()函数

channels()函数是 p5.js 库中的内置函数。此函数用于显示当时网络上正在播放的频道数量。现在有六种类型的声道,如下所述:

  • 单核细胞增多症
  • 立体
  • 准立体
  • 4.1环绕声
  • 5.1环绕声
  • 7.1环绕声

句法:

channels()

注意:只有当声音库包含在index.html文件的 head 部分中时,所有与声音相关的功能才有效。

参数:此函数不接受任何参数。

下面的示例说明了 JavaScript 中的p5.js channels()函数
例子:

var sound; 
var chnnl;
      
function preload() { 
      
    // Initialize sound 
    sound = loadSound("pfivesound.mp3"); 
} 
      
function setup() { 
      
    // Playing the preloaded sound 
    sound.play();
       
    // checking channels of the audio
    chnnl = sound.channels();
    console.log(chnnl);
   
} 

在线编辑器: https://editor.p5js.org/
环境设置: https://www.geeksforgeeks.org/p5-js-soundfile-object-installation-and-methods/

支持的浏览器: p5.js channels()函数支持的浏览器如下:

  • 谷歌浏览器
  • IE浏览器
  • 火狐
  • 苹果浏览器
  • 歌剧