Group Progress
This week, we were able to get the phase vocoder into C++ as well as get our app to connect to the Bluefruit through Bluetooth. However, problems have still occurred as we are still having trouble getting the data from the bluefruit. In addition, we are having problems with some of the C++/Java code for the phase vocoder.
Individual Progress
Robert Keller: Worked in Android Studio to get the phase vocoder into C++/Java. Has been working on reading an audio file in C++/Java. Has been having issues with the file path and error/exceptions.
Julian Trulear: Was able to figure out a way to connect to the Bluefruit using Bluefruit. This is done by using GATT, which allows android to connect to Bluetooth LE devices. Has still been having trouble in getting the LSM9DS0 data from the Bluefruit. Has found some references from the Android developer site, but has not been able to implement anything yet without the app crashing.
David Yuan: Mainly worked with Rob in order to get the phase vocoder into C++/ Java. Has been working on running the C++ phase vocoder code in Android Studio.
Goals for Next Week
Have the phase vocoder be able to take an input file and manipulate it using the C++/Java code instead of the Matlab code. Still need to have the data from the Bluefruit be displayed on our Android app through Bluetooth.