How to use the enumerate_cards function from bindings
Find comprehensive JavaScript bindings.enumerate_cards code examples handpicked from public code repositorys.
GitHub: jteich/node-alsa-cardinfo
2 3 4 5 6 7 8 9 10 11
module.exports.get = (card = 'hw', type) => { return cardinfo.get_card_info(card, type); } module.exports.list = () => { return cardinfo.enumerate_cards(); } module.exports.PLAYBACK = 0; module.exports.CAPTURE = 1;
2
0
1
bindings.createKey is the most popular function in bindings (8616 examples)