Kodi Community Forum
Linux AudioEngine testers - Linux only - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: Linux AudioEngine testers - Linux only (/showthread.php?tid=128298)



RE: AudioEngine testers - Linux only - Salem - 2012-05-10

(2012-05-10, 00:26)DDDamian Wrote: AE was just officially merged with master Smile

Big Grin


RE: AudioEngine testers - Linux only - robo989 - 2012-05-10

(2012-05-09, 11:17)gnif Wrote: @robo989, what does "aplay -L show"? not "aplay -l"

I don't know how to get the text out of the SSH PuTTy client.

But I can say only "HDMI" is listed, about 30 times.


RE: AudioEngine testers - Linux only - Gryph - 2012-05-10

(2012-05-10, 00:26)DDDamian Wrote: AE was just officially merged with master Smile

Now that is just awesome news! Great work done by all!

Might checkout the master and test.

On saying that, having issues from 2bfba3d that it is not displaying TV episodes; episode table is being updated with the new episodes but only the show is displaying.

Movies are fine - Tested with both MySQL and internal DB - The log appears all fine, everything is being scanned in (having a little pastebin issue so can't attach the log here as yet)


Re: RE: AudioEngine testers - Linux only - gfdsa - 2012-05-10

(2012-05-10, 02:25)robo989 Wrote: I don't know how to get the text out of the SSH PuTTy client.

But I can say only "HDMI" is listed, about 30 times.

On windows just select the text in putty window with mouse and it is in the clipboard.
Otherwise you can do "aplay -l > aplayout.txt" which will put the output into aplayout.txt in current directory on xbmc that you can copy to windows and open with wordpad.




RE: AudioEngine testers - Linux only - ScotchTape - 2012-05-10

(2012-05-09, 20:56)joethefox Wrote: ok thanks again for availability! I could cover shipment costs if needed.

naa, packages below 2kg are ~15€ from germany to international destinations with DHL. Express / UPS will be far more expensive (60€ and up)



RE: AudioEngine testers - Linux only - wingrunr21 - 2012-05-10

Can anyone comment on PulseAudio working or not now that AE is in master?


RE: AudioEngine testers - Linux only - ScotchTape - 2012-05-10

(2012-05-10, 00:26)DDDamian Wrote: AE was just officially merged with master Smile

let's see when dushmaniac updates his PVR-Patches. XBMC-AE + PVR could be a perfect combination and able to replace my XBMC/VDR-Setup Big Grin



RE: AudioEngine testers - Linux only - wingrunr21 - 2012-05-10

I'm working on merging them now. Tongue


RE: AudioEngine testers - Linux only - joethefox - 2012-05-10

Congratulations! I think that AE for an audiophile is like the honey for the bees.


RE: AudioEngine testers - Linux only - spiff - 2012-05-10

@wingunr21; pulse is currently not supported.


RE: AudioEngine testers - Linux only - wingrunr21 - 2012-05-10

@spiff thanks

@everyone first post has been updated to reflect new status


RE: AudioEngine testers - Linux only - spiff - 2012-05-10

for those like me who are pained by the lack of pulse at your workstation;

./configure --enable-pulse now will give you a warty, yet working, version with pulse.


RE: AudioEngine testers - Linux only - luna_s - 2012-05-10

Just compiled using latest git, got no audio output

Under audio output , audio output settings and passthrough audio settings
I've only got one single choice (and appears to be the wrong one)
HDA Nvidia,HDMI 0 I think its supposed to be HDMI 1

(GT520)

Code:
aplay -l


**** List of PLAYBACK Hardware Devices ****
card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
  Subdevices: 0/1
  Subdevice #0: subdevice #0
card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

Code:
aplay -L
null
    Discard all samples (playback) or generate zero samples (capture)
hdmi:CARD=NVidia
    HDA NVidia, HDMI 0
    HDMI Audio Output

Code:
xbmc.log
17:51:54 T:3048625984    INFO: Enumerated ALSA devices:
17:51:54 T:3048625984    INFO:     Device 1
17:51:54 T:3048625984    INFO:         m_deviceName      : hdmi:CARD=NVidia,DEV=0
17:51:54 T:3048625984    INFO:         m_displayName     : HDA NVidia
17:51:54 T:3048625984    INFO:         m_displayNameExtra: HDMI 0
17:51:54 T:3048625984    INFO:         m_deviceType      : AE_DEVTYPE_HDMI
17:51:54 T:3048625984    INFO:         m_channels        : FL,FR,BL,BR,FC,LFE,SL,SR
17:51:54 T:3048625984    INFO:         m_sampleRates     : 32000,44100,48000,88200,96000,176400,192000
17:51:54 T:3048625984    INFO:         m_dataFormats     : AE_FMT_S32NE,AE_FMT_S16NE

any clues? I used to have to have custom settings which I believe were plughw:0,7

xbmc.log

xbmc.log


RE: AudioEngine testers - Linux only - furii - 2012-05-10

(2012-05-10, 18:32)luna_s Wrote: Just compiled using latest git, got no audio output

what version of the nvidia drivers? 295.xx didn't work for me, i had to fall back to 290.10.


RE: AudioEngine testers - Linux only - luna_s - 2012-05-10

I reverted back to 290.10 before compiling,
other weird thing is cpu1 is at 100% with this build, cpu0 is 5% ?