JupiterBroadcasting / CasterSoundboard

A soundboard for hot-keying and playing back sounds. (For podcasting)
GNU Lesser General Public License v3.0
144 stars 17 forks source link

.aif support #54

Open rikai opened 7 years ago

rikai commented 7 years ago

Seems like .aif is not currently supported, is that easily addable?

flexiondotorg commented 7 years ago

Supported in the snap ;-)

The other builds will need to include the appropriate GStreamer plugins, aiff is in the "bad" plugins.

ghost commented 7 years ago

The player checks the audio file suffix, see L718. Even if you have the correct GStreamer plugin installed, it will not play.

rikai commented 7 years ago

It might be worth considering removing the hard coded list and trying to support as many formats as the available codecs allow and doing some sort of failure detection instead.

covarianttensor commented 6 years ago

Coded hard list will be removed in next version of app. New version will be here in about . month from now.