<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Audio Application SD card playback with different WAV sample rate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126629/audio-application-sd-card-playback-with-different-wav-sample-rate</link><description>Hello, 
 I noticed the Audio application explicitly states that WAV sample rates other than 48kHz is not supported. 
 Is there any risk to modifying the code to support other sample rates, specifically 16kHz? 
 For my application I prefer the much smaller</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 21 Jan 2026 15:08:17 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126629/audio-application-sd-card-playback-with-different-wav-sample-rate" /><item><title>RE: Audio Application SD card playback with different WAV sample rate</title><link>https://devzone.nordicsemi.com/thread/559289?ContentTypeID=1</link><pubDate>Wed, 21 Jan 2026 15:08:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d947858-0bd0-4a48-be90-e5684afa046a</guid><dc:creator>Samruddhi Jadhav</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;For WAV playback, the WAV files must be 48 kHz which is a software limitation. So, if you want to change it to 16 kHz, you might need to make the WAV reader use 16 kHz which is real file sample rate. Also, make sure the rest of the system such as the Bluetooth audio sample rate, I2S etc. has been configured to 16 kHz to avoid the app to convert between rates because it would be more costly for the CPU.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if you have any further questions.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Samruddhi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>