Skip to content

Commit

Permalink
Merge branch 'dev' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
builderjer authored Nov 11, 2023
2 parents dcfaadd + 3384462 commit eecbfd7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 28 deletions.
26 changes: 4 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
# Changelog

## [V0.0.37a4](https://github.com/builderjer/ovos_utils/tree/V0.0.37a4) (2023-10-31)
## [0.0.37a1](https://github.com/OpenVoiceOS/ovos-utils/tree/0.0.37a1) (2023-11-08)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/V0.0.37a3...V0.0.37a4)

## [V0.0.37a3](https://github.com/builderjer/ovos_utils/tree/V0.0.37a3) (2023-10-30)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/V0.0.37a2...V0.0.37a3)

## [V0.0.37a2](https://github.com/builderjer/ovos_utils/tree/V0.0.37a2) (2023-10-30)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/V0.0.37a1...V0.0.37a2)

## [V0.0.37a1](https://github.com/builderjer/ovos_utils/tree/V0.0.37a1) (2023-10-30)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/V0.0.25a12...V0.0.37a1)

## [V0.0.25a12](https://github.com/builderjer/ovos_utils/tree/V0.0.25a12) (2022-10-16)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/0.0.12...V0.0.25a12)

## [0.0.12](https://github.com/builderjer/ovos_utils/tree/0.0.12) (2021-11-04)

[Full Changelog](https://github.com/builderjer/ovos_utils/compare/25fe462e3c19a58f32dc1fd940bf7c96fc18e6de...0.0.12)
[Full Changelog](https://github.com/OpenVoiceOS/ovos-utils/compare/V0.0.36...0.0.37a1)

**Fixed bugs:**

- elevate sound media role [\#201](https://github.com/OpenVoiceOS/ovos-utils/pull/201) ([emphasize](https://github.com/emphasize))

\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*
10 changes: 5 additions & 5 deletions ovos_utils/sound/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@
def read_mycroft_config():
return dict()

# Create a custom environment to use that can be ducked by a phone role.
# This is kept separate from the normal os.environ to ensure that the TTS
# role isn't affected and that any thirdparty software launched through
# a mycroft process can select if they wish to honor this.
# Create a custom environment to use that can let duck a music role.
# This is kept separate from the normal os.environ to ensure that
# any thirdparty software launched through
# a ovos process can select if they wish to honor this.
_ENVIRONMENT = deepcopy(os.environ)
_ENVIRONMENT['PULSE_PROP'] = 'media.role=music'
_ENVIRONMENT['PULSE_PROP'] = 'media.role=phone'


def _get_pulse_environment(config):
Expand Down
2 changes: 1 addition & 1 deletion ovos_utils/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
VERSION_MAJOR = 0
VERSION_MINOR = 0
VERSION_BUILD = 37
VERSION_ALPHA = 5
VERSION_ALPHA = 1
# END_VERSION_BLOCK

0 comments on commit eecbfd7

Please sign in to comment.