Commit Graph

27 Commits

Author SHA1 Message Date
Saxon a8dc1f78df cmd/audio-player/looper: added missing file headers 2020-03-06 15:26:35 +10:30
Saxon e97745c0df cmd/audio-player/looper: cleaned up README.md file 2020-03-06 14:27:22 +10:30
Ella Pietraroia 6968b973bd looper: rc.local adding path, main.go letting finish the play to find stderr before fatal 2020-03-02 18:32:28 +10:30
Ella Pietraroia 4690209fd5 audio-player: error checking 2020-03-02 12:33:01 +10:30
Scott c5fb58e70c cmd/audio-player/looper: use a command line flag for choosing audio file path 2020-02-28 16:28:02 +10:30
Scott 8cbc7e700c makefile and rc.local fix 2020-02-28 16:06:46 +10:30
Scott 0399051e0e cmd/audio-player/looper: added make file 2020-02-28 15:55:30 +10:30
Scott 17c7ef857e cmd/audio-player/looper: use same logger as revid 2020-02-28 14:30:55 +10:30
Scott 89691e9689 cmd/audio-player/looper: make minor formatting changes 2020-02-28 13:57:58 +10:30
Scott fe983b123c cmd/audio-player/looper: build successfully on circleci 2020-02-28 13:39:04 +10:30
Scott 081efe24d7 cmd/audio-player/looper: created combined audio looper for pi 0 and pi 3 2020-02-28 13:25:07 +10:30
Scott 27082b2070 cmd/audio-player: PR fixes 2020-02-28 11:58:12 +10:30
Ella Pietraroia 5e576c3906 audio-player: spelling 2020-02-28 10:01:24 +10:30
Ella Pietraroia b041ae43c5 audio-player: changing files to be README.md for better viewing 2020-02-28 09:59:32 +10:30
Ella Pietraroia a5410511fa looper0: fixing build error 2020-02-28 09:25:52 +10:30
Ella Pietraroia db773444d3 looper: commenting 2020-02-27 14:29:45 +10:30
Ella Pietraroia 9faa1940a8 splitting into different main.go files for pi0 and pi3 2020-02-27 09:35:58 +10:30
Ella Pietraroia 53f4de6d5b looper: looper verisons for pi3 and for pi0 2020-02-26 16:05:03 +10:30
Ella Pietraroia 39dcf84e39 moved comments to README 2020-02-26 13:40:35 +10:30
Ella Pietraroia a1c856e567 adding conts and comments 2020-02-26 12:30:34 +10:30
Ella Pietraroia 5edb9a08e6 will loop audio on pi at boot until power off 2020-02-25 17:16:16 +10:30
Trek H 76dddda6cd audio-player: using typed arrays
change decoder to use typed array and array indexing instead of pushing to regular arrays for performance reasons.
2019-10-01 10:24:15 +09:30
Trek H d170afea8e audio-player: added decBytes function
I added a function called decBytes to calculate the number of PCM bytes that will be generated from a given array of ADPCM bytes.
2019-09-27 18:59:08 +09:30
Trek H 7f2c77368d audio-player: structured Decoder as a class 2019-09-27 17:32:16 +09:30
Trek H 0517e399d1 audio-player: using correct js declarations 2019-09-27 12:06:09 +09:30
Trek H 1de5438565 audio-player: corrected indentation and comments 2019-09-24 17:15:58 +09:30
Trek H 7ed73f3301 audio-player: fixed conflict 2019-09-14 22:35:37 +09:30