Add song.ogg

This commit is contained in:
2024-08-22 22:46:57 -04:00
parent 08edd2503f
commit e8fda7b02e
2 changed files with 18 additions and 0 deletions

View File

@@ -17,6 +17,24 @@
// https://github.com/pulseaudio/pulseaudio/blob/master/src/pulse/simple.c
// https://habr.com/en/articles/663352/#linux-and-pulseaudio
/// An abstract class that defines the SoundSubsystem which will be used by the higher-level ReMixer API.
class SoundSubsystem
{
public:
protected:
private:
};
/// A PulseAudio implementation of the SoundSubsystem.
class PulseAudioSubsystem : public SoundSubsystem
{
};
/// The pa_system structure holds all the PulseAudio structures together
struct pa_system
{
pa_threaded_mainloop* mainloop;

BIN
song.ogg Normal file

Binary file not shown.