Search Results

Search: Posts Made By: NICEPeppino
9,308
Posted By Corona688
I think I had a breakthrough when I stopped...
I think I had a breakthrough when I stopped trying to decode it into linear PCM and let it output a-law or u-law... If you zoom in in Audacity, it looks like audio now -- rational stops and starts,...
9,308
Posted By Corona688
I've found code for an early version of g.723...
I've found code for an early version of g.723 with a patch for 16-kbit data rates. This could be what ADPCM16 means -- the unformalized version before it became G726... Also seen references to...
9,308
Posted By Corona688
It might be G.727, which is a minor variation on...
It might be G.727, which is a minor variation on G.726
9,308
Posted By Corona688
It must be the wrong codec... The manual for...
It must be the wrong codec... The manual for that program doesn't even mention the 24 kilobit codec.
9,308
Posted By Corona688
I don't really know. I'm not 100% certain this...
I don't really know. I'm not 100% certain this is even the right protocol yet. G.722 is also possible, [edit] or G.722.1, which has a 16-kilobit version -- or maybe something I haven't found yet. ...
9,308
Posted By Corona688
This gets me something: cat ~/input.raw | ...
This gets me something:

cat ~/input.raw |
./decode-g72x -3 -R -l |
sox -r 8000 -b 16 -c 1 -e signed-integer -t raw - -t wav ~/input.wav

It sounds like a badly tuned radio,...
9,308
Posted By Corona688
ffmpeg supports g.726 but it requires a header --...
ffmpeg supports g.726 but it requires a header -- raw won't do. So that's no help.

Someone wrote a headerless g.72x to WAV converter:
...
9,308
Posted By Corona688
Thank you. They may use AUD or NMF. ...
Thank you.

They may use AUD or NMF.

NICE has published a media player (http://www.nice-media-player-aud-nmf-player.com-about.com/) for these proprietary formats.
9,308
Posted By Corona688
The encoded audio data probably doesn't need...
The encoded audio data probably doesn't need byte-swapping, that's generally the codec's job. I can't tell much else without seeing it, which doesn't seem likely to happen, confidential and all that...
9,308
Posted By wisecracker
Hi... I trust the Moderators will allow...
Hi...

I trust the Moderators will allow this...

I can't really answer your question definitively but a few pointers.

I was once told your best test gear is ears, eyes, nose, and throat so......
9,308
Posted By wisecracker
Looking at your original post how do you get...
Looking at your original post how do you get this???
//Hex Not. // Little-Endian unsigned int 32
10 00 00 00 // 84 (Ref Number)
54 00 00 00 // 70185301 (Ref Number)
55 F1 2E 04 ...
9,308
Posted By wisecracker
I am not sure why you are using "cat" when...
I am not sure why you are using "cat" when strings strips all human readable text as standard:-

strings /full/path/to/your/filename > /your/wanted/path/to/filename.txt

EDIT:-
Example:-...
Showing results 1 to 12 of 12

 
All times are GMT -4. The time now is 06:11 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy