Most music is recorded in 440Hz. Many people claim that 432Hz resonates more with the heart whereas 440Hz resonates more with the brain, and that 432Hz music feels better. Try it yourself. Play a music in 440Hz and in 432Hz, and see which one you prefer. Most people choose the 432Hz version, and it's hard to go back to 440Hz.

This application re-encodes your audio files while shifting the pitch to 432Hz. It uses a very high-quality pitch-shifting algorithm.

Supports Windows (Win 7 SP1 or later) and Linux (all distros).

Installation instructions
https://github.com/mysteryx93/HanumanInstituteApps/wiki/432hz-Batch-Converter

From Etienne Charland aka Hanuman, by a lightworker in his free time.
https://www.spiritualselftransformation.com/

Features

  • Cross-platform (Windows/Linux/MacOS)
  • High-quality pitch-shifting
  • Batch Processing

Project Samples

Project Activity

See All Activity >

Categories

Audio Conversion

License

MIT License

Follow 432Hz Batch Converter

432Hz Batch Converter Web Site

You Might Also Like
Payroll Services for Small Businesses | QuickBooks Icon
Payroll Services for Small Businesses | QuickBooks

Save 50% off for 3 months with QuickBooks Payroll when you Buy Now

Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
Learn More
Rate This Project
Login To Rate This Project

User Ratings

★★★★★
★★★★
★★★
★★
3
0
1
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5

User Reviews

  • PERFECT! Except, when exporting, change the bitrate to "CBR" instead of "VBR" because VBR wasn't able to hit 320 kbps, but CBR was. You should have it be CBR by default Edit: I didn't realise you could toggle between VBR and CBR, maybe just make this clear. Edit 2: Also would be great if I could drag and drop to add files :)
  • i get this System.Text.Json.JsonException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. Path: $ | LineNumber: 0 | BytePositionInLine: 0. ---> System.Text.Json.JsonReaderException: The input does not contain any JSON tokens. Expected the input to start with a valid JSON token, when isFinalBlock is true. LineNumber: 0 | BytePositionInLine: 0. at System.Text.Json.ThrowHelper.ThrowJsonReaderException(Utf8JsonReader&, ExceptionResource, Byte , ReadOnlySpan`1 ) at System.Text.Json.Utf8JsonReader.Read() at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) --- End of inner exception stack trace --- at System.Text.Json.ThrowHelper.ReThrowWithPath(ReadStack& , JsonReaderException) at System.Text.Json.Serialization.JsonConverter`1.ReadCore(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) at System.Text.Json.Serialization.JsonConverter`1.ReadCoreAsObject(Utf8JsonReader&, JsonSerializerOptions, ReadStack& ) at System.Text.Json.JsonSerializer.ReadCore[TValue](Utf8JsonReader&, JsonTypeInfo, ReadStack& ) at System.Text.Json.JsonSerializer.ContinueDeserialize[TValue](ReadBufferState&, JsonReaderState&, ReadStack&, JsonTypeInfo) at System.Text.Json.JsonSerializer.ReadFromStream[TValue](Stream, JsonTypeInfo) at System.Text.Json.JsonSerializer.Deserialize(Stream, Type, JsonSerializerOptions ) at HanumanInstitute.Services.SerializationService.DeserializeFromFile[T](String, IJsonTypeInfoResolver ) at HanumanInstitute.Services.SettingsProviderBase`1.Load(String) at HanumanInstitute.Converter432Hz.Business.AppSettingsProvider.Load() at HanumanInstitute.Converter432Hz.Business.AppSettingsProvider..ctor(ISerializationService, IAppPathService, IFileSystemService, IEnvironmentService, IJsonTypeInfoResolver ) at Splat.SplatRegistrations.<>c__DisplayClass14_0.<SetupIOCInternal>b__9() at System.Lazy`1.ViaFactory(LazyThreadSafetyMode) at System.Lazy`1.ExecutionAndPublication(LazyHelper, Boolean) at System.Lazy`1.CreateValue() at System.Lazy`1.get_Value() at Splat.SplatRegistrations.<>c__DisplayClass14_2.<SetupIOCInternal>b__11() at Splat.ModernDependencyResolver.<>c__DisplayClass6_0.<Register>b__0() at Splat.ModernDependencyResolver.GetService(Type, String ) at Splat.DependencyResolverMixins.GetService[T](IReadonlyDependencyResolver , String ) at HanumanInstitute.Converter432Hz.ViewModelLocator.<>c.<.cctor>b__0_5() at Splat.DependencyResolverMixins.<>c__DisplayClass4_0`1.<Register>b__0() at Splat.ModernDependencyResolver.<>c__DisplayClass6_0.<Register>b__0() at Splat.ModernDependencyResolver.GetService(Type, String ) at Splat.DependencyResolverMixins.GetService[T](IReadonlyDependencyResolver , String ) at HanumanInstitute.Converter432Hz.ViewModelLocator.get_SettingsProvider() at HanumanInstitute.Converter432Hz.Program.<>c.<Main>b__0_0() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.<>c.<.cctor>b__273_0(Object) at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread, ExecutionContext, ContextCallback, Object) --- End of stack trace from previous location --- at System.Threading.ExecutionContext.RunFromThreadPoolDispatchLoop(Thread, ExecutionContext, ContextCallback, Object) at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task&, Thread ) --- End of stack trace from previous location --- at HanumanInstitute.Apps.CommonApplication`1.OnFrameworkInitializationCompleted() at System.Threading.Tasks.Task.<>c.<ThrowAsync>b__128_0(Object) at Avalonia.Threading.SendOrPostCallbackDispatcherOperation.InvokeCore() at Avalonia.Threading.DispatcherOperation.Execute() at Avalonia.Threading.Dispatcher.ExecuteJob(DispatcherOperation) at Avalonia.Threading.Dispatcher.ExecuteJobsCore() at Avalonia.Threading.Dispatcher.Signaled() at Avalonia.Win32.Win32DispatcherImpl.DispatchWorkItem() at Avalonia.Win32.Win32Platform.WndProc(IntPtr, UInt32, IntPtr, IntPtr) at Avalonia.Win32.Interop.UnmanagedMethods.DispatchMessage(MSG&) at Avalonia.Win32.Win32DispatcherImpl.RunLoop(CancellationToken) at Avalonia.Threading.DispatcherFrame.RunCore(IControlledDispatcherImpl) at Avalonia.Threading.DispatcherFrame.Run(IControlledDispatcherImpl) at Avalonia.Threading.Dispatcher.PushFrame(DispatcherFrame) at Avalonia.Threading.Dispatcher.MainLoop(CancellationToken) at Avalonia.Controls.ApplicationLifetimes.ClassicDesktopStyleApplicationLifetime.Start(String[]) at Avalonia.ClassicDesktopStyleApplicationLifetimeExtensions.StartWithClassicDesktopLifetime(AppBuilder, String[], ShutdownMode ) at HanumanInstitute.Apps.AppStarter.Start[TApp](String[], Func`1, Func`1 ) can you help me fix?
    Reply from 432Hz Batch Converter
    Posted 2024-06-11
    please report technical issues on GitHub https://github.com/mysteryx93/HanumanInstituteApps/issues
  • its work like charm.. easy to install and using.
  • I used to convert a 14 song album in .flac from 440hz to 432hz in .flac. It converted super fast in batch. Audactity was tedious. When I'm able, I'll throw mysteryxx some value.
Read more reviews >

Additional Project Details

Operating Systems

Linux, Windows

Intended Audience

End Users/Desktop

Programming Language

C#

Related Categories

C# Audio Conversion Software

Registered

2022-06-12