Saltar al contenido

¿Existe un reproductor iso SACD que funcione para Ubuntu?

Solución:

Los reproductores de audio que se encuentran en los repositorios (VLC, Totem entre otros) no reproducen DSD de forma nativa.

DeaDBeeF reproduce DSD64 y DSD128 a través de ffmeg. De un comentario en un tema de lanzamiento:

waker Owner Maxim • hace 4 años

dsd es compatible, sorta. debe usar el complemento ffmpeg, vinculado con la versión del sistema de ffmpeg, que tiene compilado el soporte DSD. entonces todo lo que necesita es incluir la extensión de archivo necesaria en la lista de extensiones de archivos del complemento ffmpeg.

MPD tiene un complemento SACD. Pero los archivos DSD deben extraerse de la imagen SACD. Desafortunadamente, la imagen SACD no se puede cargar directamente en mpd.

Recomiendo usar sacd de: https://github.com/Sound-Linux-More/sacd.

Instálelo a través de:

git clone https://github.com/Sound-Linux-More/sacd
cd sacd
make

Luego utilícelo como se documenta a través de su ayuda incorporada, es decir ./sacd --help:

Usage: sacd -i infile [-o outdir] [options]

  -i, --infile         : Specify the input file (*.iso, *.dsf, *.dff)
  -o, --outdir         : The folder to write the WAVE files to. If you omit
                         this, the files will be placed in the input file's
                         directory
  -c, --stdout         : Stdout output (for pipe), sample:
                         sacd -i file.dsf -c | play -
  -r, --rate           : The output samplerate.
                         Valid rates are: 88200, 96000, 176400 and 192000.
                         If you omit this, 88.2KHz will be used.
  -s, --stereo         : Only extract the 2-channel area if it exists.
                         If you omit this, the multichannel area will have priority.
  -p, --progress       : Display progress to new lines. Use this if you intend
                         to parse the output through a script. This option only
                         lists either one progress percentage per line, or one
                         status/error message.
  -d, --details        : Show detailed information about the input
  -h, --help           : Show this help message


¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)



Utiliza Nuestro Buscador

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *