Bea Steers
Bea Steers
It would be convenient to be able to omit the `source_time` for background files and have it start at any point in the recording. So essentially, have it default to...
I'm not sure why snr, pitch_shift, and time_stretch shouldn't work for bg events as well.
A useful feature would be for Scaper to be able to trim and copy over other annotations from the source files on demand.
Often I don't store my audio in a flat directory structure so it would be cool if I could generate scapes from nested bg/fg folders. ``` bg: label1 A a.wav...
# 🌈Feature request Looking thru the component sources, I've noticed that they are built some d3 placed in `componentDidMount` (especially axes) which makes react development difficult because it's bypassing the...
# 🌈Feature request **What is this feature?** There are a lot of really great things that I've been looking for in a react plotting library (shoutout to brushes and event...
@magdalenafuentes made a good point that we should add a note to the openl3 docs that mention that the embeddings are different after 0.4.0 so that people aren't caught off...
I wonder if it would make sense to move the model files to their own repo or if there's a way to not have them pull by default. Basically, this...
I'm trying to create a client that checks if a user has access to a specific resource. ```python # Configure client keycloak_openid = KeycloakOpenID(server_url="http://localhost:8080/auth/", client_id="example_client", realm_name="example_realm", client_secret_key="secret") # Get Token...
To avoid the case where lock files accidentally get left and lock things forever, we could have the process that acquires the lock set an expiration time on the lock....