#1212 closed enhancement (fixed)
uncompressed sound / stream compressed sound
Reported by: | Antoine Martin | Owned by: | alas |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | sound | Version: | trunk |
Keywords: | Cc: |
Description
Tracker ticket for existing changes:
- r12703 adds
raw+gdp
: uncompressed raw sound data with gdp container - r12704 adds
wav+lz4
,wav+lzo
,raw+gdp+lz4
andraw+gdp+lzo
These can be useful on high bandwidth networks.
The stream compressors compress very badly, as they are not designed to compress sound data, but:
- they're superfast
- they can compress silence very efficiently - which does happen a lot
@afarr: I doubt that you will want to use any of these, feel free to close
Change History (4)
comment:1 Changed 5 years ago by
comment:2 Changed 5 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Good to be aware of... especially if I see issues with compressed silence.
Closing.
comment:4 Changed 6 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/1212
Note: See
TracTickets for help on using
tickets.
Cleanups are included as part of #1204.