Skip to content

Instantly share code, notes, and snippets.

@isaacabraham
Last active September 30, 2023 11:25
Show Gist options
  • Save isaacabraham/abc499625af63d798bcd to your computer and use it in GitHub Desktop.
Save isaacabraham/abc499625af63d798bcd to your computer and use it in GitHub Desktop.
FSXaml Converter
type ThingConverter() =
interface IValueConverter with
member x.Convert(value, _, _, _) = if (value.ToString()) = "Joe Bloggs" then (10. :> obj) else (20. :> obj)
member x.ConvertBack(_, _, _, _) = null
// This converter will always fail and just return 0.
type CustomThingConverter() =
inherit Converter<string, float>((fun value _ -> if value = "Joe Bloggs" then 10. else 20.), 0.)
@Archi12351
Copy link

Good evening, hint, do you know any converter to get the soundtrack from youtube (from the video on youtube)? Or maybe you have yours created).

@Mikle512
Copy link

This is a convenient and efficient online tool for converting videos to MP3 format. The website's https://getmp3.one/ interface is easy to use, providing a straightforward process for converting your desired videos into audio files. The resulting MP3s maintain great quality, allowing you to enjoy your favorite audio content wherever you go. Whether it's music videos or speeches, this platform makes it easy to extract the audio you need in a hassle-free manner.

Good evening, hint, do you know any converter to get the soundtrack from youtube (from the video on youtube)? Or maybe you have yours created).

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