Skip to content

Commit

Permalink
[Feature] Add new presets (D10s, D10 Balanced, Yulong D200) #239 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
GioF71 committed Sep 23, 2023
1 parent e09fcef commit 2ea3622
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,10 @@ The `SQUEEZELITE_RATES` displayed here are provided just as an example. You stil

Preset name|Availability date|Set Properties|Comment
:---|:---:|:---:|:---
topping-d10-balanced|2023-09-23|Sets device for Topping D10 Balanced
topping-d10s|2023-09-23|Sets device for Topping D10s
gustard-12|2022-09-28|Device|Sets device for Gustard U12 DDC
yulong-d200|2022-09-27|Device|Sets device for Yulong D200
yulong-d200|2022-09-27|Device|Sets device for Yulong D200 (updated 2023-09-23)
aune-s6|2022-09-27|Device|Sets device for Aune S6
aune-x1s|2022-09-27|Device|Sets device for Aune X1S
peachtree-dacit|2022-09-27|Device|Sets device for Peachtree DAC-iT
Expand Down
21 changes: 21 additions & 0 deletions app/assets/builtin-presets.conf
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,33 @@ topping-d10.device="hw:CARD=D10"
topping-d10.mixer-device="hw:CARD=D10"
topping-d10.volume-control="D10 "

# Topping D10s
topping-d10s-sw.device="hw:CARD=D10s"

# Topping D10s Hardware volume
topping-d10s.device="hw:CARD=D10s"
topping-d10s.mixer-device="hw:CARD=D10s"
topping-d10s.volume-control="D10s "

# Topping D10 Balanced
topping-d10-balanced-sw.device="hw:CARD=Balanced"

# Topping D10 Balanced Hardware volume
topping-d10-balanced.device="hw:CARD=Balanced"
topping-d10-balanced.mixer-device="hw:CARD=Balanced"
topping-d10-balanced.volume-control="D10 Balanced"

# Topping DX-5
topping-dx5.device="hw:CARD=DX5"

# Topping E30
topping-dx5.device="hw:CARD=E30"

# Yulong D200
yulong-d200-sw.device="hw:CARD=DAC"

# Yulong D200 Hardware volume
yulong-d200.device="hw:CARD=DAC"
yulong-d200.mixer-device="hw:CARD=DAC"
yulong-d200.volume-control="YULONG Audio 384k DSD DAC "

1 change: 1 addition & 0 deletions doc/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Older build might be dropped in order to save space on docker-hub and incur in l

Date|Type|Description
:---|:---|:---
2023-09-23|Improvement|Add presets (Topping D10s/D10 Balanced), updated Yulong D200 (see [#239](https://github.com/GioF71/squeezelite-docker/issues/239))
2023-09-01|Maintenance|Upsampling settings in quotes, see [#236](https://github.com/GioF71/squeezelite-docker/issues/236)
2023-09-01|Maintenance|Rename GitHub workflow, see [#234](https://github.com/GioF71/squeezelite-docker/issues/234)
2023-08-31|Maintenance|Unify GitHub workflows, see [#230](https://github.com/GioF71/squeezelite-docker/issues/230)
Expand Down

0 comments on commit 2ea3622

Please sign in to comment.