-
Hi, I tried to convert some audio from 16k to 8k and then convert back to 16k, and train a model based on them. My input audio in `wav.scp` are like this:
```
YOU0000000418 ffmpeg -i /Corpora/asr/en…
wgb14 updated
2 years ago
-
Hi,
The `rec` executable has a name conflict with the `rec` executable that comes with `sox`.
Not sure if it matters for `torgo`, but now you know.
Cheers,
Alexander F Rødseth
-
While `Data_Wrap_Struct` is used to wrap C data into a Ruby object, it seems that the memory allocated for `sox_sample_t` in `rsoxbuffer_initialize` is not being freed. Similarly, the code doesn't see…
-
Hello, I see that you published 2 libraries for sox. So, in trying to decide which one to use, here are a couple of things that I learned while looking through the sources. I thought maybe you'd like …
ghost updated
6 years ago
-
Now that I have my GPU used by localai I wanted to try whisper locally via `:GpWhisper` after installing sox and I got a not very helpful:
```
Gp: Whisper query exited: 2, 0
```
I had installed …
teto updated
3 months ago
-
sox-14.4.2-5 and later segfault when converting the rate of a wav file, e.g.:
`sox foo.wav -r 22050 bar.wav`
...when foo.wav's sample rate is not already 22050 Hz.
This seems to be introduced by …
-
I see several instances of these lines whenever the server starts to play something:
````
Oct 17 14:29:42 lapis disorderd[23738]: disorder-decode: sox WARN sox: Option `-s' is deprecated, use `-e …
-
It seems that the only user of libsox is SoX itself.
Software mostly uses the 'sox' binary, but nothing uses the _library_.
Check various OS ports: ask at their ports@ mailing lists explicitly.
N…
-
have sox version: SoX v14.4.1
init.el has:
```
(use-package redtick
:init …
-
```py
>>> x.player_cmd
'/opt/homebrew/bin/play --type com/watch'
>>> x._now_playing
'https://music.youtube.com/watch?v=bp-EdVb50Lc'
>>> x.play(x._now_playing)
/opt/homebrew/bin/play FAIL formats…