Sounds, Xamarin

Working with audio recorder using Xamarin Forms

Very often we use applications that play sounds and allow us to trigger some actions like start, stop, random and some others… but what happen if we want to record the audio that we will manipulate? It’s easy! In this post I will teach how to do  this with Plugin.AudioRecorder.   We will follow these steps: Adding the Plugin.AudioRecorder Previous configuration Recording…

Continue Reading

Sounds, Xamarin

Let’s learn about Text to Speech

Sometimes we need to create an application that transform our written text to speech… But why?.. Because this makes it more intuitive and dynamic also provides better usability and can help people with visual disabilities. What is TextToSpeech Plugin? Its a plugin that let us make the text to speech. Its supported on Xamarin Android, Xamarin.iOS, Xamarin.tvOS, Xamarin.macOS and Xamarin.Forms projects…

Continue Reading

Sounds, Xamarin

Playing sounds in Xamarin Forms

When we are creating a mobile application we want it to be friendly and intuitive. This is why it is so important to add some sounds to differentiate each action and warn the users using the Application. I’ll teach you how to do this in just three steps. First of all.. What do I need? Add from NuGet Package the plugin: Xam.Plugin.SimpleAudioPlayer Let’s…

Continue Reading