Skip to content

kindlychung/pulse_audio_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example of playing an audio file using libpulse

Branches:

  • master: read audio file and play it.
  • use_data_obj: the same audio file is converted to a ELF object file, and thus embeded into the binary executable.

Build & Run:

On the master branch:

./make.sh && ./a.out ~/bell.wav

On the use_data_obj branch:

./make.sh && ./a.out

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published