Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Official moOde 7.3.0 support thread
#31
(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?

Thats odd. ETA: You should see the "Spotify Active" overlay screen.

Reboot and then post the Moode startup log and the in-place update log.

Code:
moodeutl -l

cat /var/local/www/update-r721.log

You might also try a hard Browser refresh or clear the Browser cache.
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#32
[attachment=2393 Wrote:Tim Curtis pid='34847' dateline='1625006242']
(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 
[Image: resize-16249788891179293461C1A16BC0B8D74...8C85EE.png]Sorry, resize from ipad is new to me.    

I can't see any image.
Reply
#33
Can you provide the file(s) and steps to repro the issue?
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#34
(06-29-2021, 10:48 PM)Tim Curtis Wrote:
(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?

Thats odd. ETA: You should see the "Spotify Active" overlay screen.

Reboot and then post the Moode startup log and the in-place update log.

Code:
moodeutl -l

cat /var/local/www/update-r721.log

You might also try a hard Browser refresh or clear the Browser cache.


Here ya go!


Code:
pi@moode:~ $ moodeutl -l
20210629 220319 worker: -- Start
20210629 220319 worker: Successfully daemonized
20210629 220320 worker: Integrity check (passed)
20210629 220320 worker: File check (OK)
20210629 220321 worker: Session vacuumed
20210629 220321 worker: Session loaded
20210629 220321 worker: Debug logging (OFF)
20210629 220321 worker: -- Audio debug
20210629 220321 worker: ALSA cards: (0:sndallodigione | 1:empty | 2:empty | 3:empty
20210629 220321 worker: MPD config: (0:Allo DigiOne | mixer:(none) | card:0)
20210629 220321 worker: ALSA mixer actual (none)
20210629 220321 worker: ALSA volume (none)
20210629 220321 worker: -- System
20210629 220322 moode.php: MPD connect failed: cmd=(loadlib)
20210629 220323 moode.php: MPD connect failed: cmd=(lsinfo)
20210629 220325 worker: Host     (moode)
20210629 220325 worker: moOde    (7.3.0 2021-06-25)
20210629 220325 worker: RaspiOS  (10.6)
20210629 220325 worker: Kernel   (5.4.77-v7l+ #1371)
20210629 220325 worker: Platform (Pi-4B 1.2 4GB)
20210629 220325 worker: ARM arch (armv7l, 32-bit kernel)
20210629 220325 worker: MPD ver  (0.22.8_p0x3)
20210629 220325 worker: CPU gov  (ondemand)
20210629 220325 worker: USB boot not available
20210629 220325 worker: File system not expanded yet
20210629 220325 worker: HDMI port on
20210629 220325 worker: -- Network
20210629 220325 worker: eth0 exists
20210629 220325 worker: eth0 wait 0 for IP address
20210629 220328 worker: eth0 wait 1 for IP address
20210629 220352 worker: eth0 wait 2 for IP address
20210629 220355 worker: eth0 wait 3 for IP address
pi@moode:~ $ cat /var/local/www/update-r721.log
20210629 003528 updater: Begin 2021-06-25 update for moOde 7.2.1 2021-05-06
20210629 003528 updater: ** Version check
20210629 003528 updater: ** Step 1-4: Update SQL tables
20210629 003532 updater: ** Step 2-4: Update binaries
20210629 003532 updater: **  Upd 1-4: Install CamillaDSP 0.5.2, GUI 0.7.1, Bckend 0.7.1, Plot 0.5.3
20210629 003620 updater: **  Upd 2-4: Install libcurl3/MPD fix
20210629 003621 updater: **  Upd 3-4: Install librespot 0.2.0
20210629 003621 updater: **  Upd 4-4: Install MPD 0.22.8_p0x3
20210629 003621 updater: ** Step 3-4: Update moOde sources and configs
20210629 003621 updater: ** Step 4-4: Sync changes to disk
20210629 003623 updater: End 2021-06-25 update for moOde 7.2.1 2021-05-06
pi@moode:~ $
Reply
#35
(06-30-2021, 01:05 AM)Tim Curtis Wrote: Can you provide the file(s) and steps to repro the issue?

Code:
---
devices:
 adjust_period: 10
 capture:
   type: File
   channels: 2
   filename: /dev/stdin
   format: S32LE
 capture_samplerate: 0
 chunksize: 4096
 enable_rate_adjust: true
 enable_resampling: false
 playback:
   type: Alsa
   channels: 2
   device: hw:2,0
   format: S32LE
 queuelimit: 32
 resampler_type: BalancedAsync
 samplerate: 192000
 silence_threshold: 0
 silence_timeout: 0
 target_level: 0
filters:
 Lconv:
   parameters:
     filename: ../../../../home/pi/L_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 Rconv:
   parameters:
     filename: ../../../../home/pi/R_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 gainred:
   parameters:
     gain: -2
     inverted: false
     mute: false
   type: Gain
pipeline:
- channel: 0
 names:
 - gainred
 - Lconv
 type: Filter
- channel: 1
 names:
 - gainred
 - Rconv
 type: Filter
...
The Impulse file is too large but here is the beginning
* Impulse Response data saved by REW V5.20                              
* IR is not normalised                                                  
* IR window has not been applied                                        
* IR is not the min phase version                                      
* Source: Microphone (Umik-1  Gain: 18dB  ), MICROPHONE (Master Volume),
* Dated: Jan 25, 2021 11:13:13 AM                                      
* Measurement: speakers set digital out Jan 25                          
* Excitation: 512k Log Swept Sine, 1 sweep at -12.0 dBFS using an acoust
* Response measured over: 10.0 to 20,000.0 Hz                          
0.1121257991      // Peak value before normalisation
       11024       // Peak index
       22051  // Response length
0.0000226757  // Sample interval (seconds)
-0.2500113249       // Start time (seconds)
* Data start
-0.0000033564495
-0.000002893786
-0.0000030472875
-0.0000031913376
-0.0000033453098
-0.0000032243236
-0.0000026446
Reply
#36
(06-30-2021, 02:09 AM)uteroid Wrote:
(06-29-2021, 10:48 PM)Tim Curtis Wrote:
(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?

Thats odd. ETA: You should see the "Spotify Active" overlay screen.

Reboot and then post the Moode startup log and the in-place update log.

Code:
moodeutl -l

cat /var/local/www/update-r721.log

You might also try a hard Browser refresh or clear the Browser cache.


Here ya go!

Code:
pi@moode:~ $ moodeutl -l
20210629 220319 worker: -- Start
20210629 220319 worker: Successfully daemonized
20210629 220320 worker: Integrity check (passed)
20210629 220320 worker: File check (OK)
20210629 220321 worker: Session vacuumed
20210629 220321 worker: Session loaded
20210629 220321 worker: Debug logging (OFF)
20210629 220321 worker: -- Audio debug
20210629 220321 worker: ALSA cards: (0:sndallodigione | 1:empty | 2:empty | 3:empty
20210629 220321 worker: MPD config: (0:Allo DigiOne | mixer:(none) | card:0)
20210629 220321 worker: ALSA mixer actual (none)
20210629 220321 worker: ALSA volume (none)
20210629 220321 worker: -- System
20210629 220322 moode.php: MPD connect failed: cmd=(loadlib)
20210629 220323 moode.php: MPD connect failed: cmd=(lsinfo)
20210629 220325 worker: Host     (moode)
20210629 220325 worker: moOde    (7.3.0 2021-06-25)
20210629 220325 worker: RaspiOS  (10.6)
20210629 220325 worker: Kernel   (5.4.77-v7l+ #1371)
20210629 220325 worker: Platform (Pi-4B 1.2 4GB)
20210629 220325 worker: ARM arch (armv7l, 32-bit kernel)
20210629 220325 worker: MPD ver  (0.22.8_p0x3)
20210629 220325 worker: CPU gov  (ondemand)
20210629 220325 worker: USB boot not available
20210629 220325 worker: File system not expanded yet
20210629 220325 worker: HDMI port on
20210629 220325 worker: -- Network
20210629 220325 worker: eth0 exists
20210629 220325 worker: eth0 wait 0 for IP address
20210629 220328 worker: eth0 wait 1 for IP address
20210629 220352 worker: eth0 wait 2 for IP address
20210629 220355 worker: eth0 wait 3 for IP address
pi@moode:~ $ cat /var/local/www/update-r721.log
20210629 003528 updater: Begin 2021-06-25 update for moOde 7.2.1 2021-05-06
20210629 003528 updater: ** Version check
20210629 003528 updater: ** Step 1-4: Update SQL tables
20210629 003532 updater: ** Step 2-4: Update binaries
20210629 003532 updater: **  Upd 1-4: Install CamillaDSP 0.5.2, GUI 0.7.1, Bckend 0.7.1, Plot 0.5.3
20210629 003620 updater: **  Upd 2-4: Install libcurl3/MPD fix
20210629 003621 updater: **  Upd 3-4: Install librespot 0.2.0
20210629 003621 updater: **  Upd 4-4: Install MPD 0.22.8_p0x3
20210629 003621 updater: ** Step 3-4: Update moOde sources and configs
20210629 003621 updater: ** Step 4-4: Sync changes to disk
20210629 003623 updater: End 2021-06-25 update for moOde 7.2.1 2021-05-06
pi@moode:~ $

The Moode startup log just abruptly ends at the line below which suggests a broken image. I'd start with a fresh 7.3.0 image from moodeaudio.org.

20210629 220355 worker: eth0 wait 3 for IP address
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#37
(06-30-2021, 02:10 AM)Macdelf Wrote:
(06-30-2021, 01:05 AM)Tim Curtis Wrote: Can you provide the file(s) and steps to repro the issue?

Code:
---
devices:
 adjust_period: 10
 capture:
   type: File
   channels: 2
   filename: /dev/stdin
   format: S32LE
 capture_samplerate: 0
 chunksize: 4096
 enable_rate_adjust: true
 enable_resampling: false
 playback:
   type: Alsa
   channels: 2
   device: hw:2,0
   format: S32LE
 queuelimit: 32
 resampler_type: BalancedAsync
 samplerate: 192000
 silence_threshold: 0
 silence_timeout: 0
 target_level: 0
filters:
 Lconv:
   parameters:
     filename: ../../../../home/pi/L_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 Rconv:
   parameters:
     filename: ../../../../home/pi/R_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 gainred:
   parameters:
     gain: -2
     inverted: false
     mute: false
   type: Gain
pipeline:
- channel: 0
 names:
 - gainred
 - Lconv
 type: Filter
- channel: 1
 names:
 - gainred
 - Rconv
 type: Filter
...
The Impulse file is too large but here is the beginning
* Impulse Response data saved by REW V5.20                              
* IR is not normalised                                                  
* IR window has not been applied                                        
* IR is not the min phase version                                      
* Source: Microphone (Umik-1  Gain: 18dB  ), MICROPHONE (Master Volume),
* Dated: Jan 25, 2021 11:13:13 AM                                      
* Measurement: speakers set digital out Jan 25                          
* Excitation: 512k Log Swept Sine, 1 sweep at -12.0 dBFS using an acoust
* Response measured over: 10.0 to 20,000.0 Hz                          
0.1121257991      // Peak value before normalisation
       11024       // Peak index
       22051  // Response length
0.0000226757  // Sample interval (seconds)
-0.2500113249       // Start time (seconds)
* Data start
-0.0000033564495
-0.000002893786
-0.0000030472875
-0.0000031913376
-0.0000033453098
-0.0000032243236
-0.0000026446

Just PM a download link to the file to me and to @bitlab
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#38
(06-30-2021, 02:10 AM)Macdelf Wrote:
(06-30-2021, 01:05 AM)Tim Curtis Wrote: Can you provide the file(s) and steps to repro the issue?

Code:
---
devices:
 adjust_period: 10
 capture:
   type: File
   channels: 2
   filename: /dev/stdin
   format: S32LE
 capture_samplerate: 0
 chunksize: 4096
 enable_rate_adjust: true
 enable_resampling: false
 playback:
   type: Alsa
   channels: 2
   device: hw:2,0
   format: S32LE
 queuelimit: 32
 resampler_type: BalancedAsync
 samplerate: 192000
 silence_threshold: 0
 silence_timeout: 0
 target_level: 0
filters:
 Lconv:
   parameters:
     filename: ../../../../home/pi/L_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 Rconv:
   parameters:
     filename: ../../../../home/pi/R_impulse_$samplerate$_rew.txt
     format: TEXT
     read_bytes_lines: 0
     skip_bytes_lines: 15
     type: Raw
   type: Conv
 gainred:
   parameters:
     gain: -2
     inverted: false
     mute: false
   type: Gain
pipeline:
- channel: 0
 names:
 - gainred
 - Lconv
 type: Filter
- channel: 1
 names:
 - gainred
 - Rconv
 type: Filter
...
The Impulse file is too large but here is the beginning
* Impulse Response data saved by REW V5.20                              
* IR is not normalised                                                  
* IR window has not been applied                                        
* IR is not the min phase version                                      
* Source: Microphone (Umik-1  Gain: 18dB  ), MICROPHONE (Master Volume),
* Dated: Jan 25, 2021 11:13:13 AM                                      
* Measurement: speakers set digital out Jan 25                          
* Excitation: 512k Log Swept Sine, 1 sweep at -12.0 dBFS using an acoust
* Response measured over: 10.0 to 20,000.0 Hz                          
0.1121257991      // Peak value before normalisation
       11024       // Peak index
       22051  // Response length
0.0000226757  // Sample interval (seconds)
-0.2500113249       // Start time (seconds)
* Data start
-0.0000033564495
-0.000002893786
-0.0000030472875
-0.0000031913376
-0.0000033453098
-0.0000032243236
-0.0000026446
Is there a way to send very large files? I cannot seem to attach the .txt impulse file. BTW the REW header is not used it is there just so I can debug in REW. I geneated the function by measuring with REW and my own Fourier transform. When I run this it dous seem to give the correcet amplitude results with a frequency sweep. It is a symettric impulse response and should have linear phase. REW says it does too. The phase plot from the moode pipeline editor  bugs me and must be wrong.
Reply
#39
(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

This sounds 'defensive' rather than 'constructive'...

Here are Mozilla's notes about their Firefox Beta versions ( https://www.mozilla.org/en-GB/firefox/ch...ktop/#beta ):
[url=https://www.mozilla.org/en-GB/firefox/channel/desktop/#beta][/url]
<<  Beta is an unstable testing and development platform. By default, Beta sends data to Mozilla — and sometimes our partners — to help us handle problems and try ideas.   >>
Reply
#40
(06-30-2021, 05:58 AM)CallMeMike Wrote:
(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: 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

This sounds 'defensive' rather than 'constructive'...

Here are Mozilla's notes about their Firefox Beta versions ( https://www.mozilla.org/en-GB/firefox/ch...ktop/#beta ):
[url=https://www.mozilla.org/en-GB/firefox/channel/desktop/#beta][/url]
<<  Beta is an unstable testing and development platform. By default, Beta sends data to Mozilla — and sometimes our partners — to help us handle problems and try ideas.   >>

I have automatic updates turned off, stable 90 will be soon so I will test it and we'll see what happens.
Reply


Forum Jump: