-
I would like to translate into many languages and think this is a really good solution.
it support extraction on golang code and go html templates.
https://github.com/vorlif/spreak
- all exam…
-
The installation of libopus is missing for buidling galene-stt.
I had to do:
`sudo apt install libopus-dev libopusfile-dev`
before being able to build.
Error was:
```
# gopkg.in/hraban/opu…
-
Hi,
when a conference starts all the audio sliders are at full throttle. This means that if you are in a conference with N participants and one of them has an audio volume much lower than the ot…
-
This repo hasn't seen a commit since 2022. Should we mark it as deprecated and suggest alternatives to people?
I still have people joining the Pion slack asking questions about ion-sfu. I worry the…
-
Running on a cloud that is serverless would allow speed and also cost efficiency.
when STT is not being used the server doing it just is garbage collected on fly.io
it’s very easy to run galene…
-
The issue covers everything we want to do around Congestion Estimation and Pion. This covers a Bandwidth Estimator in Pion, and generating feedback for remote peers.
@mengelbart is the owner of thi…
-
When Unmarshalling, the current code slices the input to set `packet.Payload`. This is fast, but we really should make a copy to avoid nasty bugs. For example:
```
p1 := rtp.Packet{}
p2 := rtp.Pa…
-
Any plans to add a virtual background? Or at least a background blur?
-
Trying to share a file with a user from the web UI fails. It will ask the target user to accept or decline the file sharing, but when accepted the file transfer is cancelled with:
"We have offered …
-
I was not able to build voldemort with Java 12, I had to switch to Java 8 to be able to do so. This information could be added to the QuickStart Page, until this bug is fixed.