Fix small typo, capitalization and trailing dot at end of sentences

This commit is contained in:
NeroBurner 2021-03-20 15:39:25 +00:00 committed by Wim Taymans
parent 942ead7d90
commit 9499e4969b

30
NEWS
View file

@ -14,32 +14,32 @@ with previous 0.3.x releases.
- PipeWire improvements - PipeWire improvements
- Implement simple upmixing - Implement simple upmixing.
- Disable the resampler when not used. This improves latency - Disable the resampler when not used. This improves latency
and CPU usage. and CPU usage.
- Handle max-quantum on devices and try to not make the quantum - Handle max-quantum on devices and try to not make the quantum
larger than the device buffer size. larger than the device buffer size.
- improvements to how nodes and links are activated. It should - Improvements to how nodes and links are activated. It should
now result in less xruns and cracks/pops. now result in less xruns and cracks/pops.
- meson uses the feature options everywhere now - meson uses the feature options everywhere now.
- Handle volume remap in the channelmixer. This fixes the channels - Handle volume remap in the channelmixer. This fixes the channels
on multichannel devices. on multichannel devices.
- Try to escape invalid JSON string characters - Try to escape invalid JSON string characters.
- Keep better track of changed parameters in audioconvert. - Keep better track of changed parameters in audioconvert.
- Improve config files, make arrays where needed. - Improve config files, make arrays where needed.
- Respect NO_COLOR where possible - Respect NO_COLOR where possible
- Support in-place config file parsing to avoid allocations and - Support in-place config file parsing to avoid allocations and
improve startup performance. improve startup performance.
- There is no a config option to enable non-power-of-two quantums. - There is now a config option to enable non-power-of-two quantums.
- Preliminary support for upmixing and generating LFE channels. - Preliminary support for upmixing and generating LFE channels.
- Session-manager - Session-manager
- default nodes are not stored as JSON in the metadata. This - Default nodes are not stored as JSON in the metadata. This
is more readable and introspectable. is more readable and introspectable.
- More default-nodes and default-routes improvements. port - More default-nodes and default-routes improvements. Port
switching should work better now. switching should work better now.
- Wait until all devices are scanned before linking clients. - Wait until all devices are scanned before linking clients.
- Fixes some crashes - Fixes some crashes.
- Sinks (monitors) can now be set as default sources. - Sinks (monitors) can now be set as default sources.
- Device support - Device support
@ -60,7 +60,7 @@ with previous 0.3.x releases.
- Many other small improvements. - Many other small improvements.
- PulseAudio server - PulseAudio server
- handle NULL in set_default_sink/source to clear the default - Handle NULL in set_default_sink/source to clear the default.
- Implement a workaround for gnome-control-center when setting - Implement a workaround for gnome-control-center when setting
the default sink/source. It also sets the target in the default sink/source. It also sets the target in
stream-restore to the new default. This fixes moving streams stream-restore to the new default. This fixes moving streams
@ -70,14 +70,14 @@ with previous 0.3.x releases.
- Prefer formats of the extended format API. - Prefer formats of the extended format API.
- Create a pid file on startup to improve compatibility with apps - Create a pid file on startup to improve compatibility with apps
that look for it. that look for it.
- Capture streams can now be moved to monitors with pavucontrol - Capture streams can now be moved to monitors with pavucontrol.
- Fixes for crashes - Fixes for crashes.
- JACK - JACK
- jack clients can now connect to the 'default' server - jack clients can now connect to the 'default' server.
- Move midi ports back to the midi client - Move midi ports back to the midi client.
- Only mark midi hardware ports as terminal/physical - Only mark midi hardware ports as terminal/physical.
- Use the same midi names as a2jmidid - Use the same midi names as a2jmidid.
- match system ports in get_ports. - match system ports in get_ports.
- Improve compatibility with some apps that require a - Improve compatibility with some apps that require a
fixed latency. fixed latency.