Guest User

Untitled

a guest
Nov 6th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. ### configuration file for assos_listen
  2. # upload
  3. upload = False
  4.  
  5. # config for this sensor
  6. sensorID = "al_03"
  7.  
  8. # sampling rate & chunk size
  9. chunkSize = 1024
  10. samplingRate = 44100 #44100 # 44100 needed for Aves sampling
  11. # choices=[4000, 8000, 16000, 32000, 44100] :: default 16000
  12.  
  13. # sample length in seconds
  14. sampleLength = 10
  15.  
  16. # configuration for assos_store container
  17. ftp_server_ip = "192.168.0.157"
  18. username = "sensor"
  19. password = "sensor"
  20.  
  21. # storage on assos_listen device
  22. storagePath = "/home/pi/assos_listen_pi/storage/"
Add Comment
Please, Sign In to add comment