You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 28, 2022. It is now read-only.
i am working with audio data ,I want to compare the recorded audio file of any audio format (.wav, .mp3 ,aac etc ) with the input file used for playback and say if both are same ,do not want byte wise comparison (bytes will not be same as a windows player is used for playback and there could be processed data )but to say recorded quality is good and has same sound (noise and glitch free) ,How do i do that ?
i could play a .wav file and record it using loopback spekaer method .
Now i have two files ,one is input file used for playback and another one is recorded music file(of the played file) ,how do i say that recorded file is noise and glitch free and sound is same as input file used for playback
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i am working with audio data ,I want to compare the recorded audio file of any audio format (.wav, .mp3 ,aac etc ) with the input file used for playback and say if both are same ,do not want byte wise comparison (bytes will not be same as a windows player is used for playback and there could be processed data )but to say recorded quality is good and has same sound (noise and glitch free) ,How do i do that ?
i could play a .wav file and record it using loopback spekaer method .
Now i have two files ,one is input file used for playback and another one is recorded music file(of the played file) ,how do i say that recorded file is noise and glitch free and sound is same as input file used for playback
The text was updated successfully, but these errors were encountered: