Skip to content

A simple Audio Recorder and Playback application written in C# using Visual Studio and the Universal Windows Platform (UWP) framework.

License

Notifications You must be signed in to change notification settings

scottgriv/uwp-audio_recorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C# Badge .NET Badge VS Badge
GitHub Badge Email Badge BuyMeACoffee Badge
Silver


🎙️ UWP C# Audio Recorder Application 🔊

A simple Audio Recorder and Playback application written in C# using Visual Studio and the Universal Windows Platform (UWP) framework.

  • Under the Record tab:
    • Record audio
  • Under the Archive tab:
    • Playback audio
    • Delete audio
    • Export audio to a mp3 file

Application Preview

Table of Contents

What is the Universal Windows Platform (UWP)?

The Universal Windows Platform (UWP) is a platform-homogeneous application architecture created by Microsoft and first introduced in Windows 10. The purpose of this software platform is to help develop Metro-style apps that run on both Windows 10 and Windows 10 Mobile without the need to be re-written for each. It supports Windows app development using C++, C#, VB.NET, and XAML. Developers can build UWP apps that exclusively use UWP controls and APIs, or they can use UWP controls and APIs in desktop apps that are built using one of the supported Windows app frameworks.


What is the Universal Windows Platform (UWP)?

Getting Started

Requirements

  • Visual Studio 2022
  • Windows 10 SDK (10.0.19041.0)

Installation

  1. Clone the repository
  2. Open the project in Visual Studio
  3. Build the project
  4. Run the project

Usage

  • Click the Record button to start recording audio
  • Click the Stop button to stop recording audio
  • Click the Play button to play the recorded audio
  • Click the Delete button to delete the recorded audio
  • Click the Export button to export the recorded audio to a mp3 file

Resources

  • C# Documentation - C# is a simple, modern, object-oriented, and type-safe programming language (used to develop the application).
  • Universal Windows Platform (UWP) documentation - The Universal Windows Platform (UWP) is a platform-homogeneous application architecture created by Microsoft and first introduced in Windows 10.
  • Visual Studio Documentation - Visual Studio is an integrated development environment (IDE) from Microsoft. It is used to develop computer programs, as well as websites, web apps, web services and mobile apps.

License

This project is released under the terms of the MIT License, which permits use, modification, and distribution of the code, subject to the conditions outlined in the license.

  • The MIT License provides certain freedoms while preserving rights of attribution to the original creators.
  • For more details, see the LICENSE file in this repository. in this repository.

Credits

Author: Scott Grivner
Email: [email protected]
Website: scottgrivner.dev
Reference: Main Branch


About

A simple Audio Recorder and Playback application written in C# using Visual Studio and the Universal Windows Platform (UWP) framework.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages