Antoine Grandry
Antoine Grandry
I tried @ilia-tsyplenkov and @hvhaugwitz workarounds but my file is style encrypted and considered as binary on Github entreprise. My problem with their solutions is that `.gitattributes` has already been...
Hi @gnuletik and @yomguy. This bug has been caused by version change of Aubio pitch in [this commit](https://github.com/Parisson/TimeSide/commit/0286c7f044998c5320cf41212bcf93e0690099b3#diff-5faad124158f2e6abe435e6373d4b7d0). I indeed set aubio_pitch version to 0.4.7 when I added version field...
see [#183](https://github.com/Parisson/TimeSide/issues/183) for Processor version specification.
Once again, thanks @yomguy for this spec! Quick details on next steps for backend dev/refactor: > @Tointoin please provide a property to Processor defining its data type a priori not...
> #### What are the expected values of `Result.mime_type` ? @gnuletik possible `Result.mime_type` are for now: - empty mime_type (`None`) in spec meaning that you'll need to retrieve and `/timeside/results/{result_uuid}/json/`...
``` diff --git a/timeside/core/preprocessors.py b/timeside/core/preprocessors.py index d16ceeaa..8a84f3e2 100644 --- a/timeside/core/preprocessors.py +++ b/timeside/core/preprocessors.py @@ -151,19 +151,19 @@ def frames_adapter(process_func): if eod: # Final zeropadding pad_shape = tuple( - self.blocksize - last_block_size...
- [x] Dummy Plugin Example(s) (@yomguy ) - [x] API doc from OpenAPI schema (@Tointoin ) - [x] Create items from Deezer/Youtube audios (@Tointoin ) - [x] Run dummy Plugin...
> The new doc will be published on readthedocs. See readthedocs.yml. On which branch is readthedocs.yml?
There is no `source_file` nor `external_id` / `external_url` + `provider` nor `source_url` defined on this item. Thus there is no audio source to transcode to any codec via `/download/` ....
It works on this test case (given `source_file`): https://sandbox.wasabi.telemeta.org/timeside/api/items/b6651bd5-c65c-40e9-b538-39112597a4e7/download/mp3 and on this track provided from YouTube : https://sandbox.wasabi.telemeta.org/timeside/api/items/c58e0b07-95b1-4ab9-8585-d0910df43cc0/download/ogg confirming my comment :confused: > There is no source_file nor external_id /...