• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

justinsalamon / scaper / 610
100%

Build:
DEFAULT BRANCH: master
Ran 19 Sep 2020 12:41AM UTC
Jobs 1
Files 7
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
610

push

travis-ci

web-flow
Speeding up Scaper (part one) (#116)

* Adds a profiling script. (#106)

Adding a profiling script to Scaper that we can use to keep track of performance. The script generates 100 audio samples and records info about the run.

* adding some requirements needed for tests and profiling, adding a profile script

* updating a few variables

* adding profiling script and csv for logging results

* expanding details computer by profile script

* adjusting script again

Co-authored-by: pseeth <prem@descript.com>

* Replacing sox.file_info calls with soundfile.info(...).duration calls (#110)

* switching to soundfile for checking duration speeds things up

* pysoundfile has moved to soundfile on pip, updating setup.py

* install only one version of soundfile...

* Using Soundfile I/O operations + build_array functions from PySox (#111)

This changes the mechanisms within the `_generate_audio` function to use SoundFile for I/O and to use the build_array function from `sox` 1.4.0b0.

* Switching to using "build_array" + soundfile operations.

* Using soundfile ops + build_array gives a performance boost.

* np.pad in python 2.7 requires mode as a positional argument.

* source -> event in _generate_audio for structures holding numpy arrays

* cleaning up a stray comment

* adding a comment about needing both convert and set_output_format.

* adding back in a line for cleaner git diff

* Changing nomenclature, cleaning some stuff up.

* Had a duplicate line. Fixed.

* Removing context manager that was used for an easier CR.

* Changing tfm.fade operation to a numpy operation. (#117)

Fade operation happens directly on the numpy arrays containing the audio samples now, rather than going through sox.

* Changing fade to equiv numpy op

* Switching to using fade in-memory gives slightly more speed.

* Fixing some multichannel bugs when switching to in-memory ops. (#118)

* Fixing some multichannel bugs.

*... (continued)

83 of 83 new or added lines in 3 files covered. (100.0%)

751 of 751 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
2 610.2 19 Sep 2020 12:41AM UTC 0
100.0
Travis Job 610.2
Source Files on build 610
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #610
  • 69778e77 on github
  • Prev Build on master (#581)
  • Next Build on master (#624)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc