upsampling (universo LMS/Squeezelite/Squeezeplay)

Visualizzazione dei risultati da 1 a 10 su 874

Hybrid View

Messaggio precedente Messaggio precedente   Prossimo messaggio Prossimo messaggio
  1. #1
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Questo funziona...in LMS su windows...



    questo in voyage:

    codice:
    root@voyage:~# cat /proc/asound/card1/pcm0p/sub0/hw_params
    access: MMAP_INTERLEAVED
    format: S32_LE
    subformat: STD
    channels: 2
    rate: 192000 (192000/1)
    period_size: 6400
    buffer_size: 19200
    Perfetto, probabilmente funziona anche il precedente se lo rinomini, l'errore è stato mio, scusa.

    Quindi il problema si restringe a LMS su Win32. Tu non riesci ad attivare il local plugin su windows (dove hai il server), così da provarlo anche li?

    Comunque a rigor di logica dovrebbe andare anche in LMS uscendo in WAV.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  2. #2
    tebibyte
    Registrato
    Aug 2011
    Età
    51
    Messaggi
    2,928
    configurazione

    Predefinito

    Originariamente inviato da marcoc1712
    Comunque a rigor di logica dovrebbe andare anche in LMS uscendo in WAV.
    Ma comeeeeee????

    Perché devo attivare il local plugin...io ho anche sqeezelite su win...e anche li va....

  3. #3
    tebibyte
    Registrato
    Aug 2011
    Età
    51
    Messaggi
    2,928
    configurazione

    Predefinito

    Questo per i flac per adesso... (devo studiarmi ancora tutte le pagine dietro...e tutte le precisazioni di Paolo anche)

    codice:
    flc flc * *
                  # IRFT:{START=--skip=%t}U:{END=--until=%v}
                 [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] -q  -t wav - -t flac -e signed -C 0 -b 32 - rate -v -L -a -b 90.7 384000 dither -S
    Per gli mp3 come potrebbe essere?

  4. #4
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Questo per i flac per adesso... (devo studiarmi ancora tutte le pagine dietro...e tutte le precisazioni di Paolo anche)

    codice:
    flc flc * *
                  # IRFT:{START=--skip=%t}U:{END=--until=%v}
                 [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] -q  -t wav - -t flac -e signed -C 0 -b 32 - rate -v -L -a -b 90.7 384000 dither -S
    Per gli mp3 come potrebbe essere?
    Allora il comando qui sopra va bene per uscire in Flac, se - come mi pare di aver capito - vuoi provare ad uscire in pcm, il comando da dare è questo per evitare i glitch e poter cercare velocemente all'interno del file,


    codice:
    flc pcm * *
                  # IRFT:{START=--skip=%t}U:{END=--until=%v}
                  [flac] -dcs $START$ $END$ -- $FILE$  |  [sox] - V3 -t wav - -t wav -b 24 - gain -3 rate -v 192000
    oppure questo per usare solo SOX come consigliava Paolo, ma non so se funziona IRTF... bisogna provare:


    codice:
    flc pcm * *
                  # IRFT:{START=--skip=%t}U:{END=--until=%v}
                  [sox] - V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 192000

    per gli MP3... secondo me non devi fare upsampling, vero? VAi tranquillo con quello che c'è già.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  5. #5
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Ma comeeeeee????

    Perché devo attivare il local plugin...io ho anche sqeezelite su win...e anche li va....
    Scusa, non lo ricordavo e non lo avevo capito. Meglio così, quindi il problema si restringe a Win32.

    ps. il ma come? è una protesta o una richiesta di come metterlo in LMS, se il secondo, con l'ultimo comando postato da Paolo.

    Vado a cena poi torno, prova intanto.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  6. #6
    tebibyte
    Registrato
    Aug 2011
    Età
    51
    Messaggi
    2,928
    configurazione

    Predefinito

    Originariamente inviato da marcoc1712
    se il secondo, con l'ultimo comando postato da Paolo.
    Marco se ti riferisci a questi:
    codice:
    flc pcm * *
    	# IRFT:{START=--skip=%t}U:{END=--until=%v}
            [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    codice:
    flc wav * *
    	# IRFT:{START=--skip=%t}U:{END=--until=%v}
            [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    Non vanno non parte il play:

    codice:
    15-04-02 22:55:59.7146] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-04-02 22:55:59.7147] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-04-02 22:55:59.7147] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7148] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7149] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-04-02 22:55:59.7150] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-04-02 22:55:59.7151] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-04-02 22:55:59.7152] Slim::Player::TranscodingHelper::enabledFormat (217) There are 1 disabled formats...
    [15-04-02 22:55:59.7152] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-aif-*-*
    [15-04-02 22:55:59.7153] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-04-02 22:55:59.7154] Slim::Player::TranscodingHelper::checkBin (252)   Found command: # FT:{START=--skip=%t}U:{END=--until=%v}
    [15-04-02 22:55:59.7155] Slim::Player::TranscodingHelper::getConvertCommand2 (382) Rejecting # FT:{START=--skip=%t}U:{END=--until=%v} because required capability T not supported: 
    [15-04-02 22:55:59.7156] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7157] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7157] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
    [15-04-02 22:55:59.7158] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
    [15-04-02 22:55:59.7159] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
    [15-04-02 22:55:59.7160] Slim::Player::TranscodingHelper::enabledFormat (217) There are 1 disabled formats...
    [15-04-02 22:55:59.7161] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
    [15-04-02 22:55:59.7161] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-04-02 22:55:59.7162] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    [15-04-02 22:55:59.7163] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    [15-04-02 22:56:00.0009] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-04-02 22:56:05.0015] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-04-02 22:56:10.0014] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp

  7. #7
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Originariamente inviato da antonellocaroli
    Marco se ti riferisci a questi:
    codice:
    flc pcm * *
    	# IRFT:{START=--skip=%t}U:{END=--until=%v}
            [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    codice:
    flc wav * *
    	# IRFT:{START=--skip=%t}U:{END=--until=%v}
            [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    Non vanno non parte il play:

    codice:
    15-04-02 22:55:59.7146] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-flc-*-*
    [15-04-02 22:55:59.7147] Slim::Player::TranscodingHelper::enabledFormat (227) ** flc-flc-*-* Disabled **
    [15-04-02 22:55:59.7147] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7148] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7149] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-squeezelite-*
    [15-04-02 22:55:59.7150] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-aif-*-*
    [15-04-02 22:55:59.7151] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-aif-*-* is enabled
    [15-04-02 22:55:59.7152] Slim::Player::TranscodingHelper::enabledFormat (217) There are 1 disabled formats...
    [15-04-02 22:55:59.7152] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-aif-*-*
    [15-04-02 22:55:59.7153] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-04-02 22:55:59.7154] Slim::Player::TranscodingHelper::checkBin (252)   Found command: # FT:{START=--skip=%t}U:{END=--until=%v}
    [15-04-02 22:55:59.7155] Slim::Player::TranscodingHelper::getConvertCommand2 (382) Rejecting # FT:{START=--skip=%t}U:{END=--until=%v} because required capability T not supported: 
    [15-04-02 22:55:59.7156] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7157] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-50:e5:49:cc:b4:29
    [15-04-02 22:55:59.7157] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-squeezelite-*
    [15-04-02 22:55:59.7158] Slim::Player::TranscodingHelper::checkBin (242) Checking formats for: flc-pcm-*-*
    [15-04-02 22:55:59.7159] Slim::Player::TranscodingHelper::enabledFormat (209) Checking to see if flc-pcm-*-* is enabled
    [15-04-02 22:55:59.7160] Slim::Player::TranscodingHelper::enabledFormat (217) There are 1 disabled formats...
    [15-04-02 22:55:59.7161] Slim::Player::TranscodingHelper::enabledFormat (223) Testing flc-flc-*-* vs flc-pcm-*-*
    [15-04-02 22:55:59.7161] Slim::Player::TranscodingHelper::checkBin (250)    enabled
    [15-04-02 22:55:59.7162] Slim::Player::TranscodingHelper::checkBin (252)   Found command: [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    [15-04-02 22:55:59.7163] Slim::Player::TranscodingHelper::getConvertCommand2 (446) Matched: flc->pcm via: [sox] -V3 -t flac $FILE$ -t wav -b 24 - gain -3 rate -v 384000
    [15-04-02 22:56:00.0009] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-04-02 22:56:05.0015] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    [15-04-02 22:56:10.0014] Slim::Player::StreamingController::_eventAction (271) 50:e5:49:cc:b4:29: StatusHeartbeat in STOPPED-IDLE -> Slim::Player::StreamingController::_NoOp
    dicevi questo?

    Non ti hor isposto direttamete, ma ho risposto:

    flc wav * * NON FUNZIONA.

    flc pcm * * O questo o l'alternativa che ti ho dato.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

  8. #8
    pebibyte L'avatar di marcoc1712
    Registrato
    Jan 2013
    Messaggi
    5,254
    configurazione

    Predefinito

    Allora, capisco la fatica, ma non riesco fisicamente a seguirvi se non procediamo con ordine.

    direi che da quello che ho letto:

    1. Con l'upsampling di FLAC, WAV ed AIFF uscendo in FLAC secondo quanto al post #460 dovrebbe funzionare per tutti, se non funziona è molto probabile sia un problema di struttura dei file .conf, vi consiglio di ripartire da una situazione pulita.

    2. Con i files WAV funziona su tutte le piattaforme tranne win32 (la mia...).

    C'è qualcosa che mi sfugge rispetto a questa situazione?

    Vediamo di fare un passo per volta nella stessa direzione.
    Ciao, Marco.

    "Any intelligent fool can make things bigger, more complex, and more violent. It takes a touch of genius -- and a lot of courage -- to move in the opposite direction."
    — E. F. Schumacher (mis-attributed to A. Einstein)
    ________________________________________________________________________________
    Autore della patch R2 per Squeezelite e del plugin C-3PO. note libere
    Logitech media Server 7.9 > miniPc + squeezelite-R2 / SB+ > "Lu Scalmentu" NOS R2R DAC by TubeOne/ AudioResearch DAC 1-20 >
    Klimo Merlino Gold TPS > DIS Interconnect > Kent Gold > Reference > Monitor Audio Studio 20 SE

Informazioni Thread

Users Browsing this Thread

Ci sono attualmente 1 utenti che stanno visualizzando questa discussione. (0 utenti e 1 ospiti)

Regole d'invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
nexthardware.com - © 2002-2022