Search found 1311 matches

by Henrik
Mon 2012-11-19 12:29
Forum: Slave Decoder Applications
Topic: vs1003 with 192 bitrate problem
Replies: 1
Views: 2616

Re: vs1003 with 192 bitrate problem

Your quote is not from the VS1003 datasheet, but from the VS1053 datasheet.

Nevertheless, both VS1003 and VS1053 have similar stream buffers (and also VS1011 and VS1063):
- The stream buffer is a 2048-byte FIFO.
- If >= 32 bytes are free (FIFO has 2016 bytes or less data), DREQ is high. It is now ...
by Henrik
Mon 2012-11-19 12:03
Forum: Microcontroller Software
Topic: VS1053B Ogg Vorbis noise at 44K2Q0-5 plugin
Replies: 3
Views: 3865

Re: VS1053B Ogg Vorbis noise at 44K2Q0-5 plugin

Dear Stefano,

For the decoder side sample counter, use the VS1053B Patches package (with or without the FLAC decoder), and see Chapter 1.3, Sample Counter , of that document. As explained in that chapter, all you need to do is to read a 32-bit value with your microcontroller from a certain address ...
by Henrik
Fri 2012-11-16 13:36
Forum: DSP and Audio Software
Topic: OPUS-Celt Codec for VS1063 and VS1005 ???
Replies: 5
Views: 10805

Re: OPUS-Celt Codec for VS1063 and VS1005 ???

ottinger wrote:I am wondering if somebody is working on an OPUS-Celt (ENCODER) codec for the VLSI-AudioDSP.
Thanks for the suggestion! Currently we are not working on the OPUS-Celt codec, but I'll keep an eye on that.

Kind regards,
- Henrik
by Henrik
Fri 2012-11-16 13:32
Forum: System Software
Topic: Dual mono VS1000
Replies: 1
Views: 2889

Re: Dual mono VS1000

Unfortunately we don't have application code for VS1000 that would allow you to play two independent mono files simultaneously on a VS1000.

Kind regards,
- Henrik
by Henrik
Fri 2012-11-16 12:41
Forum: System Software
Topic: ReplayGain / Vorbisgain on VS1000
Replies: 3
Views: 4765

Re: ReplayGain / Vorbisgain on VS1000

Hello Steven,

I have not noticed the issue you mention with VS1000 ReplayGain tags. However, it just might be related to how Album Gain and Track Gain are recorded. Sorry that this reply is a bit long, but this is slightly complex.

If available, VS1000 will always use Album Gain. If that value is ...
by Henrik
Fri 2012-11-16 10:01
Forum: Microcontroller Software
Topic: vs1063a Patch Application Question
Replies: 2
Views: 2837

Re: vs1063a Patch Application Question

Dear Ken,

to me what you have quoted looks all right.

Don't worry about the 32-bit instruction memory. Instruction memory writes have been divided into two 16-bit writes so that all operations look the same.

One question that comes to mind is that are you sure your SCI write operations in ...
by Henrik
Fri 2012-11-16 9:40
Forum: Microcontroller Software
Topic: VS1053B Ogg Vorbis noise at 44K2Q0-5 plugin
Replies: 3
Views: 3865

Re: How to stream VS1053B Ogg Vorbis data

Dear Stefano Isella,

I think I know the reason for your problem.

First of all: congratulations! You are already really close to a fully working streaming system using two VS1053b's! If what I suspect is right, you need just to make a few extra steps to get the perfect streamer!

So, here it is ...
by Henrik
Fri 2012-11-16 9:05
Forum: Microcontroller Software
Topic: VS1063a MP3 encoding
Replies: 1
Views: 2065

Re: VS1063a MP3 encoding

Dear BardenDK,

let's see if we can solve your issue.

First one question: have you loaded the VS1063a Patches package before activating recording?
http://www.vlsi.fi/en/support/software/vs10xxpatches.html

You seem to set up your registers properly for max 12 dB autogain operation.

You are right ...
by Henrik
Fri 2012-11-16 8:47
Forum: Slave Decoder Applications
Topic: the frequency response of vs1053/vs1063
Replies: 5
Views: 5812

Re: the frequency response of vs1053/vs1063

it maybe diffcult to make the frequency response reach 20khz when mp3/ogg encoding,but can we develop a patch to make frequency response reach 20khz?without considering the sound quality!for example,using the lowest bitrate to achieve 20 KHZ,

Theoretically this is possible for even low bitrates ...
by Henrik
Fri 2012-11-09 16:18
Forum: Slave Decoder Applications
Topic: how to use VS1063'i2s
Replies: 5
Views: 4539

Re: How to use VS1063's I2S

This Wednesday we have updated the VS1063 Datasheet so that it better explains how to activate I2S.
For details, please read Chapter 10.13, I2S Output from the datasheet, available at http://www.vlsi.fi/fileadmin/datasheets ... 1063ds.pdf .

Kind regards,
- Henrik