Skip to content

Add audio renderer via ALSA#326

Open
whitegl0w wants to merge 3 commits intoFD-:masterfrom
whitegl0w:master
Open

Add audio renderer via ALSA#326
whitegl0w wants to merge 3 commits intoFD-:masterfrom
whitegl0w:master

Conversation

@whitegl0w
Copy link

Add new audio renderer that uses fdk-aac for decoding and ALSA for rendering

set( RENDERER_FLAGS "${RENDERER_FLAGS} -DHAS_RPI_RENDERER" )
set( RENDERER_SOURCES ${RENDERER_SOURCES} audio_renderer_rpi.c video_renderer_rpi.c )
set( RENDERER_LINK_LIBS ${RENDERER_LINK_LIBS} ilclient airplay fdk-aac h264-bitstream )
# set( RENDERER_LINK_LIBS ${RENDERER_LINK_LIBS} ilclient airplay fdk-aac h264-bitstream )
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove the commented-out line?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Removed extra lines in the last commit

@FD-
Copy link
Owner

FD- commented Mar 12, 2022

Thank you very much for your contribution! I found some small issues with code style. Please excuse my nitpicking! Once these minor things are corrected, we'll gladly merge this in! Anything I overlooked @pallas ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants