Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alvr-org/ALVR

Stream VR games from your PC to your headset via Wi-Fi
https://github.com/alvr-org/ALVR

Switch back SteamVR audio device to default on disconnection

3017b1b347e052a2d44e4980ebf4e4fef7b51c7c authored almost 4 years ago
Add new dashboard project

4d8b1d450b95935b1151b8940e7f14c6561f3ec4 authored almost 4 years ago
Switch from Point3 to Point2 for guardian perimeter

abf92607bee67a78fd7bb7efe6743896f6b5d539 authored almost 4 years ago
Open links in a new window

412faedfbdc3ca1f99ec7c4fe57084f661e94652 authored almost 4 years ago
[Auto] Bump version

0f2f4649828893cf4bdeaf6da2c21b91a4ca3258 authored almost 4 years ago
Update translations

56101e05efcf4d477bb2640f097f34a3f9f33b71 authored almost 4 years ago
Add audio devices dropdowns

Update openvr driver header

e02170b0f4a33e435477fafdb89fc9c1d5a40bdf authored almost 4 years ago
Fix panic because of heavy audio callback

c2cd4df9728a03ea7ce4b3ed4461c6c9081fb2a5 authored almost 4 years ago
Do not keep opening error messageboxes if the message did not change

6d49160157caf9e32273c6c6e27441502dcc2efa authored almost 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

e76abf9e8798dde38e442c99db7224c66c450aca authored almost 4 years ago
Set game audio and microphone automatically in SteamVR

Warn if microphone and game audio is set to the same device
Update discord links

9c74ea813d84dad64ead1d67907ac0b81ca515d1 authored almost 4 years ago
Added korean translation (#502)

Co-authored-by: wonjb0303 <[email protected]>

06aa19ac2afb5bab53d2240a843a5143be3a6677 authored almost 4 years ago
Switch to TCP as default, increase default audio latency

Increase stream socket initialization timeout

d26f5ebd5e3c95aa0cee2428e682d5f52da5df1e authored almost 4 years ago
Import openvr-driver-sys from bridgevr-dev

765ab007170bd6127b1c3d0a31eb8e5fb02ad2fb authored almost 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

c15575a17c236e634f2eac23073dd0b7804595e3 authored almost 4 years ago
Switch ThrottledUdp variant to struct syntax and properly set casing transformation

d8f74c03129eed076caad528efde9db51fdc166a authored almost 4 years ago
[Auto] Bump version

d23e214b435c144e4d8ef8da3275be12096f01a1 authored almost 4 years ago
Set ThrottledUdp and default

Convert back ThrottledUdp variant into newtype style. Using struct style causes a crash. There mi...

84d5a0822bbbb4ee63c2a90e4e98e07bff8e8ef6 authored almost 4 years ago
Small refactoring

b3449b97d5fcc33651b127da9ac339cbae424cec authored almost 4 years ago
Fix sample rate not being set correctly

Fix fast logging causing a crash

cc415653325dade2a2cd06b98a892dda62c1e3e4 authored almost 4 years ago
Use custom sample rate for microphone

a9ecfc18b716eec0f495d39e7adf6a0018e7665e authored almost 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

b2c849e0b571bb14358a88336aee0c88b7507a24 authored almost 4 years ago
Rewrite common audio handling logic for game audio and microphone

Ignore missing field initializer clang warning

3c17544d9c892023f1cf9e8ed3c8c0b719db18bc authored almost 4 years ago
Add throttled UDP socket option for stream socket (#497)

* Add a throttled UDP socket as a protocol option.

This helps on networks with lower bandwidt...

2dd390192721e9d09337ca1f1bab4177aa264c9f authored almost 4 years ago
Add missing default text on Revert setting dialog (#496)

* Add missing default text on Revert setting dialog

* Change default emulation mode to Oculus...

1ea1965ca90188a133d06c707598a94220072742 authored almost 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

667350fff429c4120917d52b7e0fa081caa66f4a authored almost 4 years ago
Switch from CPAL to rodio for the microphone

There is still no crackling removal

78110c008a4b0497a936791676db87604258a10d authored almost 4 years ago
Fix code formatting

494902091dc00519500d6bda360942c9540da478 authored almost 4 years ago
Fix playspace misalignment

Additional IDR request are now resent periodically until
an IDR frame is parsed on the client (e...

8715bd8f99f9d6420939ff9c772f73577a6c9c90 authored almost 4 years ago
Move Chaperone update in another thread

e8342df534c34a6a6b656d4da5fad07b51832d5b authored almost 4 years ago
Fix delay at the start of the stream

Change byte representation for packet index in StreamSocket

9a58646cbf37b483a740a79eb01260bcaa760e61 authored almost 4 years ago
Add packet loss detection in StreamStocket

Fix clicking removal for game audio

941bfd39747fc915ef8a657e37e0e792dfd5e6e0 authored almost 4 years ago
Click removal test 3 (not working)

2c16e6b44390212275c82cfa5795fb0857c81bdf authored almost 4 years ago
Click removal test 2

a17e2dccfd521f5b1d764a25eda6f68307d1ca50 authored almost 4 years ago
Click removal test 1

c07e2e3b91e6c4757d349b6c78f95e59258cc3ee authored almost 4 years ago
Remove unused setting

67b7041464f00dd23af100faed89eaac631bc9a8 authored almost 4 years ago
Set UDP as default streaming protocol

a08ae086738e4cfba0fa176a8668fda07bc076f1 authored almost 4 years ago
Fix packets not reported in statistics

Delay IDR resend

08298c0233d7f18af2d5227e1710110e382e2df4 authored almost 4 years ago
Show message before stream start

Re-request IDR when the client starts receiving packets

e522430e0d4866588e881c1fc86c2d4a67d0a073 authored almost 4 years ago
Reduce screen freeze before connection

da85b02807ed8483412e9ef0301caebc0fa85934 authored almost 4 years ago
Disconnection errors management

* Ignore errors for most sockets send()
* Trigger disconnection for keepalive errors
* Catch erro...

aefe866a3262eda8325e908c3ac4289ad5a3ce39 authored almost 4 years ago
Fix whitespace in the right file

f51952e436519ca0c23e626507e62e15902ae1f5 authored almost 4 years ago
fix whitespace not synced (2)

4644caf53b5a3fd2c9cc2bde13480171485bd117 authored almost 4 years ago
fix whitespace not synced (1)

a0f6006dc76db9f407f3d25740bf31cd1974ff11 authored almost 4 years ago
Add back time sync (statistics)

779dea15da06a31a79b9c8e78cd3b3a0ea572866 authored almost 4 years ago
Integrate legacy streams with StreamSocket

Remove more unused files

4312a8e08511804b4cda111f9650220bddcc36b5 authored almost 4 years ago
Remove unused files

Rename window to "ALVR dashboard"

175340e6404bd5ed5822c6f00e6c045a6f797767 authored almost 4 years ago
Add TWDSS preset

4cc8320790d174b82e73144b4e44fd055d013749 authored almost 4 years ago
Stream game audio and microphone with StreamSocket

5d4eaa284adcb3557deeb004acc5426cda1f1858 authored almost 4 years ago
Refactor audio on client

e42eb60dbb7348882de1aeca02eda320e7a46b76 authored almost 4 years ago
Refactor audio on server

0ff6ddd1b730e6c23277c669a6edcb731cc51dfe authored almost 4 years ago
Replace some reserved usage with specialized fields/variants

04aa1f8216430e8b25345733cbd9c16c501f26f3 authored almost 4 years ago
Begin StreamSocket integration

b67f1e1b4d8547abc5e113c5ff28f140f2a7afb2 authored almost 4 years ago
Add StreamSocket for TCP and UDP

0f4f3499ee5b7526711d7817d0e33ee0c1cf22f2 authored almost 4 years ago
Update dependencies

4479645aededd45661f040dc6d22ddba01d4a251 authored almost 4 years ago
V14.1.0 repackage (#476)

* Add APK signing in CI
Disable autoupdater
Fix manifest for Quest 2

* [Auto] Bump version
...

541ba2e9e06e44caed9d2f4a3b365ae773ab48ac authored almost 4 years ago
Update README.md

cb0fe2c51cc9eed795dcc4fea6f6e21cc1214607 authored almost 4 years ago
Fix german language translation (#475)

bfaf91e46ce212c7b3cf33b11d032a44a2e22397 authored almost 4 years ago
Finished German Language support (#474)

* Update Translations

Added entire "settings.js" and tweaked/completed others

* further up...

8cb971f9bb4c3aabbfc0bc829c02f860abfa6cb7 authored almost 4 years ago
Update rust.yml

1502a1a98cf4af4d7e99e28cf607bf3c14f6574e authored almost 4 years ago
Update rust.yml

ba06223f9df821a5c8b1e7ef52c4b39df8002e20 authored almost 4 years ago
Update rust.yml

4e39ba4f2798b56dd917e10a862ee983da2116aa authored almost 4 years ago
Update rust.yml

461c66bd2bd7547b866c3e19f5989e7c1b9ccb62 authored almost 4 years ago
Update rust.yml

428bf463f0e572e54dc01e921075ab1097531e98 authored almost 4 years ago
add CI for linux

8b73302de2d2e38c975963bffecef0da31443f81 authored almost 4 years ago
[Auto] Bump version

8d3eb6e223f445ea86f8a2ecdab8b63204ad528f authored almost 4 years ago
Update translations

d5df3f7f7112896ca0ec8dcee852085165ca6de5 authored almost 4 years ago
Add option to specify audio devices by name

8b0af5a310754811eaf352e298492a3f75bde400 authored almost 4 years ago
[Auto] Bump version

8fe2b45130521fabcfd46737c3fd08a8722f96fe authored almost 4 years ago
fix formatting

18274a502dd4b3df891b0521870b707e36cc368b authored almost 4 years ago
remove some logging

7f4c2c8f1eea89cef7d793833ec474c5f5e23bc9 authored almost 4 years ago
Better default for microphone latency offset

bfde360ce3a85907a8ff20ec5952417efc102b7d authored almost 4 years ago
Do not show popup for "Client discovery failed ..."

be58f466d86459ccb63cc4912d8ec3c253d87c3f authored almost 4 years ago
Update translations files

efe32181f4a64a18f04a1af2844b07e96d42c79e authored almost 4 years ago
Ship MSVCP dlls

Remove redistributable from installer bundle

da75ef25120342796bae1844c255607d92aa039d authored almost 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

dd28530e38b8da4357b05ff313fa2673dbc96ea0 authored almost 4 years ago
Remove OVR_ files

1b70e2307bb15e3556d968cdb5b830fffae2d178 authored almost 4 years ago
[Auto] Bump version

9d792c5f71bbfc95aa8a3c3e770ba2df7bb64f08 authored almost 4 years ago
Add back option for muting PC speakers

3dbbd316b83643cb1a833b25a06a897255891b4a authored almost 4 years ago
Implement microphone streaming with CPAL and Oboe

Delete audio handshake system

dae1b3630861fe9471f1803150d2be343bae0493 authored almost 4 years ago
[Auto] Bump version

8dbd06afff31f5ce7209039289e4035622b88b31 authored almost 4 years ago
Potential fix for some loopback audio devices

2e5a8d72930f8f5c6e8657d5e3ab5620e3cb61a2 authored almost 4 years ago
Fix funding link

ece8007b431d1ff8f2c9b6a80337e761745d9403 authored almost 4 years ago
Create FUNDING.yml

ec495d6aeda7fad709f7fba85b2347912f6c2a65 authored almost 4 years ago
Update README.md

9298aba9f4639f8f3f29212ddc7ff844b96acc4d authored about 4 years ago
Fix android build

7843ff5ecce9f1894f953997273b08c8eb80b9fb authored about 4 years ago
Rename web_gui -> dashboard

4636776af4c19d24f3da5911c7b52e4a6fe7d261 authored about 4 years ago
Fixes for compiling ALVR on Linux (#454)

* Compile server and launcher on linux

* Fix build on windows

* Fix formatting

* Fix fo...

aa00d54a14b3a22fef5eac4c0a72da66fc8c98de authored about 4 years ago
Fix on disconnect command description (#447)

11c7feca48b1bf81ffafba8243e2dec8f45d6ab1 authored about 4 years ago
js code review (#445)

variable are not declared by var anymore but by const (if never reused) or let (if reused).
thi...

d1403c28a3d32217664ed28bb4d5c171de11dfcb authored about 4 years ago
Rename "Foveated rendering" -> "Foveated encoding"

b0763fc6b4b023d6a0b3a083fe231a159a39439a authored about 4 years ago
Include prebuilt rust-android gradle extension

f5a77f2e990484a7c26a0b29f21606d56f4bdb62 authored about 4 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR into master

2a4f4b1033d266473fcbf5cf80897a8ad5533836 authored about 4 years ago
better default for buffer_range_multiplier

e303f914ae6dcb6c57a1e8010d4c829492d99e57 authored about 4 years ago
[Auto] Bump version

6cfeb4e3f598a9296ff32ffcd1f1d5c5afd25391 authored about 4 years ago
Add app launch option to the installer.

Quiet install always launches the app (for use when upgrading).
The installer also now correctly...

f309c0c02e528830ebe4ec9b2effda44b03f9b79 authored about 4 years ago
Implement audio device selection

0f87f79b7c6f6213014ac792258f8975dcf0df63 authored about 4 years ago
Change "Unset" to "Default"

6b17a1e317df9896947fbaa694e03a0757ef64d1 authored about 4 years ago
Remove client from CI clippy check

c907ee32c1ef6f18644e2204953f383b05a178f1 authored about 4 years ago
Merge branch 'audio-rewrite' 🎉

9e21e7a5a9900b97f2e1cb06bb079639bd74c3d5 authored about 4 years ago