Posts: 1,869
Threads: 43
Joined: Mar 2020
Reputation:
85
(06-29-2021, 09:01 AM)Mr.R0b0t Wrote: (06-29-2021, 06:59 AM)the_bertrum Wrote: (06-28-2021, 05:37 PM)Mr.R0b0t Wrote: the track progress bar sometimes flashes,
the volume bar sometimes flashes
What devices do you see this on?
laptop - firefox 90
Firefox reports as 89.0.2 on my laptop and I've watched for a long time and not seen any flashes. I'll keep an eye out for 90 when it lands (mine reports as up to date right now) and see if it starts.
----------------
Robert
Posts: 71
Threads: 10
Joined: Nov 2019
Reputation:
2
06-29-2021, 01:13 PM
(This post was last modified: 06-29-2021, 01:15 PM by Mr.R0b0t.)
(06-29-2021, 09:44 AM)DRONE7 Wrote: (06-29-2021, 09:01 AM)Mr.R0b0t Wrote: (06-29-2021, 06:59 AM)the_bertrum Wrote: (06-28-2021, 05:37 PM)Mr.R0b0t Wrote: the track progress bar sometimes flashes,
the volume bar sometimes flashes
What devices do you see this on?
laptop - firefox 90 Firefox 90 is a Beta release.....
Does the behaviour you see happen with the stable Firefox 89 release ??
it didn't happen in moode 7.2, it happened right after the upgrade moode
Posts: 63
Threads: 10
Joined: Apr 2018
Reputation:
2
06-29-2021, 01:34 PM
(This post was last modified: 06-29-2021, 01:36 PM by Macdelf.)
Something amiss with the filter plots. Hopfully just in the plots. I have a symmetric impulse response, which must yield a linear phase shift (delay) in the frequency domain. Plot shows non linear phase. I can attach more info if needed. My impulse responses are in REW (15 lines skipped with camilla)format which do indeed yield the correct frequency response with an inverse transform in REW.
[img]blob:http://moodeaudio.org/715249f1-836b-4618-b7a2-fbaf56d7f677[/img]
Posts: 63
Threads: 10
Joined: Apr 2018
Reputation:
2
(06-29-2021, 01:34 PM)Macdelf Wrote: Something amiss with the filter plots. Hopfully just in the plots. I have a symmetric impulse response, which must yield a linear phase shift (delay) in the frequency domain. Plot shows non linear phase. I can attach more info if needed. My impulse responses are in REW (15 lines skipped with camilla)format which do indeed yield the correct frequency response with an inverse
Posts: 566
Threads: 5
Joined: Mar 2020
Reputation:
31
Hello everybody,
would anyone be kind enough to try to help me?!?!?!?
I tried a fresh install twice and encountered the following problem: the
Quote:/var/local/www/currentsong.txt
it exists but is empty.
I have also tried, on the same system, to upgrade from 7.2.1 and it seems that the problem does not occur.
Do you have any suggestions?
Sincerely and thanks,
Francesco
Posts: 15
Threads: 2
Joined: Jun 2021
Reputation:
0
After the updated, I no longer see the 'Spotify Connected' screen when I go to the web interface and connected to Spotify, I can freely browse the web interface. Though if I try to play a song while Spotify is connected, I get an error "Failed to open "ALSA Default" (alsa); Failed to open ALSA device "_audioout": Device or resource busy". Is this expected behavior?
Posts: 24
Threads: 0
Joined: Sep 2020
Reputation:
0
(06-29-2021, 10:09 PM)uteroid Wrote: After the updated, I no longer see the 'Spotify Connected' screen when I go to the web interface and connected to Spotify, I can freely browse the web interface. Though if I try to play a song while Spotify is connected, I get an error "Failed to open "ALSA Default" (alsa); Failed to open ALSA device "_audioout": Device or resource busy". Is this expected behavior?
Same behavior as mine, and I am not sure if spotify render is using any EQ or respect any other settings. I cannot see the AUDIO INFO anymore with spotify (before was i little tricky but it was possible from any other screen)
Posts: 13,403
Threads: 304
Joined: Mar 2018
Reputation:
543
(06-29-2021, 03:04 PM)Macdelf Wrote: (06-29-2021, 01:34 PM)Macdelf Wrote: Something amiss with the filter plots. Hopfully just in the plots. I have a symmetric impulse response, which must yield a linear phase shift (delay) in the frequency domain. Plot shows non linear phase. I can attach more info if needed. My impulse responses are in REW (15 lines skipped with camilla)format which do indeed yield the correct frequency response with an inverse
I can't see any image.
Posts: 1,538
Threads: 106
Joined: Mar 2018
Reputation:
73
(06-29-2021, 01:13 PM)Mr.R0b0t Wrote: (06-29-2021, 09:44 AM)DRONE7 Wrote: (06-29-2021, 09:01 AM)Mr.R0b0t Wrote: (06-29-2021, 06:59 AM)the_bertrum Wrote: (06-28-2021, 05:37 PM)Mr.R0b0t Wrote: the track progress bar sometimes flashes,
the volume bar sometimes flashes
What devices do you see this on?
laptop - firefox 90 Firefox 90 is a Beta release.....
Does the behaviour you see happen with the stable Firefox 89 release ??
it didn't happen in moode 7.2, it happened right after the upgrade moode Does the behaviour you see happen with the stable Firefox 89 release with 7.30 ??
Please test and reply.
----------
bob
Posts: 13,403
Threads: 304
Joined: Mar 2018
Reputation:
543
(06-29-2021, 10:09 PM)fdealexa Wrote: Hello everybody,
would anyone be kind enough to try to help me?!?!?!?
I tried a fresh install twice and encountered the following problem: the
Quote:/var/local/www/currentsong.txt
it exists but is empty.
I have also tried, on the same system, to upgrade from 7.2.1 and it seems that the problem does not occur.
Do you have any suggestions?
Sincerely and thanks,
Francesco
On the r730 release image:
As shipped the file is empty
Code: pi@moode:~ $ cat /var/local/www/currentsong.txt
pi@moode:~ $
After turning the "Metadata file" option ON in System Config it gets populated
Code: pi@moode:~ $ cat /var/local/www/currentsong.txt
file=SDCARD/Stereo Test/LRMonoPhase4.flac
artist=Koz
album=Stereo Test
title=LR Channel And Phase
coverurl=/coverart.php/SDCARD%2FStereo%20Test%2FLRMonoPhase4.flac
track=1
date=1997
composer=
encoded=16/48 FLAC
bitrate=431 kbps
outrate=0 bps
volume=0
mute=0
state=pause
pi@moode:~ $
|