Question on allowing streaming but limiting downloads to specific quotas or profile types
Installation and Configuration
You would need to edit the audio templates where the download button shows for this. Something like -
{if $_user.profile_quota_id == x}
// Download button code here
{/if}
where 'x' is the ID of the quota who is allowed downloads.
Let me know if you need more specific help with this.