sysnetlab / SenSee

SenSee
GNU General Public License v3.0
0 stars 1 forks source link

using media player to view collected audio sensor data #14

Open SagarPandit01 opened 7 years ago

SagarPandit01 commented 7 years ago

From @graychan on June 17, 2014 21:33

We view many sensor data using a TextView, which makes sense to many sensors, such as motion sensors. However, it does not make any sense to use TextView to view audio sensor data. The proposal is to view them by simply playing the collected sensor data.

Copied from original issue: sysnetlab/SensorDataCollector#116