| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
c271a8321d |
MT#55283 add support for codec-set + play_media
Relevant to #1841 Change-Id: I62e6d2053c60ce7ad05afe21687539e40f7d448f |
1 year ago |
|
|
a2ee38ac44 |
MT#55283 rename STR_CONST_INIT...
... to STR_CONST...() for consistency no-op Change-Id: I68da3d1a80b9d6db69adba1091e58cc4909305ca |
1 year ago |
|
|
24ce8de2bb |
MT#59038 shortcut media_player_new()
Change-Id: I25fa42eb98684ea087b3e48d4fcdb6c94baeda27 |
2 years ago |
|
|
c9ac6ecc73 |
MT#55283 convert struct rtp_payload_time to typedef
Change-Id: Idb415f448a920b73582f9d5f64cca9b53b81a8ac |
2 years ago |
|
|
884a2bcb81 |
MT#56471 fix mem leak
Thou shalt free thy alloc when thou no longer needeth it. Change-Id: I909488ee197ec72c56c16647d2dda9786dd28007 |
3 years ago |
|
|
4b7ec4e11f |
MT#56471 add flag to suppress early media
Track audio writes in the mix buffer to set the `active` flag to true whenever a write occurs, which makes it possible to create the buffer in an inactivate state and implicitly set it active on demand. Handle the mix buffer not returning any data in the RTP sending logic (which is what happens for an inactive buffer) by simply not sending any packets. Change-Id: Iaeb0f6deadb3d90020c8c62872735cc94db80504 |
3 years ago |
|
|
ddab4a71e4 |
MT#56471 add audio_player
Similar to the existing media_player, but instead of simply producing its own standalone output media stream, the audio_player takes over the entire media stream flowing to the receiver, including media forwarded from the opposite side of the call, as well as media produced by the media_player. Change-Id: Ic34ecf08fc73b04210cfffb1a7d795b462ece5ea |
3 years ago |