Search found 7 matches

by jacksl528
Sat 2024-08-31 14:58
Forum: DSP and Audio Software
Topic: My VS1063 player project has encountered a new issue. Request assistance
Replies: 3
Views: 252

Re: My VS1063 player project has encountered a new issue. Request assistance

What is the format of the WAV? What is the samplerate, sample size, and number of channels? 4233kbps suggests 24-bit 2-channel 88200Hz (rates over 48000Hz are not supported by vs1063a -- 88.2k probably plays at 22.7kHz), or 24-bit 4-channel 44100Hz (only up to 2 channels is supported by vs1063a, th...
by jacksl528
Sat 2024-08-31 14:57
Forum: DSP and Audio Software
Topic: My VS1063 player project has encountered a new issue. Request assistance
Replies: 3
Views: 252

Re: My VS1063 player project has encountered a new issue. Request assistance

Thank you for your reply!
That means this type of audio file is not supported.
by jacksl528
Thu 2024-08-29 20:02
Forum: DSP and Audio Software
Topic: My VS1063 player project has encountered a new issue. Request assistance
Replies: 3
Views: 252

My VS1063 player project has encountered a new issue. Request assistance

At present, I have solved 90% of various difficulties,
But just now I encountered a new problem, I don't know what caused it.
My VS1063 player can correctly decode and play 1411kbps WAV audio, but cannot play higher bitrate audio files, such as 4233kbps WAV, which will stop at the starting position
by jacksl528
Fri 2024-06-07 14:41
Forum: System Software
Topic: How to display the sampling rate and other information of the current playing file on the screen
Replies: 6
Views: 2203

Re: How to display the sampling rate and other information of the current playing file on the screen

Encounter a tricky problem. I tried playing audio files in different formats and found that the "*. WAV" audio files finished playing each time About to switch to other formats, such as. mp3 FLAC... it will emit a burst sound in the last few seconds of the song. However, if WAV format audi...
by jacksl528
Wed 2024-06-05 15:29
Forum: System Software
Topic: How to display the sampling rate and other information of the current playing file on the screen
Replies: 6
Views: 2203

Re: How to display the sampling rate and other information of the current playing file on the screen

Thank you for your reply, Pasi I am currently facing a difficult problem, I play different types of audio files through an SD card, and I find that after playing the WAV format audio files, my speaker produces a terrifying noise that lasts until the next song starts playing and disappears. This soun...
by jacksl528
Sun 2024-06-02 9:06
Forum: System Software
Topic: How to display the sampling rate and other information of the current playing file on the screen
Replies: 6
Views: 2203

How to display the sampling rate and other information of the current playing file on the screen

I am using VS1063 to build a portable player. How can I display the sampling rate, playback time (progress bar), and other related information of the current playing file on the screen Ui?


thanks~!