How to open .RAW file to see it's content except AUDACITY - audio

I have converted one mp3 file to .RAW format using audacity and now i want to open it to see it's binary content.
When i opened it with notepad++... NUL.... symbols almost killed me...
If somebody knows some editor for .RAW format file shall be highly helpful.
Thanks in advance.

just to answer my own question... hex editor is the tool

Related

how to make decrypt(human readble file) to mongodb.log.gz

I want to see the log file of MongoDB I have downloaded from MongoDB but when I opening I can see something encrypting text there so I am not able to understand.
please tell me how I make it readable or if I am doing anything wrong please make me correct
I think .gz is a Linux compressed file that you are trying to open in Notepad.
Convert your file to .zip using for example https://convertio.co, and try to open it.
Maybe you will see the right file?

How to convert proprietary audio file with 16kbit/s

has anyone an idea how to convert this 16kbit/s (maybe) proprietary audio file, back to a standard wave file?
The header strings only tell "PPCM_16" but I don't think it's a packed PCM.
The file format must be about 10 - 25 years old.
The file (it's a .bin format): https://ufile.io/wh6bc
Thank you!
try on the command line:
sox yourfile.bin newfile.wav
and see how it goes

Detect encoding text file by VBA

I am working with VBA/excels, reading text file.
I do not know how to detect encoding of file(unicode, SHIFT-JIS)
Please guide me about this problem?

Want to save Audio word in text file

I searched and found that it is possible to save audio word in a text file from a recorded audio file. Also found few softwares are available for this.
But don't get any algorithm or solution which is applicable for saving recognized audio word from live audio into a text file.
is there any expert or researcher who can help me to solve this problem?
Advance thanks to all expert.
What's your environment? Nowadays it could be possible online too!
Take a look here at Google Dev

how to convert downloaded video file to text file

I have downloaded many video files and it should be converted to text files. Can anybody please help me out to convert a video file into a text? This is very important for my project.. Please suggest the answers soon as possible..
Thanks in advance
Generally i recommend convert file to Base64. On linux You can use base64 command line tool to convert binary file to text representation.
base64 file.avi > file.txt
To decode from text file:
base64 -d file.txt > file.avi
If it's a youtube video then you can just go to more next to save and click open transcript. I found it pretty easy. Then you can copy and paste it into a text file.

Resources