react-native-soundfont:适用于react-native的Soundfont播放器

时间:2024-05-23 04:48:40
【文件属性】:

文件名称:react-native-soundfont:适用于react-native的Soundfont播放器

文件大小:73KB

文件格式:ZIP

更新时间:2024-05-23 04:48:40

JavaScript

react-native-soundfont 入门 $ npm install react-native-soundfont react-native-sound --save 用法 例子 import SoundFont from 'react-native-soundfont' ; ... SoundFont . instrument ( 'violin' , { notes : [ 'C4' , 'A3' ] // only load 'C4' and 'A3' for speed gain : 1 , release : 0.5 // release after half second } ) . then ( violin => { violin . play ( 'C4' , { gain : 0.5 } ) ; // Play 'C4' immediatel


【文件预览】:
react-native-soundfont-master
----.gitattributes(16B)
----ios()
--------Soundfont.m(412B)
--------Soundfont.xcodeproj()
--------Soundfont.xcworkspace()
--------Soundfont.h(91B)
----react-native-soundfont.podspec(823B)
----.npmignore(0B)
----android()
--------src()
--------README.md(662B)
--------build.gradle(4KB)
----README.md(4KB)
----.gitignore(462B)
----index.js(2KB)
----package-lock.json(227KB)
----package.json(1017B)
----Player.js(5KB)

网友评论