tizonia / tizonia-openmax-il

Command-line cloud music player for Linux with support for Spotify, Google Play Music, YouTube, SoundCloud, TuneIn, iHeartRadio, Plex servers and Chromecast devices.
https://tizonia.org
GNU Lesser General Public License v3.0
1.69k stars 87 forks source link

Installing Tizonia messes with the Pi's function as a bluetooth speaker #593

Open letshin opened 5 years ago

letshin commented 5 years ago

Issue Template

Description

After installing Tizonia (no other changes were made to Raspbian), Raspbian no longer sends to the output stream what is being received through bluetooth. Pavucontrol shows that an input stream is being received, but no output to the USB soundcard is detected. Pulling the USB soundcard in and out solves this problem, but the sounds goes away again on the next song/track.

No sound issues are present when running Tizonia from the command prompt.

Steps to Reproduce

  1. Use a phone to connect via bluetooth
  2. Play a song

Expected behavior: Raspbian receives the sound input through bluetooth and outputs it to the USB soundcard to the speakers

Actual behaviour: No sound is heard; pavucontrol shows that no waveforms/signal are emitted/received.

Reproduces how often: [What percentage of the time does it reproduce?]

Versions

tizonia 0.18.0. Copyright (C) 2019 Juan A. Rubio This software is part of the Tizonia project http://tizonia.org

Debug Info:

  • [Boost 1_62]
  • [TagLib 1.11.1]
  • [MediaInfoLib - v0.7.91]

PRETTY_NAME="Raspbian GNU/Linux 9 (stretch)" NAME="Raspbian GNU/Linux" VERSION_ID="9" VERSION="9 (stretch)" ID=raspbian ID_LIKE=debian HOME_URL="http://www.raspbian.org/" SUPPORT_URL="http://www.raspbian.org/RaspbianForums" BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"

Installation Method Used

First:

http://tizonia.org/docs/debian/

then reinstalled following:

https://bintray.com/tizonia/raspbian/tizonia-stretch

Additional Information

N/A

letshin commented 5 years ago

This was a bit of a stupid question. I had the time to mess around with the Pi and realised that reducing the volume via Tizonia using the +/- keys causes the PCM volume output to be overwritten - alsamixer doesn't allow the volume to be changed. However, reopening Tizonia and maxing the volume solved this problem - in reality what was happening was that a inordinately small volume was being put out. Could you share how volume is controlled within Tizonia and if there is a way to overwrite this rather than using the +/- commands within Tizonia please?