See LICENSE.md for license terms and conditions.
This sample application is distributed as part of the Intel® XDK. It can also be downloaded or cloned directly from its git repo on the public Intel XDK GitHub* site.
For help getting started developing applications with the Intel XDK, please start with the Intel XDK documentation.
This blank template creates a project folder that contains the minimum files needed for an Intel XDK Node.js IoT app. The development process assumes that your target device is running a compatible version of Node.js and is accessible to the Intel XDK via a network connection.
- main.js
- package.json
- README.md
- LICENSE.md
- project-name.xdk
- project-name.xdke
2016-11-19 SIPHAM
Follow instructions on https://github.com/Losant/example-edison-echo/blob/master/readme.md
With the following errata
- I'm using a Samson C01U USB mic: the levels on this are low so do the following to amp up the gain
- run aslamixer command to set the RECORDING levels on the SOUND CARD that represents the mic and turn it up
- test the levels by recording some audio arecord -f dat -d 5 -D hw:2,0 test.wav where 2 is the sound card id and 0 is the device id from the command 'arecord -l'
- playback the test audio gst-launch-1.0 filesrc location="test.wav" ! wavparse ! volume volume=0.95 ! pulsesink we are not using aplay as the tutorial uses bluetooth audio instead of a sound card output