mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 19:56:31 +01:00
add rf64 file suffix to list of safe file extensions for audio
This commit is contained in:
parent
941bc3a4f2
commit
4de0189dc4
1 changed files with 1 additions and 0 deletions
|
|
@ -340,6 +340,7 @@ AudioFileSource::safe_audio_file_extension(const string& file)
|
|||
".vwe", ".VWE",
|
||||
".w64", ".W64",
|
||||
".wav", ".WAV",
|
||||
".rf64", ".RF64",
|
||||
/* minimp3 can read mp2, mp3 */
|
||||
".mp2", ".MP2",
|
||||
".mp3", ".MP3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue