Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Detect/pay sounds via mplayer or aplay #18

Open
wants to merge 53 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
53 commits
Select commit Hold shift + click to select a range
ccd316c
Detect/pay sounds via mplayer or aplay
TheBiggerGuy Feb 11, 2017
f56c4a0
Merge remote-tracking branch 'upstream/master'
TheBiggerGuy Feb 11, 2017
ca9bca2
Merge branch 'master' of https://github.com/muccc/iridium-toolkit
TheBiggerGuy Mar 29, 2017
63921be
Update stats-voc.py to more modern python
TheBiggerGuy May 10, 2018
066c25c
Make play-iridium-ambe streamable
TheBiggerGuy May 10, 2018
c6e6093
Only parse each line once in stats-voc.py
TheBiggerGuy May 10, 2018
3e48bdf
Add clustering to stats-voc.py
TheBiggerGuy May 10, 2018
e252732
Detect and fail on raw data in stats-voc.py
TheBiggerGuy May 10, 2018
fd1b736
Add tests for bits_to_dfs.py
TheBiggerGuy May 10, 2018
a1c56ec
Auto calculate good cluster threshold
TheBiggerGuy May 10, 2018
d372ea2
More bits_to_dfs.py tests
TheBiggerGuy May 11, 2018
bb9c8e4
Allow filtering stats-voc.py by start time
TheBiggerGuy May 11, 2018
72cc33a
Allow filtering stats-voc.py by end time
TheBiggerGuy May 11, 2018
82d47e9
First setup.py work
TheBiggerGuy May 11, 2018
af0d007
Limit coverage metrics to this package
TheBiggerGuy May 11, 2018
4650072
Add pypy testing
TheBiggerGuy May 11, 2018
b2c18ae
Try and get travis working
TheBiggerGuy May 11, 2018
88c9c35
Update Readme
TheBiggerGuy May 11, 2018
b5b08d6
Alow pypy builds to fail
TheBiggerGuy May 11, 2018
0d8f869
Alow numpy 1.11.1 the default for pypy
TheBiggerGuy May 11, 2018
b895435
Disable pypy buid due to scipy
TheBiggerGuy May 11, 2018
7d607ec
Reorg VOC line parsing
TheBiggerGuy May 11, 2018
fe750f2
Add more stats_voc tests
TheBiggerGuy May 12, 2018
970022e
Remove scipy dependency
TheBiggerGuy May 12, 2018
bcd7d5a
Update stats.py and rename graphing tools
TheBiggerGuy May 12, 2018
dd46e51
Small clean up and missing renames
TheBiggerGuy May 12, 2018
0a4342e
Fix play-iridium-ambe script
TheBiggerGuy May 12, 2018
1fe78fa
Remove multiple file writes when playing audio
TheBiggerGuy May 12, 2018
072396b
Clean up audio playing in graph_voc.py
TheBiggerGuy May 13, 2018
2f3c205
Add the first linter, flake8
TheBiggerGuy May 13, 2018
d56a4a1
Add pylint to linters
TheBiggerGuy May 13, 2018
4d421e2
Enable more linter options
TheBiggerGuy May 13, 2018
607afe9
Clean up rx-stats-X-hist.py ready for merging
TheBiggerGuy May 13, 2018
4bf6277
Add template for iridiumtk/test_graph_by_type.py
TheBiggerGuy May 13, 2018
8faaee5
Fix lint rule
TheBiggerGuy May 13, 2018
4949aee
Merge common rx_stats tools into rx_stats_hist.py
TheBiggerGuy May 13, 2018
b2f59fb
Enable linters in travis
TheBiggerGuy May 13, 2018
8bbd587
First support for Python3.6 in graph-voc
TheBiggerGuy May 14, 2018
e5baf64
Test Python3.6 in travis
TheBiggerGuy May 14, 2018
bdef505
Clean up and add py3 support
TheBiggerGuy May 15, 2018
8a8957a
Move reassembler and add to setup
TheBiggerGuy May 15, 2018
c55f2ef
Clean up and add py3 support
TheBiggerGuy May 15, 2018
871d9aa
Enable travis for reassembler branch
TheBiggerGuy May 15, 2018
d1409c1
Add IraLine parser
TheBiggerGuy May 15, 2018
b6b9cd5
Add MSG parser and impprove base_parser
TheBiggerGuy May 15, 2018
d2f222c
Open output file as binary
TheBiggerGuy May 29, 2018
aafb11d
Add extra type filter to graph_by_type
TheBiggerGuy May 29, 2018
41a2bd7
Work to clean up reassembler.py
TheBiggerGuy May 29, 2018
99fac54
Merge branch 'reassembler'
TheBiggerGuy May 29, 2018
fc8b0c1
Enable travis on all branches
TheBiggerGuy May 29, 2018
4d214d7
Move to just Python3.6+ support
TheBiggerGuy May 30, 2018
4aee04c
Fix timezone and py2->3 conversion issues.
TheBiggerGuy May 30, 2018
6dddc27
Fix lint issues
TheBiggerGuy May 30, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Enable linters in travis
TheBiggerGuy committed May 13, 2018
commit b2f59fb16a073ef551e89999af90c34a6f3f1855
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -24,6 +24,12 @@ matrix:
# dist: trusty
# env: TOXENV=pypy

# Linters
- python: "2.7"
os: "linux"
dist: trusty
env: TOXENV=linters

allow_failures:
- python: "pypy-5.4.1"
- os: "osx"