Patrick Häcker
Patrick Häcker
Yes, the problem is you can use fdtput to extend the device tree entry by entry when calling it multiple times. However, I was not able to create a new...
I wrote a patch how this feature could be implemented. If MPD's config file contains a Pipewire audio_output section with the entry `mixer_volume "sink"`, then the sink volume is used...
I created another python file (t2tt_lbl.py) which translates each line separately without reinitializing the Translator again and again (which speeds up things). ```python # Perform text-to-text translation with SeamlessM4T line-by-line...
Thanks, @Kruzen. Is there a documentation how to use the v0.7.0 language pack and create a v0.8.0 out of that?
While I like the idea, please do not use a comma as a thousand separator. It is ambiguous and should not be used in an international context (which programming always...
Alternative names when looking at the problem from a different perspective: `ignorefirstcolumn` and `ignorelastcolumn`
Looking from another perspective: `drop=[1, :end]` could also solve the problem, i.e. supporting `:end` as a special symbol. This is a bit of a surprising syntax. I wonder whether there...