Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/roc-streaming/roc-toolkit
Real-time audio streaming over the network.
https://github.com/roc-streaming/roc-toolkit
a7c22199016cfc2a2b08e59fa99a3e117248fe27 authored over 1 year ago
6ec6d2eb55d71d106b45ccd29255f89acd1ddac7 authored over 1 year ago
2cb41d2594ba9b6af9332eae12877039840bf892 authored over 1 year ago
- rename roc_peer module to roc_node, because we're going to
add pipelines that are not networ...
1f0306c40ca6a08f8bb0766cc753512faae86841 authored over 1 year ago
d0e568678e6a7f73ec705222feb8fc656d0aab07 authored over 1 year ago
42e2b83cd1bd2aae2072a6c1287dc9c55e120a30 authored over 1 year ago
- if error happens during configure, bind, or connect, the whole
slot is disabled and marked b...
657b5b2c358f7c660c7cd31c973cf3f376276deb authored over 1 year ago
045e3b4e2bf60d41b3a4d27de2fe2eaa383b388e authored over 1 year ago
Add to new function roc_sender_unlink() and roc_receiver_unlink()
which allow to disconnect and ...
624a04cf71d22e90a3d04c5330d27eab25348b45 authored over 1 year ago
e3fd5559ad6e355a17dbacf6d119e000b4cb54ae authored over 1 year ago
6843dd1a1a45d1d00643f0b7bfb1c21d1cbfea00 authored over 1 year ago
b09dd93c05cb1d37ef389e77cc16113e55ea912b authored over 1 year ago
- change load factor from Java to Go variant
- allow constructing hashmap without arena
- do not...
c7845b9d10985207118a72f7a823438d2511d490 authored over 1 year ago
ab4ff7f9664d3a3c05a0363f070af90d18dc2742 authored over 1 year ago
44ae88add2a4246ed3076745a1fa3a9a7b71123e authored over 1 year ago
- always do poisoning in pool
- also do poisoning in heap arena
- always enable pipeline poisoni...
36bdc026092df56db8b42f5865a5c041bf505496 authored over 1 year ago
907bc66e83079aafba9ac3f888cf3c14205e75f9 authored over 1 year ago
This allows user provide non-continues sparse slot numbers.
cb5caab9d04d1647b9098a6570b224a3bc25a10d authored over 1 year agob52fe6acee7ab42f18cab6f76523a2666ac4ab70 authored over 1 year ago
* rename SlabPool to Pool
* Pool<T> is now template of object type T
* Pool user now defines num...
56da66a215538a0ae0edaa55ee80caf5df02b364 authored over 1 year ago
980d993f98017aa0f718d87ece8c88bb36461ad6 authored over 1 year ago
- remove list, iterate nodes using hashmap
- don't forget to call hashmap grow()
83681c5e970220d23f20169b5ffcfec96176a2ce authored over 1 year ago
21902baf206fb4767c3256d31e38ab9489c223ea authored over 1 year ago
4e8e7821615b6f51b75474431000f89a510d7e63 authored over 1 year ago
9c519d6a40362ed57b9f2353be07b115b1b4669d authored over 1 year ago
Rename ROC_CLOCK_EXTERNAL and ROC_CLOCK_INTERNAL to
ROC_CLOCK_SOURCE_XXX, for consistency with n...
- introduce new struct roc_interface_config, which holds all
per-interface options
- replace ...
a8faeb6932e1299fcefd63c9c2ae412ada835224 authored over 1 year ago95019fc516c816e738350581dec255b95aa82bd1 authored over 1 year ago
- Define channel masks for various surround layouts
- Make mono special case of surround
- Map...
517da48a14a9c0b50e0c097ff7406cf35e5eb6c3 authored over 1 year agoa6d52ba79fad12a513b98fb2fd2c5bbf1587d480 authored over 1 year ago
e2a68d1e4d9ca650d35e63e06cf9f27c3fb911d2 authored over 1 year ago
bac4b14a6403adc8f4797371956bba25d743f4ae authored over 1 year ago
9eba012ead77fd7242d1a311f7a8801436cc55eb authored over 1 year ago
8c39e94bd7f2b4718fe95971902c3216a6d3948f authored over 1 year ago
c9f4adfef646a916d4a0d27ae80892683af1b604 authored over 1 year ago
ff940c88ea351b0a4790aca5a842894435d5bb67 authored over 1 year ago
5857f71eddfafd8cff0dedae2f166df08a846d2c authored over 1 year ago
4922cc74d85f7f646dad8d0333aff323ecf4c9ea authored over 1 year ago
c714f212c638718c0d51e05f2f3a495d985187e8 authored over 1 year ago
463b8362e309ff08fdc109535be2a006a147f3c9 authored over 1 year ago
ec8ad1532454424bbabe9d798888a32da0308003 authored over 1 year ago
FreqEstimator already used double precision for all expensive
computations. This commit fully sw...
4af7e2f675313c8c4bae43874228b81ce9e075e2 authored over 1 year ago
b13b84b487567f90f681da6baa20671ff23c0afb authored over 1 year ago
- profile is a preset of FE configuration
- current configuration is now "smooth" profile
(go...
- add roc_media_encoding struct which defines rate, channels,
and format
- use it in roc_send...
eb9285120047d53520c88318110eeb57b082e115 authored over 1 year ago6f753dacab16b044ec35bcdbf1a8793831d1e970 authored over 1 year ago
38ad83ebfdfef8345d5686ee78babb937e9d809f authored over 1 year ago
6d20a2977c7ad08a33d27e67a4c8d9a33589e30d authored over 1 year ago
00acaaeb16fa96f1bb09609e6cba56acf6ce7e55 authored over 1 year ago
77314fe118de57d64aa36e173bf48dc5ca890604 authored over 1 year ago
Add new method roc_context_register_encoding(), that allows to
register custom encodings on send...
536c95158bcc318896a5d26fa925ac834bea6944 authored over 1 year ago
Earlier channel mapper & resampler required frame length parameter,
which defined size of frame ...
bf5f612f904f9be12ea4c10db9194856a8dcd777 authored over 1 year ago
eaac7ad7072413975d0d7cf6be0e34a111ff1c21 authored over 1 year ago
(for consistency with recent renames in C API)
2a0ecedea3325cca2a4fba287f34e77730d5166f authored over 1 year ago1c482a0a15235ee079946b295337817ae6cd41ae authored over 1 year ago
aedae0ac4fd84d4e185358a0cb50d68f860c8053 authored over 1 year ago
5134aa01b1288af9aaa73a7cf973bce7f3a55b7d authored over 1 year ago
64840f7a98cfdcdfdb21003f33d58e0e21a6879d authored over 1 year ago
- rename roc_channel_set to roc_channel_layout
(because now it will define not only list of
...
- rename FormatMap::format() to FormatMap::find_by_pt()
- add FormatMap::find_by_spec()
- add Fo...
- make SlabPool template class
- add template parameter EmbeddedCapacity
- extract implementatio...
- add ChannelLayout, which defines meaning of channel numbers
(mono, stereo, surround, multitr...
- replace two fields max_latency_overrun and max_latency_underrun
with a single field latency_...
- rename roc_frame_encoding to roc_format
(format is lower level setting compared to encoding;...
899dc2f40c4947de74888a84d60cb21d4918e7ee authored over 1 year ago
bdd0900a54fc634395e39a3d4476436c13c92858 authored over 1 year ago
- add roc_clock_sync_backend; it defines clock synchronization
algorithm; currently two values...
cbe4e3542c1959d607419f991dae440473bd51dc authored over 1 year ago
214f911175c4fb695b885f3fb45005d0b5cbab0f authored over 1 year ago
After previous commit, this parameter is not needed anymore.
Current default was not suitable fo...
1faa2ed5b27d23031b7d0fec3cf11a1589fbb66d authored over 1 year ago
Don't hide symbols in dependencies built with --build-3rdparty,
because it cases linker errors w...
Even if user specified CXX=c++, correctly detect
gcc and clang compilers.
4588f66c9e71365d5b0d2f76b9178eab21bb6eec authored over 1 year ago
13da01d5a82b5c61e34aaa11865134d7371810f4 authored over 1 year ago
02e804d97364bcdca9605c85ff1f327bc6fdf45d authored over 1 year ago
b6b3f53ac9ebc7b24e2d6fbbff9f91f279e03b68 authored over 1 year ago
eb311ce0b016976a746b71102de540d2d4bf23e7 authored over 1 year ago
701caada161c817676df686ad5cdae654f3cc0e2 authored over 1 year ago
271ddf27eb3fae0273b5f8488a3114e70f1acfdb authored over 1 year ago
2d048975f077d46252c2eeb0ed619169488c8244 authored over 1 year ago
d6692983f80aebf8f48dcd9f5cbce7361cb305fe authored over 1 year ago
16ae803e5f2e53b74b128392d70b8b3edec77856 authored over 1 year ago
59217983d595bd2b8c18efa133b0a42ef4f97364 authored over 1 year ago
29d75edfac6edded80b8e1f3bb8e57f38021750e authored over 1 year ago
8ae95e7ec71b3c5e417fdff5c81b6590b9bd8ccf authored over 1 year ago
5792263365b0c382e5e88cf909f468cefd3a4da0 authored over 1 year ago
8cf0560c513665e9c4e8d90e940786bc45d30f06 authored over 1 year ago
47d75a0c34d87fe082aa61cd11d9251d45e78d32 authored over 1 year ago
* export only roc_* in macOS .dylib
* export only roc_* in Linux .so
* export only roc_* in Linu...