-
Notifications
You must be signed in to change notification settings - Fork 0
[SERV-126] Generate binary audiowaveform data for audio resources #6
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
Conversation
src/test/java/edu/ucla/library/avpairtree/verticles/WaveformVerticleTest.java
Show resolved
Hide resolved
src/test/java/edu/ucla/library/avpairtree/verticles/WaveformVerticleTest.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actions failing: Command 'which audiowaveform' exited with code 1.
src/main/java/edu/ucla/library/avpairtree/verticles/WatcherVerticle.java
Show resolved
Hide resolved
src/main/java/edu/ucla/library/avpairtree/verticles/WatcherVerticle.java
Outdated
Show resolved
Hide resolved
src/main/java/edu/ucla/library/avpairtree/verticles/WaveformVerticle.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm getting a build error, not certain if it's with the app or my environment... getting error
Could not resolve dependencies for project info.freelibrary:av-pairtree:jar:0.0.1-SNAPSHOT: The following artifacts could not be resolved: com.github.hazendaz:csveed:jar:0.7.1, info.freelibrary:vertx-pairtree:jar:0.0.0: Could not find artifact com.github.hazendaz:csveed:jar:0.7.1 in central (https://repo.maven.apache.org/maven2)
Digging through maven.apache.org, I find the csveed jars in https://repo.maven.apache.org/maven2/com/github/hazendaz/csveed/0.7.0/
@DRickard did you run the two step build from the README? It's modified from the upstream that's available in Maven Central. |
Read and follow the instructions? That's so crazy it just might work! |
|
The most recent commit addresses the failure of |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@cachemeoutside I wanted you to review a couple points that I think I may have gotten wrong re: the URLs/identifiers for our audiowaveform data. Basically I forgot where we landed on these decisions.
src/main/java/edu/ucla/library/avpairtree/verticles/WaveformVerticle.java
Show resolved
Hide resolved
# This is the 1st commit message: SERV-505 Added jobsQueue to watcherVerticle # This is the commit message #2: [SERV-505] Addition of JobsQueue Class and Test # This is the commit message #3: [SERV-505] Consistency update to CsvItemTest.java # This is the commit message #4: [SERV-505] Cleaned up JobsQueue code # This is the commit message #5: [SERV-505] Completion of JobsQueue functionality and added to WatcherVerticle # This is the commit message #6: [SERV-505] Added in messages # This is the commit message #7: [SERV-505] Fix checkstyle and delete unnecessary files # This is the commit message #8: [SERV-505] Fixed checkstyle violations
Notes:
"--bits", "8"was determined to be a good value experimentally; IMO it generates better-looking waveforms (not to mention that the live example we're familiar with also uses 8 bits)audiowaveform.s3.bucketin test-config.properties toprod-audiowaveform-resources(that bucket is cleared out and ready -- the test doesn't clear it out automatically)