search for: enoguht

Displaying 5 results from an estimated 5 matches for "enoguht".

Did you mean: enoguh
2016 Aug 26
3
Using opus on ATMEL 32-bit RISC microcontroller
...the encoder side (and only for voice). My application have to acquire a 16bit 8KHz PCM stream and save a compressed audio into a flash. (And here I have another little question... My flash size is 8Mb only and I have to be able to store in it 8 hours of voice, do you think opus shrink the stream enoguht?) > If you know that > you're always going to be encoding in SILK mode, or always in CELT-only > mode, then you can remove the encoder part you don't need. Ok, I think this is my case (if I'm not wrong) so, which you suggest to use? > Other than that, there's a --d...
2016 Aug 26
2
Using opus on ATMEL 32-bit RISC microcontroller
...ash. > > Sounds like a job for SILK-only mode. In which case you can strip away > all of CELT. > > > (And here I have another little question... > > My flash size is 8Mb only and I have to be able to store in it 8 hours > > of voice, do you think opus shrink the stream enoguht?) > > This is going to be a problem. Assuming you mean 8 mega*byte* (and not 8 > megabit), that's still only 2 kilobit/second. Opus pretty much requires > 8 kb/s, so 4 times what you have. The only codec I know that can do 2 > kb/s with reasonable quality is codec2, and the imple...
2016 Aug 26
0
Using opus on ATMEL 32-bit RISC microcontroller
...a > compressed audio into a flash. Sounds like a job for SILK-only mode. In which case you can strip away all of CELT. > (And here I have another little question... > My flash size is 8Mb only and I have to be able to store in it 8 hours > of voice, do you think opus shrink the stream enoguht?) This is going to be a problem. Assuming you mean 8 mega*byte* (and not 8 megabit), that's still only 2 kilobit/second. Opus pretty much requires 8 kb/s, so 4 times what you have. The only codec I know that can do 2 kb/s with reasonable quality is codec2, and the implementation is floating po...
2016 Aug 26
0
Using opus on ATMEL 32-bit RISC microcontroller
...SILK-only mode. In which case you can strip >> away >> all of CELT. >> >>> (And here I have another little question... >>> My flash size is 8Mb only and I have to be able to store in it 8 >> hours >>> of voice, do you think opus shrink the stream enoguht?) >> >> This is going to be a problem. Assuming you mean 8 mega*byte* (and >> not 8 >> megabit), that's still only 2 kilobit/second. Opus pretty much >> requires >> 8 kb/s, so 4 times what you have. The only codec I know that can do >> 2 >> kb/s...
2016 Aug 26
2
Using opus on ATMEL 32-bit RISC microcontroller
Hi, First of all, I'm quite new to opus. I'm trying to use fixed point opus on an ATMEL AT32UC3B0512. I added the opus source into mine sw tree, I trim off code I don't use (eg. arm, x86 folders) It compiles, but the generated image is too big to fit in the flash. Have I any way to reduce the source footprint? (Eg. throw away unecessary files, if there are any..) Thanks, Daniele.