-
When using ffmpeg to convert audio files encoded in the XBOX 4-bit IMA ADPCM format, the resulting output contains noticeable audible noise. This occurs when re-encoding to any format - even WAV. The …
-
Hi folks! Love Verba, does the project support or plan to support pluggable retrievers? We are building an open-source reliable extraction and embedding engine - https://getindexify.ai We are pan on s…
-
Try this.. This open source player is build using MediaCodec / MediaExtractor ..
- http://developer.android.com/guide/topics/media/exoplayer.html
- http://bigflake.com/mediacodec/
- http://www.piterwi…
-
I have been working on the android project; I am stuck! I am trying to use JAVE libraries to achieve audio extraction from videos, but it uses ffmpeg command and I am not able to figure out how I can…
-
Hello!
First off, amazing project! I cloned it and got it up and running quite easily.
I have a question about the streaming inference mentioned in the readme. Is this to allow to run inferenc…
-
I used your example app to display 37 audio files, and it took around 1:30 minutes to show them all (See the video below). What also bugged me is that the more you add, the more time it takes them to …
-
By default OpenVoice uses CUDA for voice tone extraction which is a pain in the ass for CPU runtimes. i can modify the SRC of the se_extractor.py to use a CUDA/CPU switcher to check for drivers but ag…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm requesting a featu…
-
During testing, I plan to use another audio feature extraction with a different shape (x, 16, 80). But it is incompatible with the convolution model.
`RuntimeError: Given groups=1, weight of size […
-
### Bug Description
If opus files have the file ending .ogg, it seems that they are assumed to be vorbis, and neither metadata extraction nor playback works. renaming to .opus fixes the issue, howeve…