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
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.
- Visual Studio 2022
- Windows 10 SDK (10.0.19041.0)
- Clone the repository
- Open the project in Visual Studio
- Build the project
- Run the project
- 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 amp3
file
- 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.
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.
Author: Scott Grivner
Email: scott.grivner@gmail.com
Website: scottgrivner.dev
Reference: Main Branch