Skip to content

Gabee8/SoundRecorder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SoundRecorder

Version License

Simple Windows soundrecorder program written C# by Visual Studio 2010

The recorder is saving in MP3 format file. I use and NAudio license by. The program include the two languages (Hungarian/English) in the Languages folder. The your language modification is free.

Supported Windows: Windows 7 SP1 or newer.
Edit your language:

Language path: bin\debug\Languages or application root folder\Languages.

Create mylanguage.xaml file example:

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
                    xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:system="clr-namespace:System;assembly=mscorlib">

    <system:String x:Key="mainTitle">Soundrecoder</system:String>
    <system:String x:Key="rec">Record</system:String>
.....
</ResourceDictionary>

About

Simple Windows soundrecorder program

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages