Skip to content

Commit

Permalink
Merge pull request #63 from OzGav/main
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefKruszynski committed Jun 10, 2024
2 parents be9351f + 736c89d commit e788ae6
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/faq/how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Common Uses for Music Assistant

# Use Assist and AI to Play my Music?

See [here](../integration/installation.md#openai-features). This adds a PLAY command to a specific player. The core HA voice intents support NEXT TRACK, PAUSE, UNPAUSE and VOLUME to a specific player or to an area. Until all of the media player service calls are supported by HA (including to areas) you can use custom sentences. See this [discussion for how](https://github.com/orgs/music-assistant/discussions/2176).
See [here](../integration/installation.md#openai-features). This adds a PLAY command to a specific player. The core HA voice intents support NEXT TRACK, (PREVIOUS TRACK is coming), PAUSE, UNPAUSE and VOLUME to a specific player or to an area. HA does not intend to add any more media player service calls at this time so you will need to use custom sentences to cover any other of your requirements. See this [discussion for how](https://github.com/orgs/music-assistant/discussions/2176).

# Use volume normalization? How does it work?

Expand Down Expand Up @@ -69,7 +69,7 @@ sequence:
response_variable: results
- service: mass.play_media
data:
media_id: "{{ results.albums[range(0, 8) | random].uri }}"
media_id: "{{ results.albums[range(0, 8) | random].name }}"
target:
device_id: XYZ
mode: single
Expand Down
4 changes: 2 additions & 2 deletions docs/faq/stream-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ Use a [Snapserver](../player-support/snapcast.md) and the Snapweb option. If you

## Music Assistant

You could use [Darkcast](http://www.darkice.org/) to caputure and [Icecast](https://www.icecast.org/) to build a solution will digitize and stream audio from your analog audio equipment like a vinyl record player (turntable/phonograph/gramophone) as a web radio stream (URL) that you could add as a Music Provider in Music Assistant.
You could use [Darkcast](http://www.darkice.org/) to capture and [Icecast](https://www.icecast.org/) to build a solution that will digitize and stream audio from your analog audio equipment like a vinyl record player (turntable/phonograph/gramophone) as a web radio stream (URL) that you could add as a radio station in Music Assistant.

For such a project you need audio-capture and ADC (analogue-to-digital converter) device hardware that provide audio-input and digitalization. For example, you can use either a USB Audio Device Interface adapter from [Behringer](https://www.behringer.com/catalog.html?catalog=Category&category=C-BEHRINGER-AUDIOINTERFACES-USBAUDIOINTERFACES) or [IK Multimedia](https://www.ikmultimedia.com/products/irigstream/), or a [HiFiBerry board with ADC](https://www.hifiberry.com/blog/need-some-input/).
For such a project you need an audio-capture and ADC (analogue-to-digital converter) device that provides audio-input and digitalization. For example, you can use either a USB Audio Device Interface adapter from [Behringer](https://www.behringer.com/catalog.html?catalog=Category&category=C-BEHRINGER-AUDIOINTERFACES-USBAUDIOINTERFACES) or [IK Multimedia](https://www.ikmultimedia.com/products/irigstream/), or a [HiFiBerry board with ADC](https://www.hifiberry.com/blog/need-some-input/).

You can find a generic tutorial [here](https://maker.pro/raspberry-pi/projects/how-to-build-an-internet-radio-station-with-raspberry-pi-darkice-and-icecast), and for those that like step-by-step guides look [here](https://github.com/quebulm/Raspberry-Pi-Vinyl-Streamer) and [here](https://github.com/gieljnssns/darkice-libaacplus-rpi-guide/blob/master/README.md) (the first of which also offers a pre-configured Linux appliance image for Raspberry Pi 3 / Raspberry Pi Zero 2 W).
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# URL Provider
# Builtin Provider ![Preview image](../assets/icon.png){ width=70 align=right }

Music Assistant has support for manually adding radio station URLs to the database.
The Builtin provider supports manually adding radio station URLs to the database as well as generating various [Playlists](../usage/#playlists).

## Features

Expand Down
4 changes: 2 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ nav:
- UI: ui.md
- How Do I...: faq/how-to.md
- I Want To Stream To: faq/stream-to.md
- Technical Info: faq/normalization.md
- Technical Info: faq/tech-info.md
- Troubleshooting: faq/troubleshooting.md
- Music Providers:
- music-providers/index.md
- Apple Music: music-providers/apple-music.md
- Builtin: music-providers/builtin.md
- Deezer: music-providers/deezer.md
- Jellyfin: music-providers/jellyfin.md
- Local Files: music-providers/filesystem.md
Expand All @@ -35,7 +36,6 @@ nav:
- Subsonic: music-providers/subsonic.md
- Tidal: music-providers/tidal.md
- TuneIn: music-providers/tunein.md
- URL: music-providers/url.md
- YouTube Music: music-providers/youtube-music.md
- Player Providers:
- player-support/index.md
Expand Down

0 comments on commit e788ae6

Please sign in to comment.