GNOME Bugzilla – Bug 736882
Element Example: Volume
Last modified: 2014-11-08 14:03:12 UTC
Created attachment 286476 [details] volume element I am adding a simple Element written in C# here to serve as an example. The element applies a volume to a S16LE 2 channel audio stream. I made some modifications to gst-sharp to make somethings possible and fix some issues. See: https://bugzilla.gnome.org/show_bug.cgi?id=736843 https://bugzilla.gnome.org/show_bug.cgi?id=736852 https://bugzilla.gnome.org/show_bug.cgi?id=736857 https://bugzilla.gnome.org/show_bug.cgi?id=736867
Thanks for the example! I applied it in master and added it to the makefile. Also removed the dependency on System.Threading.Tasks to make it compile with dmcs.